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 2010/05/27 21:59:45 UTC

svn commit: r948965 - /harmony/enhanced/java/trunk/classlib/make/properties.xml

Author: hindessm
Date: Thu May 27 19:59:45 2010
New Revision: 948965

URL: http://svn.apache.org/viewvc?rev=948965&view=rev
Log:
Add extra path to findbugs macro to make sure we cover the pack200 java5
source.

Modified:
    harmony/enhanced/java/trunk/classlib/make/properties.xml

Modified: harmony/enhanced/java/trunk/classlib/make/properties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/classlib/make/properties.xml?rev=948965&r1=948964&r2=948965&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/classlib/make/properties.xml (original)
+++ harmony/enhanced/java/trunk/classlib/make/properties.xml Thu May 27 19:59:45 2010
@@ -1078,6 +1078,7 @@ Alternatively, you can switch to another
                 </fileset>
             </auxClasspath>
             <sourcePath path="src/main/java" />
+            <sourcePath path="src/main/java5" />
             <sourcePath path="src/main/java/common" />
             <sourcePath path="src/main/java/${hy.os.family}" />
             <class location="@{jarFile}" />