You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2005/02/16 11:55:49 UTC

svn commit: r154015 - incubator/jackrabbit/trunk/project.xml

Author: tripod
Date: Wed Feb 16 02:55:48 2005
New Revision: 154015

URL: http://svn.apache.org/viewcvs?view=rev&rev=154015
Log:
- adding *.properties files to the jar resources

Modified:
    incubator/jackrabbit/trunk/project.xml

Modified: incubator/jackrabbit/trunk/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/project.xml?view=diff&r1=154014&r2=154015
==============================================================================
--- incubator/jackrabbit/trunk/project.xml (original)
+++ incubator/jackrabbit/trunk/project.xml Wed Feb 16 02:55:48 2005
@@ -338,6 +338,7 @@
        <directory>src/java</directory>
        <includes>
          <include>**/*.xml</include>
+         <include>**/*.properties</include>
        </includes>
      </resource>
    </resources>