Author: craigmcc
Date: Fri Nov 25 16:41:48 2005
New Revision: 349051
URL: http://svn.apache.org/viewcvs?rev=349051&view=rev
Log:
Correct base name of release artifacts from "shale-framework" to
"struts-shale" for consistency with other naming conventions.
Modified:
struts/shale/trunk/build.xml
Modified: struts/shale/trunk/build.xml
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/build.xml?rev=349051&r1=349050&r2=349051&view=diff
==============================================================================
--- struts/shale/trunk/build.xml (original)
+++ struts/shale/trunk/build.xml Fri Nov 25 16:41:48 2005
@@ -682,13 +682,13 @@
</copy>
<!-- Construct archive files -->
- <tar tarfile="${dist.dir}/shale-framework-${project.version}.tar.gz"
+ <tar tarfile="${dist.dir}/struts-shale-${project.version}.tar.gz"
compression="gzip"
longfile="gnu">
- <tarfileset dir="${target.dir}"
prefix="shale-framework-${project.version}"/>
+ <tarfileset dir="${target.dir}"
prefix="struts-shale-${project.version}"/>
</tar>
- <zip destfile="${dist.dir}/shale-framework-${project.version}.zip">
- <zipfileset dir="${target.dir}"
prefix="shale-framework-${project.version}"/>
+ <zip destfile="${dist.dir}/struts-shale-${project.version}.zip">
+ <zipfileset dir="${target.dir}"
prefix="struts-shale-${project.version}"/>
</zip>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]