You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ko...@apache.org on 2005/09/19 01:54:50 UTC

svn commit: r290017 - /jakarta/commons/sandbox/javaflow/trunk/project.xml

Author: kohsuke
Date: Sun Sep 18 16:54:48 2005
New Revision: 290017

URL: http://svn.apache.org/viewcvs?rev=290017&view=rev
Log:
property files also need to be packaged into a jar file

Modified:
    jakarta/commons/sandbox/javaflow/trunk/project.xml

Modified: jakarta/commons/sandbox/javaflow/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/javaflow/trunk/project.xml?rev=290017&r1=290016&r2=290017&view=diff
==============================================================================
--- jakarta/commons/sandbox/javaflow/trunk/project.xml (original)
+++ jakarta/commons/sandbox/javaflow/trunk/project.xml Sun Sep 18 16:54:48 2005
@@ -162,6 +162,14 @@
         <exclude>**/Abstract*TestCase.java</exclude>
       </excludes>
     </unitTest>
+    <resources>
+      <resource>
+        <directory>src/java</directory>
+        <includes>
+          <include>**/*.properties</include>
+        </includes>
+      </resource>
+    </resources>
   </build>
 
   <reports>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org