Changeset 1346 for extensions/net.sf.basedb.examples/trunk/RELEASE
- Timestamp:
- Apr 18, 2011, 2:37:44 PM (12 years ago)
- Location:
- extensions/net.sf.basedb.examples/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.examples/trunk
- Property svn:ignore
-
old new 4 4 .project 5 5 .classpath 6 extension-examples.jar7 extension-examples*.tar.gz6 base-examples.jar 7 base-examples*.tar.gz 8 8 build.properties
-
- Property svn:ignore
-
extensions/net.sf.basedb.examples/trunk/RELEASE
r1096 r1346 13 13 2. Update the version number. 14 14 15 * In build.xml: <property name="version" value="A.B" /> 16 * In META-INF/extensions.xml: <version>A.B</version> 17 15 In build.xml: 16 <property name="version" value="A.B" /> 17 18 Run `ant update-version`. This should put the version 19 numbers in a lot of files, including, 20 META-INF/extensions.xml. 21 22 Check (and update if needed) the README file and 23 and the wiki pages (see also step 8 and 9 below): 24 25 http://baseplugins.thep.lu.se/wiki/net.sf.basedb.examples 26 http://baseplugins.thep.lu.se/wiki/PluginDownload 27 18 28 3. Make sure that the code compiles and can be packaged. 19 29 20 30 ant package 21 31 22 will create the file ' example-extensions-A.B.tar.gz' in32 will create the file 'base-examples-A.B.tar.gz' in 23 33 the project directory. 24 34
Note: See TracChangeset
for help on using the changeset viewer.