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 dl...@apache.org on 2006/05/23 11:39:34 UTC

svn commit: r408860 - in /portals/wsrp4j/trunk: ./ commons-consumer/ commons-producer/ commons/ consumer-swingconsumer/ etc/ persistence-xml/ producer/ testportlet/ wsdl/

Author: dlouzan
Date: Tue May 23 02:39:32 2006
New Revision: 408860

URL: http://svn.apache.org/viewvc?rev=408860&view=rev
Log:
Maven2 integration.

Added:
    portals/wsrp4j/trunk/STATUS.txt
      - copied unchanged from r405449, portals/wsrp4j/trunk/STATUS
Removed:
    portals/wsrp4j/trunk/LICENSE
    portals/wsrp4j/trunk/STATUS
    portals/wsrp4j/trunk/commons-consumer/locator.ent
    portals/wsrp4j/trunk/commons-consumer/locator.path
    portals/wsrp4j/trunk/commons-consumer/project.properties
    portals/wsrp4j/trunk/commons-consumer/project.xml
    portals/wsrp4j/trunk/commons-producer/locator.ent
    portals/wsrp4j/trunk/commons-producer/locator.path
    portals/wsrp4j/trunk/commons-producer/project.properties
    portals/wsrp4j/trunk/commons-producer/project.xml
    portals/wsrp4j/trunk/commons/locator.ent
    portals/wsrp4j/trunk/commons/locator.path
    portals/wsrp4j/trunk/commons/project.properties
    portals/wsrp4j/trunk/commons/project.xml
    portals/wsrp4j/trunk/consumer-swingconsumer/locator.ent
    portals/wsrp4j/trunk/consumer-swingconsumer/locator.path
    portals/wsrp4j/trunk/consumer-swingconsumer/maven.xml
    portals/wsrp4j/trunk/consumer-swingconsumer/project.properties
    portals/wsrp4j/trunk/consumer-swingconsumer/project.xml
    portals/wsrp4j/trunk/etc/
    portals/wsrp4j/trunk/locator.ent
    portals/wsrp4j/trunk/locator.path
    portals/wsrp4j/trunk/maven.xml
    portals/wsrp4j/trunk/persistence-xml/locator.ent
    portals/wsrp4j/trunk/persistence-xml/locator.path
    portals/wsrp4j/trunk/persistence-xml/project.properties
    portals/wsrp4j/trunk/persistence-xml/project.xml
    portals/wsrp4j/trunk/producer/locator.ent
    portals/wsrp4j/trunk/producer/locator.path
    portals/wsrp4j/trunk/producer/maven.xml
    portals/wsrp4j/trunk/producer/project.properties
    portals/wsrp4j/trunk/producer/project.xml
    portals/wsrp4j/trunk/project.properties
    portals/wsrp4j/trunk/project.xml
    portals/wsrp4j/trunk/testportlet/locator.ent
    portals/wsrp4j/trunk/testportlet/locator.path
    portals/wsrp4j/trunk/testportlet/maven.xml
    portals/wsrp4j/trunk/testportlet/project.properties
    portals/wsrp4j/trunk/testportlet/project.xml
    portals/wsrp4j/trunk/wsdl/maven.xml
    portals/wsrp4j/trunk/wsdl/project.xml
Modified:
    portals/wsrp4j/trunk/pom.xml

Modified: portals/wsrp4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/pom.xml?rev=408860&r1=408859&r2=408860&view=diff
==============================================================================
--- portals/wsrp4j/trunk/pom.xml (original)
+++ portals/wsrp4j/trunk/pom.xml Tue May 23 02:39:32 2006
@@ -204,7 +204,7 @@
     <module>commons</module>
     <module>commons-consumer</module>
     <module>commons-producer</module>
-    <module>consumer</module>
+    <module>consumer-proxyportlet</module>
     <module>consumer-swingconsumer</module>
     <module>persistence-xml</module>
     <module>producer</module>