Revision: 192
http://mantisconnect.svn.sourceforge.net/mantisconnect/?rev=192&view=rev
Author: planser
Date: 2008-02-01 09:32:03 -0800 (Fri, 01 Feb 2008)
Log Message:
-----------
Added "feature" to the resulting zip file.
Modified Paths:
--------------
mantisconnect/branches/clients/java/eclipse/org.mantisbt.connect.eclipse-feature/REL_BRANCH_1_1_1_0/build.xml
Modified: mantisconnect/branches/clients/java/eclipse/org.mantisbt.connect.eclipse-feature/REL_BRANCH_1_1_1_0/build.xml
===================================================================
--- mantisconnect/branches/clients/java/eclipse/org.mantisbt.connect.eclipse-feature/REL_BRANCH_1_1_1_0/build.xml 2008-02-01 17:22:26 UTC (rev 191)
+++ mantisconnect/branches/clients/java/eclipse/org.mantisbt.connect.eclipse-feature/REL_BRANCH_1_1_1_0/build.xml 2008-02-01 17:32:03 UTC (rev 192)
@@ -57,7 +57,7 @@
</fileset>
</copy>
<mkdir dir="${dist.dir}"/>
- <zip basedir="${dist.temp.dir}" destfile="${dist.dir}/org.mantisbt.connect.eclipse_${feature.version}.zip"/>
+ <zip basedir="${dist.temp.dir}" destfile="${dist.dir}/org.mantisbt.connect.eclipse-feature_${feature.version}.zip"/>
<delete dir="${dist.temp.dir}"/>
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|