You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2006/04/25 15:15:17 UTC

svn commit: r396877 - /incubator/harmony/enhanced/classlib/trunk/make/build.xml

Author: tellison
Date: Tue Apr 25 06:15:15 2006
New Revision: 396877

URL: http://svn.apache.org/viewcvs?rev=396877&view=rev
Log:
Ensure snapshot file names contain incubator flag.

Modified:
    incubator/harmony/enhanced/classlib/trunk/make/build.xml

Modified: incubator/harmony/enhanced/classlib/trunk/make/build.xml
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/make/build.xml?rev=396877&r1=396876&r2=396877&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/make/build.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/make/build.xml Tue Apr 25 06:15:15 2006
@@ -127,7 +127,7 @@
          ================================= -->
     <target name="properties" depends="svn-prop">
         <property name="deploy.file.prefix"
-                  value="harmony-classlib-r${svn.revision}" />
+                  value="incubator-harmony-classlib-r${svn.revision}" />
         <property name="deploy.tar"
                   value="${deploy.file.prefix}-${hy.os}-${hy.arch}-snapshot.tar.gz" />
         <property name="deploy.zip"