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 15:25:10 UTC

svn commit: r795826 - in /harmony/enhanced/classlib/trunk/modules: luni-kernel/build.xml security-kernel/build.xml

Author: hindessm
Date: Mon Jul 20 13:25:10 2009
New Revision: 795826

URL: http://svn.apache.org/viewvc?rev=795826&view=rev
Log:
Stub targets are obsolete because poll-modules checks that targets exist.

Modified:
    harmony/enhanced/classlib/trunk/modules/luni-kernel/build.xml
    harmony/enhanced/classlib/trunk/modules/security-kernel/build.xml

Modified: harmony/enhanced/classlib/trunk/modules/luni-kernel/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni-kernel/build.xml?rev=795826&r1=795825&r2=795826&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/luni-kernel/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/luni-kernel/build.xml Mon Jul 20 13:25:10 2009
@@ -68,8 +68,4 @@
         </delete>
     </target>
 
-    <target name="-test-module">
-        <!-- just to match "API" for other modules. -->
-    </target>
-
 </project>

Modified: harmony/enhanced/classlib/trunk/modules/security-kernel/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/security-kernel/build.xml?rev=795826&r1=795825&r2=795826&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/security-kernel/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/security-kernel/build.xml Mon Jul 20 13:25:10 2009
@@ -68,8 +68,4 @@
         </delete>
     </target>
 
-    <target name="-test-module">
-        <!-- just to match "API" for other modules. -->
-    </target>
-
 </project>