You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2010/04/06 11:12:10 UTC

svn commit: r931059 - in /incubator/clerezza/trunk/org.apache.clerezza.parent: org.apache.clerezza.platform.config/pom.xml org.apache.clerezza.platform.launcher.storageless.parent/pom.xml pom.xml

Author: reto
Date: Tue Apr  6 09:12:10 2010
New Revision: 931059

URL: http://svn.apache.org/viewvc?rev=931059&view=rev
Log:
CLEREZZA-184: extrated config gui to new project

Modified:
    incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.config/pom.xml
    incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/pom.xml
    incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.config/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.config/pom.xml?rev=931059&r1=931058&r2=931059&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.config/pom.xml (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.config/pom.xml Tue Apr  6 09:12:10 2010
@@ -35,22 +35,10 @@
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.annotations</artifactId>
         </dependency>
-        <dependency>
-            <groupId>javax.ws.rs</groupId>
-            <artifactId>jsr311-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.clerezza</groupId>
-            <artifactId>org.apache.clerezza.platform.dashboard.core</artifactId>
-        </dependency>
 		<dependency>
             <groupId>org.apache.clerezza</groupId>
 			<artifactId>org.apache.clerezza.platform.graphprovider.content</artifactId>
 		</dependency>
-        <dependency>
-            <groupId>org.apache.clerezza</groupId>
-            <artifactId>org.apache.clerezza.web.fileserver</artifactId>
-        </dependency>
     </dependencies>
 </project>
 

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/pom.xml?rev=931059&r1=931058&r2=931059&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/pom.xml (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/pom.xml Tue Apr  6 09:12:10 2010
@@ -376,6 +376,11 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
+			<artifactId>org.apache.clerezza.platform.config.gui</artifactId>
+			<scope>runtime</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.clerezza</groupId>
 			<artifactId>org.apache.clerezza.platform.documentation</artifactId>
 			<scope>runtime</scope>
 		</dependency>

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml?rev=931059&r1=931058&r2=931059&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml Tue Apr  6 09:12:10 2010
@@ -41,6 +41,7 @@
 		<module>org.apache.clerezza.platform.accountcontrolpanel</module>
 		<module>org.apache.clerezza.platform.concepts</module>
 		<module>org.apache.clerezza.platform.config</module>
+		<module>org.apache.clerezza.platform.config.gui</module>
 		<module>org.apache.clerezza.platform.content.imagemetadata</module>
 		<module>org.apache.clerezza.platform.content</module>
 		<module>org.apache.clerezza.platform.content.representations</module>
@@ -925,6 +926,11 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.clerezza</groupId>
+				<artifactId>org.apache.clerezza.platform.config.gui</artifactId>
+				<version>0.1-incubating-SNAPSHOT</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.clerezza</groupId>
 				<artifactId>org.apache.clerezza.platform.documentation</artifactId>
 				<version>0.3-incubating-SNAPSHOT</version>
 			</dependency>
@@ -1094,6 +1100,11 @@
 				<artifactId>org.apache.clerezza.maven-jaxrs-report-plugin</artifactId>
 				<version>0.1-incubating-SNAPSHOT</version>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-plugin-plugin</artifactId>
+				<version>2.5.1</version>
+			</plugin>
 <!--			<plugin>
 				<groupId>org.apache.clerezza</groupId>
 				<artifactId>org.apache.clerezza.maven-pladoc-plugin.core</artifactId>