You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2005/11/26 02:08:32 UTC

svn commit: r349054 - /struts/shale/tags/STRUTS-SHALE_1.0.0-RC1/build.xml

Author: craigmcc
Date: Fri Nov 25 17:08:29 2005
New Revision: 349054

URL: http://svn.apache.org/viewcvs?rev=349054&view=rev
Log:
Correct the base artifact names to reflect what was actually posted
as the release candidate artifacts.

Modified:
    struts/shale/tags/STRUTS-SHALE_1.0.0-RC1/build.xml

Modified: struts/shale/tags/STRUTS-SHALE_1.0.0-RC1/build.xml
URL: http://svn.apache.org/viewcvs/struts/shale/tags/STRUTS-SHALE_1.0.0-RC1/build.xml?rev=349054&r1=349053&r2=349054&view=diff
==============================================================================
--- struts/shale/tags/STRUTS-SHALE_1.0.0-RC1/build.xml (original)
+++ struts/shale/tags/STRUTS-SHALE_1.0.0-RC1/build.xml Fri Nov 25 17:08:29 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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org