You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/06/18 14:35:16 UTC

svn commit: r415125 - in /incubator/harmony/enhanced/classlib/trunk/make: build.xml depends.xml

Author: geirm
Date: Sun Jun 18 05:35:15 2006
New Revision: 415125

URL: http://svn.apache.org/viewvc?rev=415125&view=rev
Log:
add a "rebuild" target to build.xml and change 
the message for depends.xml because most 
people sit in /make anyway.

Also, there is no such thing as the "ASLv2"


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

Modified: incubator/harmony/enhanced/classlib/trunk/make/build.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/make/build.xml?rev=415125&r1=415124&r2=415125&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/make/build.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/make/build.xml Sun Jun 18 05:35:15 2006
@@ -25,6 +25,13 @@
     <!-- import properties for snapshot targets -->
     <import file="${basedir}/make/properties.xml" />
 
+	<!-- ================================
+	     target : rebuild
+	     
+	     builds with a clean first
+	     ================================= -->
+	<target name="rebuild" depends="clean,build" />
+	
     <!-- ================================= 
           target: default              
          ================================= -->

Modified: incubator/harmony/enhanced/classlib/trunk/make/depends.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/make/depends.xml?rev=415125&r1=415124&r2=415125&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/make/depends.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/make/depends.xml Sun Jun 18 05:35:15 2006
@@ -172,9 +172,9 @@
 
   @{dest}
 
-Run "ant -f make/depends.xml download" to automatically fetch
+Run "ant -f depends.xml download" to automatically fetch
 dependencies.  Note: Some of Harmony's dependencies are licensed under
-terms other than the ASLv2.
+terms other than the Apache License v2.
             </fail>
         </sequential>
     </macrodef>