Changeset 665
- Timestamp:
- 11/08/06 23:12:13 (4 years ago)
- Location:
- jupefeature
- Files:
-
- 2 modified
-
build.xml (modified) (5 diffs)
-
feature.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jupefeature/build.xml
r512 r665 58 58 <param name="feature.base" value="${feature.temp.folder}"/> 59 59 </antcall> 60 <jar destfile="${feature.destination}/org.jupe.plugin_0. 0.8.jar" basedir="${feature.temp.folder}/features/org.jupe.plugin_0.0.8"/>60 <jar destfile="${feature.destination}/org.jupe.plugin_0.1.0.jar" basedir="${feature.temp.folder}/features/org.jupe.plugin_0.1.0"/> 61 61 <delete dir="${feature.temp.folder}"/> 62 62 </target> 63 63 64 64 <target name="gather.bin.parts" depends="init" if="feature.base"> 65 <mkdir dir="${feature.base}/features/org.jupe.plugin_0. 0.8"/>65 <mkdir dir="${feature.base}/features/org.jupe.plugin_0.1.0"/> 66 66 <antcall target="children"> 67 67 <param name="destination.temp.folder" value="${feature.base}/plugins"/> 68 68 <param name="target" value="gather.bin.parts"/> 69 69 </antcall> 70 <copy todir="${feature.base}/features/org.jupe.plugin_0. 0.8" failonerror="true" overwrite="false">70 <copy todir="${feature.base}/features/org.jupe.plugin_0.1.0" failonerror="true" overwrite="false"> 71 71 <fileset dir="${basedir}" includes="feature.xml" /> 72 72 </copy> 73 <eclipse.idReplacer featureFilePath="${feature.base}/features/org.jupe.plugin_0. 0.8/feature.xml" selfVersion="0.0.8" featureIds="" pluginIds="org.jupe.plugin,0.0.8,"/>73 <eclipse.idReplacer featureFilePath="${feature.base}/features/org.jupe.plugin_0.1.0/feature.xml" selfVersion="0.1.0" featureIds="" pluginIds="org.jupe.plugin,0.1.0,"/> 74 74 <antcall target="rootFiles${os}_${ws}_${arch}"/> 75 75 </target> … … 91 91 <param name="os" value="*"/> 92 92 </antcall> 93 <zip destfile="${feature.destination}/org.jupe.plugin_0. 0.8.bin.dist.zip" basedir="${feature.temp.folder}" filesonly="false" whenempty="skip" update="false"/>93 <zip destfile="${feature.destination}/org.jupe.plugin_0.1.0.bin.dist.zip" basedir="${feature.temp.folder}" filesonly="false" whenempty="skip" update="false"/> 94 94 <delete dir="${feature.temp.folder}"/> 95 95 </target> … … 99 99 <mkdir dir="${feature.temp.folder}"/> 100 100 <antcall target="all.children"> 101 <param name="destination.temp.folder" value="${feature.temp.folder}/plugins/org.jupe.plugin.source_0. 0.8/src"/>101 <param name="destination.temp.folder" value="${feature.temp.folder}/plugins/org.jupe.plugin.source_0.1.0/src"/> 102 102 <param name="include.children" value="true"/> 103 103 <param name="target" value="gather.sources"/> 104 104 </antcall> 105 <zip destfile="${feature.destination}/org.jupe.plugin_0. 0.8.src.zip" basedir="${feature.temp.folder}" filesonly="true" whenempty="skip" update="false"/>105 <zip destfile="${feature.destination}/org.jupe.plugin_0.1.0.src.zip" basedir="${feature.temp.folder}" filesonly="true" whenempty="skip" update="false"/> 106 106 <delete dir="${feature.temp.folder}"/> 107 107 </target> … … 115 115 <param name="target" value="gather.logs"/> 116 116 </antcall> 117 <zip destfile="${feature.destination}/org.jupe.plugin_0. 0.8.log.zip" basedir="${feature.temp.folder}" filesonly="true" whenempty="skip" update="false"/>117 <zip destfile="${feature.destination}/org.jupe.plugin_0.1.0.log.zip" basedir="${feature.temp.folder}" filesonly="true" whenempty="skip" update="false"/> 118 118 <delete dir="${feature.temp.folder}"/> 119 119 </target> 120 120 121 121 <target name="clean" depends="init" description="Clean the feature: org.jupe.plugin of all the zips, jars and logs created."> 122 <delete file="${feature.destination}/org.jupe.plugin_0. 0.8.jar"/>123 <delete file="${feature.destination}/org.jupe.plugin_0. 0.8.bin.dist.zip"/>124 <delete file="${feature.destination}/org.jupe.plugin_0. 0.8.log.zip"/>125 <delete file="${feature.destination}/org.jupe.plugin_0. 0.8.src.zip"/>122 <delete file="${feature.destination}/org.jupe.plugin_0.1.0.jar"/> 123 <delete file="${feature.destination}/org.jupe.plugin_0.1.0.bin.dist.zip"/> 124 <delete file="${feature.destination}/org.jupe.plugin_0.1.0.log.zip"/> 125 <delete file="${feature.destination}/org.jupe.plugin_0.1.0.src.zip"/> 126 126 <delete dir="${feature.temp.folder}"/> 127 127 <antcall target="all.children"> … … 139 139 <target name="gather.sources"> 140 140 <antcall target="children"> 141 <param name="destination.temp.folder" value="${feature.temp.folder}/plugins/org.jupe.plugin.source_0. 0.8/src"/>141 <param name="destination.temp.folder" value="${feature.temp.folder}/plugins/org.jupe.plugin.source_0.1.0/src"/> 142 142 <param name="target" value="gather.sources"/> 143 143 </antcall> -
jupefeature/feature.xml
r511 r665 3 3 id="org.jupe.plugin" 4 4 label="Jupe Feature" 5 version="0. 0.8"5 version="0.1" 6 6 provider-name="Jupe Group" 7 7 plugin="org.jupe.plugin">
