You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by ga...@apache.org on 2011/09/26 19:11:19 UTC

svn commit: r1175958 - in /chemistry/opencmis/trunk: ./ chemistry-opencmis-dist/ chemistry-opencmis-osgi/chemistry-opencmis-osgi-server/ chemistry-opencmis-server/chemistry-opencmis-server-inmemory-war/ chemistry-opencmis-test/chemistry-opencmis-test-fit/

Author: gabriele
Date: Mon Sep 26 17:11:18 2011
New Revision: 1175958

URL: http://svn.apache.org/viewvc?rev=1175958&view=rev
Log:
-- refactoring of server inmemory (batch 3)
   - updated POMs with removed -war artifact name
   - updated references

Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml
    chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-server/pom.xml
    chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory-war/pom.xml
    chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml
    chemistry/opencmis/trunk/pom.xml

Modified: chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml?rev=1175958&r1=1175957&r2=1175958&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml Mon Sep 26 17:11:18 2011
@@ -108,12 +108,6 @@
             <artifactId>chemistry-opencmis-server-inmemory</artifactId>
             <groupId>org.apache.chemistry.opencmis</groupId>
             <version>${project.version}</version>
-        </dependency>
-        
-        <dependency>
-            <artifactId>chemistry-opencmis-server-inmemory-war</artifactId>
-            <groupId>org.apache.chemistry.opencmis</groupId>
-            <version>${project.version}</version>
             <type>war</type>
         </dependency>
  

Modified: chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-server/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-server/pom.xml?rev=1175958&r1=1175957&r2=1175958&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-server/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-server/pom.xml Mon Sep 26 17:11:18 2011
@@ -85,7 +85,7 @@
 			<artifactId>chemistry-opencmis-server-support</artifactId>
 			<version>${project.version}</version>
 		</dependency>
-		<dependency>
+        <dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>chemistry-opencmis-server-bindings</artifactId>
 			<version>${project.version}</version>
@@ -96,6 +96,8 @@
 			<groupId>${project.groupId}</groupId>
 			<artifactId>chemistry-opencmis-server-inmemory</artifactId>
 			<version>${project.version}</version>
+            <classifier>classes</classifier>
+            <type>jar</type>
 		</dependency>
 		<dependency>
 			<groupId>${project.groupId}</groupId>

Modified: chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory-war/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory-war/pom.xml?rev=1175958&r1=1175957&r2=1175958&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory-war/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory-war/pom.xml Mon Sep 26 17:11:18 2011
@@ -19,7 +19,7 @@
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
-	<artifactId>chemistry-opencmis-server-inmemory-war</artifactId>
+	<artifactId>chemistry-opencmis-server-inmemory</artifactId>
 	<name>OpenCMIS InMemory Server WAR packaging</name>
 	<packaging>war</packaging>
 

Modified: chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml?rev=1175958&r1=1175957&r2=1175958&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml Mon Sep 26 17:11:18 2011
@@ -46,7 +46,7 @@
 						</overlay>
 						<overlay>
 							<groupId>${project.groupId}</groupId>
-							<artifactId>chemistry-opencmis-server-inmemory-war</artifactId>
+							<artifactId>chemistry-opencmis-server-inmemory</artifactId>
 						</overlay>
 					</overlays>
 				</configuration>
@@ -141,7 +141,7 @@
 		</dependency>
 		<dependency>
 			<groupId>${project.groupId}</groupId>
-			<artifactId>chemistry-opencmis-server-inmemory-war</artifactId>
+			<artifactId>chemistry-opencmis-server-inmemory</artifactId>
 			<version>${project.version}</version>
 			<type>war</type>
 		</dependency>

Modified: chemistry/opencmis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/pom.xml?rev=1175958&r1=1175957&r2=1175958&view=diff
==============================================================================
--- chemistry/opencmis/trunk/pom.xml (original)
+++ chemistry/opencmis/trunk/pom.xml Mon Sep 26 17:11:18 2011
@@ -181,7 +181,7 @@
         <module>chemistry-opencmis-client/chemistry-opencmis-client-bindings</module>
         <module>chemistry-opencmis-server/chemistry-opencmis-server-support</module>
         <module>chemistry-opencmis-server/chemistry-opencmis-server-bindings</module>
-        <module>chemistry-opencmis-server/chemistry-opencmis-server-inmemory-war</module>
+        <module>chemistry-opencmis-server/chemistry-opencmis-server-inmemory</module>
         <module>chemistry-opencmis-server/chemistry-opencmis-server-fileshare</module>
         <module>chemistry-opencmis-server/chemistry-opencmis-server-jcr</module>
         <module>chemistry-opencmis-test/chemistry-opencmis-test-fit</module>