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 2009/07/20 16:26:21 UTC

svn commit: r795856 - in /harmony/enhanced/classlib/trunk: make/properties.xml modules/pack200/build.xml

Author: hindessm
Date: Mon Jul 20 14:26:21 2009
New Revision: 795856

URL: http://svn.apache.org/viewvc?rev=795856&view=rev
Log:
Remove unused classpath entry.

Modified:
    harmony/enhanced/classlib/trunk/make/properties.xml
    harmony/enhanced/classlib/trunk/modules/pack200/build.xml

Modified: harmony/enhanced/classlib/trunk/make/properties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/properties.xml?rev=795856&r1=795855&r2=795856&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/properties.xml (original)
+++ harmony/enhanced/classlib/trunk/make/properties.xml Mon Jul 20 14:26:21 2009
@@ -648,9 +648,6 @@
                     </fileset>
                 </bootclasspath>
 
-                <!-- TOFIX: this next line breaks modularity a bit -->
-                <classpath location="../../build/tests" />
-
                 <classpath location="${hy.hdk}/build/test/support.jar" />
             </javac>
         </sequential>

Modified: harmony/enhanced/classlib/trunk/modules/pack200/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/pack200/build.xml?rev=795856&r1=795855&r2=795856&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/pack200/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/pack200/build.xml Mon Jul 20 14:26:21 2009
@@ -225,7 +225,6 @@
                     <include name="**/*.jar" />
                 </fileset>
             </bootclasspath>
-            <classpath location="../../build/tests" />
         </javac>
     </target>