You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2007/01/16 17:46:45 UTC

svn commit: r496757 - /harmony/enhanced/classlib/trunk/build.xml

Author: hindessm
Date: Tue Jan 16 08:46:44 2007
New Revision: 496757

URL: http://svn.apache.org/viewvc?view=rev&rev=496757
Log:
Removing 'incubator-' prefix from snapshot files.

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

Modified: harmony/enhanced/classlib/trunk/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/build.xml?view=diff&rev=496757&r1=496756&r2=496757
==============================================================================
--- harmony/enhanced/classlib/trunk/build.xml (original)
+++ harmony/enhanced/classlib/trunk/build.xml Tue Jan 16 08:46:44 2007
@@ -194,7 +194,7 @@
          ================================= -->
     <target name="-properties" depends="svn-prop">
         <property name="deploy.file.prefix"
-                  value="incubator-harmony-classlib-r${svn.revision}" />
+                  value="harmony-classlib-r${svn.revision}" />
         <property name="deploy.tar"
                   value="${deploy.file.prefix}-${hy.os}-${hy.arch}-snapshot.tar.gz" />
         <property name="deploy.zip"