You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ed...@apache.org on 2006/09/13 21:40:02 UTC

svn commit: r443093 - in /jackrabbit/trunk/jca: project.properties project.xml

Author: edgarpoce
Date: Wed Sep 13 12:40:01 2006
New Revision: 443093

URL: http://svn.apache.org/viewvc?view=rev&rev=443093
Log:
maven 2 directory layout

Modified:
    jackrabbit/trunk/jca/project.properties
    jackrabbit/trunk/jca/project.xml

Modified: jackrabbit/trunk/jca/project.properties
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jca/project.properties?view=diff&rev=443093&r1=443092&r2=443093
==============================================================================
--- jackrabbit/trunk/jca/project.properties (original)
+++ jackrabbit/trunk/jca/project.properties Wed Sep 13 12:40:01 2006
@@ -104,3 +104,8 @@
 # IDE settings
 maven.eclipse.resources.addtoclasspath=true
 
+######################################################################
+# RAR properties
+######################################################################
+
+maven.rar.src=src/main/rar
\ No newline at end of file

Modified: jackrabbit/trunk/jca/project.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jca/project.xml?view=diff&rev=443093&r1=443092&r2=443093
==============================================================================
--- jackrabbit/trunk/jca/project.xml (original)
+++ jackrabbit/trunk/jca/project.xml Wed Sep 13 12:40:01 2006
@@ -94,8 +94,8 @@
     </dependencies>	
 	  
     <build>
-	<sourceDirectory>src/java</sourceDirectory>
-	<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
+	<sourceDirectory>src/main/java</sourceDirectory>
+	<unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>
         <resources>
             <resource>
                 <targetPath>META-INF</targetPath>
@@ -104,12 +104,6 @@
                     <include>README.txt</include>
                 </includes>
             </resource>
-			<resource>
-			    <directory>applications/test</directory>
-			    <includes>
-					<include>*.xml</include>
-			    </includes>
-			</resource>
         </resources>
 	<unitTest>
 	    <includes>