You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2008/06/13 09:33:15 UTC

svn commit: r667394 - /jackrabbit/trunk/jackrabbit-jcr-server/pom.xml

Author: jukka
Date: Fri Jun 13 00:33:14 2008
New Revision: 667394

URL: http://svn.apache.org/viewvc?rev=667394&view=rev
Log:
JCR-903: Put resource files in src/{main,test}/resources
    - No need for a custom <resource/> entry in jcr-server
      now that I moved the resources to src/main/resources

Modified:
    jackrabbit/trunk/jackrabbit-jcr-server/pom.xml

Modified: jackrabbit/trunk/jackrabbit-jcr-server/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr-server/pom.xml?rev=667394&r1=667393&r2=667394&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-jcr-server/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-jcr-server/pom.xml Fri Jun 13 00:33:14 2008
@@ -45,17 +45,6 @@
     <url>http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr-server</url>
   </scm>
 
-  <build>
-    <resources>
-      <resource>
-        <directory>${basedir}/src/main/java</directory>
-        <includes>
-          <include>**/*.properties</include>
-        </includes>
-      </resource>
-    </resources>
-  </build>
-
   <dependencies>
     <dependency>
       <groupId>javax.jcr</groupId>