You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by es...@apache.org on 2007/08/24 04:31:31 UTC

svn commit: r569224 - in /portals/wsrp4j/trunk/persistence-db: pom.xml src/java/ src/main/ src/main/java/ src/main/resources/ src/resources/

Author: esm
Date: Thu Aug 23 19:31:31 2007
New Revision: 569224

URL: http://svn.apache.org/viewvc?rev=569224&view=rev
Log:
Bringing project structure in line with Maven 2 conventions: moved src/java to src/main/java, src/resources to src/main/resources

Added:
    portals/wsrp4j/trunk/persistence-db/src/main/
    portals/wsrp4j/trunk/persistence-db/src/main/java/
      - copied from r555093, portals/wsrp4j/trunk/persistence-db/src/java/
    portals/wsrp4j/trunk/persistence-db/src/main/resources/
      - copied from r555093, portals/wsrp4j/trunk/persistence-db/src/resources/
Removed:
    portals/wsrp4j/trunk/persistence-db/src/java/
    portals/wsrp4j/trunk/persistence-db/src/resources/
Modified:
    portals/wsrp4j/trunk/persistence-db/pom.xml

Modified: portals/wsrp4j/trunk/persistence-db/pom.xml
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/persistence-db/pom.xml?rev=569224&r1=569223&r2=569224&view=diff
==============================================================================
--- portals/wsrp4j/trunk/persistence-db/pom.xml (original)
+++ portals/wsrp4j/trunk/persistence-db/pom.xml Thu Aug 23 19:31:31 2007
@@ -38,19 +38,6 @@
         consumers.
     </description>
     
-    <build>
-        
-        <sourceDirectory>src/java</sourceDirectory>
-        
-        <resources>
-            <resource>
-                <filtering>false</filtering>
-                <directory>${basedir}/src/resources</directory>
-            </resource>
-        </resources>
-        
-    </build>
-    
     <dependencies>
         
         <!-- Compile-time dependencies ============================ -->