You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by zh...@apache.org on 2006/02/28 12:16:08 UTC

svn commit: r381635 - in /portals/pluto/trunk: ./ pluto-optional-services/ pluto-portal-driver/ pluto-portal-driver/src/main/java/org/apache/pluto/driver/services/impl/db/ pluto-portal-driver/src/main/java/org/apache/pluto/driver/services/impl/memory/ ...

Author: zheng
Date: Tue Feb 28 03:16:05 2006
New Revision: 381635

URL: http://svn.apache.org/viewcvs?rev=381635&view=rev
Log:
Removed pluto-optional-services. Removed derby dependency.

Removed:
    portals/pluto/trunk/pluto-optional-services/
    portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/services/impl/db/
    portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/services/impl/memory/
Modified:
    portals/pluto/trunk/pluto-portal-driver/pom.xml
    portals/pluto/trunk/pluto-portal/pom.xml
    portals/pluto/trunk/pom.xml

Modified: portals/pluto/trunk/pluto-portal-driver/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-portal-driver/pom.xml?rev=381635&r1=381634&r2=381635&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-portal-driver/pom.xml (original)
+++ portals/pluto/trunk/pluto-portal-driver/pom.xml Tue Feb 28 03:16:05 2006
@@ -24,20 +24,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.pluto</groupId>
-      <artifactId>pluto-optional-services</artifactId>
-      <version>${pom.version}</version>
-      <scope>compile</scope>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.apache.derby</groupId>
-      <artifactId>derby</artifactId>
-      <version>${derby.version}</version>
-      <scope>compile</scope>
-    </dependency>
-
-    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging-api</artifactId>
       <version>${commons-logging.version}</version>

Modified: portals/pluto/trunk/pluto-portal/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-portal/pom.xml?rev=381635&r1=381634&r2=381635&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-portal/pom.xml (original)
+++ portals/pluto/trunk/pluto-portal/pom.xml Tue Feb 28 03:16:05 2006
@@ -46,19 +46,6 @@
       <scope>runtime</scope>
     </dependency>
     
-    <!-- Derby Dependencies -->
-    <dependency>
-      <groupId>org.apache.derby</groupId>
-      <artifactId>derby</artifactId>
-      <version>${derby.version}</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.derby</groupId>
-      <artifactId>derbytools</artifactId>
-      <version>${derby.version}</version>
-      <scope>runtime</scope>
-    </dependency>
   </dependencies>
   
   

Modified: portals/pluto/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pom.xml?rev=381635&r1=381634&r2=381635&view=diff
==============================================================================
--- portals/pluto/trunk/pom.xml (original)
+++ portals/pluto/trunk/pom.xml Tue Feb 28 03:16:05 2006
@@ -198,7 +198,6 @@
     <commons-beanutils.version>1.7.0</commons-beanutils.version>
     <commons-logging.version>1.0.4</commons-logging.version>
     <log4j.version>1.2.9</log4j.version>
-    <derby.version>10.1.1.0</derby.version>
     <springframework.version>1.2.5</springframework.version>
     <plexus.version>1.0.4</plexus.version>
     <maven.version>2.0</maven.version>
@@ -225,9 +224,8 @@
     <module>pluto-util</module>
     <module>maven-pluto-plugin</module>
     <module>pluto-ant-tasks</module>
-    <!-- Misc. -->
+    <!-- Pluto Documentations -->
     <module>pluto-site</module>
-    <module>pluto-optional-services</module>
   </modules>
   
   <distributionManagement>