You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2008/06/28 11:34:58 UTC

svn commit: r672483 - in /incubator/rat/main/trunk/scan: build.xml src/main/ src/main/org/ src/org/ src/test/ src/test/org/ src/test/org/apache/ src/test/org/apache/rat/ src/test/org/apache/rat/scan/

Author: rdonkin
Date: Sat Jun 28 02:34:58 2008
New Revision: 672483

URL: http://svn.apache.org/viewvc?rev=672483&view=rev
Log:
Push source down one level to allow test resources to be added

Added:
    incubator/rat/main/trunk/scan/src/main/
    incubator/rat/main/trunk/scan/src/main/org/   (props changed)
      - copied from r672482, incubator/rat/main/trunk/scan/src/org/
    incubator/rat/main/trunk/scan/src/test/
    incubator/rat/main/trunk/scan/src/test/org/
    incubator/rat/main/trunk/scan/src/test/org/apache/
    incubator/rat/main/trunk/scan/src/test/org/apache/rat/
    incubator/rat/main/trunk/scan/src/test/org/apache/rat/scan/
Removed:
    incubator/rat/main/trunk/scan/src/org/
Modified:
    incubator/rat/main/trunk/scan/build.xml

Modified: incubator/rat/main/trunk/scan/build.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/scan/build.xml?rev=672483&r1=672482&r2=672483&view=diff
==============================================================================
--- incubator/rat/main/trunk/scan/build.xml (original)
+++ incubator/rat/main/trunk/scan/build.xml Sat Jun 28 02:34:58 2008
@@ -18,7 +18,7 @@
     
     <target name='run'>
         <taskdef uri="antlib:org.apache.rat.scan"
-                    resource="org/apache/rat/scan/antlib.xml" classpath="src"/>     
+                    resource="org/apache/rat/scan/antlib.xml" classpath="src/main"/>     
         <rat:Audit/>
     </target>   
     
@@ -38,7 +38,7 @@
     <target 
         name='_setup'
         description=' - prepares environment (internal) '>
-        <property name='home.src' value='src'/>
+        <property name='home.src' value='src/main'/>
 
         <SetupBuildDirs/>
     </target>
@@ -73,6 +73,7 @@
                 <include name='DISCLAIMER.txt'/>   
                 <include name='NOTICE.txt'/>   
             </metainf>  
+            <exclude name="**/*.pyc"/>   
         </jar>
     </target>
 

Propchange: incubator/rat/main/trunk/scan/src/main/org/
------------------------------------------------------------------------------
    svn:mergeinfo =