Changeset 648
- Timestamp:
- Apr 11, 2008, 11:03:14 AM (15 years ago)
- Location:
- plugins/base2/net.sf.basedb.examples/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.examples/trunk/RELEASE
r647 r648 33 33 -m "Tagging release A.B" 34 34 35 7. Upload the packaged release as an attachment to: 35 7. Check out the tagged version and package it. 36 37 8. Upload the packaged release as an attachment to: 36 38 http://baseplugins.thep.lu.se/wiki/net.sf.basedb.examples.plugins 37 39 38 8. Edit the http://baseplugins.thep.lu.se/wiki/net.sf.basedb.examples.plugins40 9. Edit the http://baseplugins.thep.lu.se/wiki/net.sf.basedb.examples.plugins 39 41 page: 40 42 … … 44 46 [source:/plugins/base2/net.sf.basedb.examples/tags/A.B/README README] 45 47 46 9. Create a new milestone: 'Plugin examples vA.B+1'48 10. Create a new milestone: 'Plugin examples vA.B+1' 47 49 48 1 0. Close the 'Plugins examples A.B' milestone. Move50 11. Close the 'Plugins examples A.B' milestone. Move 49 51 any remaining tickets to the newly create milestone. 50 52 51 1 1. Update the version number in build.xml.53 12. Update the version number in build.xml. 52 54 53 55 <property name="version" value="A.B+1" /> -
plugins/base2/net.sf.basedb.examples/trunk/build.xml
r647 r648 99 99 <copy todir="${build}"> 100 100 <fileset dir="." includes="META-INF/*" /> 101 <fileset dir="." includes="resources/**" />102 101 </copy> 102 <replace token="%%plugins.jar%%" value="${jar.name}" file="${build}/META-INF/base-plugins.xml" /> 103 103 <jar 104 104 jarfile="${jar.name}"
Note: See TracChangeset
for help on using the changeset viewer.