Skip to content
Snippets Groups Projects
Commit df9d814c authored by lmandel's avatar lmandel
Browse files

[128304] Correction for version in build.xml.

parent b706bf1c
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
<antcall target="gather.bin.parts">
<param name="destination.temp.folder" value="${temp.folder}/"/>
</antcall>
<zip destfile="${plugin.destination}/org.eclipse.jst.doc.isv_{$pluginVersion}.jar" basedir="${temp.folder}/org.eclipse.jst.doc.isv_{$pluginVersion}" filesonly="false" whenempty="skip" update="false"/>
<zip destfile="${plugin.destination}/org.eclipse.jst.doc.isv_${pluginVersion}.jar" basedir="${temp.folder}/org.eclipse.jst.doc.isv_${pluginVersion}" filesonly="false" whenempty="skip" update="false"/>
<delete dir="${temp.folder}"/>
</target>
......@@ -51,8 +51,8 @@
</target>
<target name="gather.bin.parts" depends="init" if="destination.temp.folder">
<mkdir dir="${destination.temp.folder}/org.eclipse.jst.doc.isv_{$pluginVersion}"/>
<copy todir="${destination.temp.folder}/org.eclipse.jst.doc.isv_{$pluginVersion}" failonerror="true">
<mkdir dir="${destination.temp.folder}/org.eclipse.jst.doc.isv_${pluginVersion}"/>
<copy todir="${destination.temp.folder}/org.eclipse.jst.doc.isv_${pluginVersion}" failonerror="true">
<fileset dir="${basedir}" includes="plugin.xml,plugin.properties,about.html,toc.xml,toc_JST.xml,topics_Reference.xml,META-INF/,reference/,book.css,html/,notices.html,topics_ExtPoint_Reference.xml,javadoctoc.xml,schema.css"/>
</copy>
</target>
......@@ -61,8 +61,8 @@
</target>
<target name="gather.sources" depends="init" if="destination.temp.folder">
<mkdir dir="${destination.temp.folder}/org.eclipse.jst.doc.isv_{$pluginVersion}"/>
<copy todir="${destination.temp.folder}/org.eclipse.jst.doc.isv_{$pluginVersion}" failonerror="false">
<mkdir dir="${destination.temp.folder}/org.eclipse.jst.doc.isv_${pluginVersion}"/>
<copy todir="${destination.temp.folder}/org.eclipse.jst.doc.isv_${pluginVersion}" failonerror="false">
<fileset dir="${basedir}" includes="toc.xml,api-overview/,build.xml,build.properties,javadoc.properties,javadoc.xml,javadoc.xsl"/>
</copy>
</target>
......@@ -71,8 +71,8 @@
</target>
<target name="clean" depends="init" description="Clean the plug-in: org.eclipse.jst.doc.isv of all the zips, jars and logs created.">
<delete file="${plugin.destination}/org.eclipse.jst.doc.isv_{$pluginVersion}.jar"/>
<delete file="${plugin.destination}/org.eclipse.jst.doc.isv_{$pluginVersion}.zip"/>
<delete file="${plugin.destination}/org.eclipse.jst.doc.isv_${pluginVersion}.jar"/>
<delete file="${plugin.destination}/org.eclipse.jst.doc.isv_${pluginVersion}.zip"/>
<delete dir="${temp.folder}"/>
</target>
......@@ -97,7 +97,7 @@
<delete>
<fileset dir="${temp.folder}" includes="**/*.bin.log" />
</delete>
<zip destfile="${plugin.destination}/org.eclipse.jst.doc.isv_{$pluginVersion}.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/>
<zip destfile="${plugin.destination}/org.eclipse.jst.doc.isv_${pluginVersion}.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/>
<delete dir="${temp.folder}"/>
</target>
......
......@@ -38,7 +38,7 @@
<antcall target="gather.bin.parts">
<param name="destination.temp.folder" value="${temp.folder}/"/>
</antcall>
<zip destfile="${plugin.destination}/org.eclipse.wst.doc.isv_{$pluginVersion}.jar" basedir="${temp.folder}/org.eclipse.wst.doc.isv_{$pluginVersion}" filesonly="false" whenempty="skip" update="false"/>
<zip destfile="${plugin.destination}/org.eclipse.wst.doc.isv_${pluginVersion}.jar" basedir="${temp.folder}/org.eclipse.wst.doc.isv_${pluginVersion}" filesonly="false" whenempty="skip" update="false"/>
<delete dir="${temp.folder}"/>
</target>
......@@ -51,8 +51,8 @@
</target>
<target name="gather.bin.parts" depends="init" if="destination.temp.folder">
<mkdir dir="${destination.temp.folder}/org.eclipse.wst.doc.isv_{$pluginVersion}"/>
<copy todir="${destination.temp.folder}/org.eclipse.wst.doc.isv_{$pluginVersion}" failonerror="true">
<mkdir dir="${destination.temp.folder}/org.eclipse.wst.doc.isv_${pluginVersion}"/>
<copy todir="${destination.temp.folder}/org.eclipse.wst.doc.isv_${pluginVersion}" failonerror="true">
<fileset dir="${basedir}" includes="plugin.xml,plugin.properties,about.html,toc.xml,toc_WST.xml,topics_Reference.xml,META-INF/,html/,reference/,book.css,notices.html,topics_ExtPoint_Reference.xml,schema.css,javadoctoc.xml"/>
</copy>
</target>
......@@ -61,8 +61,8 @@
</target>
<target name="gather.sources" depends="init" if="destination.temp.folder">
<mkdir dir="${destination.temp.folder}/org.eclipse.wst.doc.isv_{$pluginVersion}"/>
<copy todir="${destination.temp.folder}/org.eclipse.wst.doc.isv_{$pluginVersion}" failonerror="false">
<mkdir dir="${destination.temp.folder}/org.eclipse.wst.doc.isv_${pluginVersion}"/>
<copy todir="${destination.temp.folder}/org.eclipse.wst.doc.isv_${pluginVersion}" failonerror="false">
<fileset dir="${basedir}" includes="build.xml,build.properties,javadoc.properties,javadoc.xml,javadoc.xsl,api-overview/"/>
</copy>
</target>
......@@ -71,8 +71,8 @@
</target>
<target name="clean" depends="init" description="Clean the plug-in: org.eclipse.wst.doc.isv of all the zips, jars and logs created.">
<delete file="${plugin.destination}/org.eclipse.wst.doc.isv_{$pluginVersion}.jar"/>
<delete file="${plugin.destination}/org.eclipse.wst.doc.isv_{$pluginVersion}.zip"/>
<delete file="${plugin.destination}/org.eclipse.wst.doc.isv_${pluginVersion}.jar"/>
<delete file="${plugin.destination}/org.eclipse.wst.doc.isv_${pluginVersion}.zip"/>
<delete dir="${temp.folder}"/>
</target>
......@@ -97,7 +97,7 @@
<delete>
<fileset dir="${temp.folder}" includes="**/*.bin.log" />
</delete>
<zip destfile="${plugin.destination}/org.eclipse.wst.doc.isv_{$pluginVersion}.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/>
<zip destfile="${plugin.destination}/org.eclipse.wst.doc.isv_${pluginVersion}.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/>
<delete dir="${temp.folder}"/>
</target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment