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 2011/03/27 13:21:58 UTC

svn commit: r1085915 - in /incubator/clerezza/trunk/parent: platform.launcher.storageless.parent/pom.xml pom.xml

Author: reto
Date: Sun Mar 27 11:21:58 2011
New Revision: 1085915

URL: http://svn.apache.org/viewvc?rev=1085915&view=rev
Log:
CLEREZZA-460: added renderlet gui

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

Modified: incubator/clerezza/trunk/parent/platform.launcher.storageless.parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.launcher.storageless.parent/pom.xml?rev=1085915&r1=1085914&r2=1085915&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.launcher.storageless.parent/pom.xml (original)
+++ incubator/clerezza/trunk/parent/platform.launcher.storageless.parent/pom.xml Sun Mar 27 11:21:58 2011
@@ -442,6 +442,11 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
+			<artifactId>platform.typerendering.gui</artifactId>
+			<scope>runtime</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.ontologies</artifactId>
 			<scope>runtime</scope>
 		</dependency>

Modified: incubator/clerezza/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/pom.xml?rev=1085915&r1=1085914&r2=1085915&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/pom.xml (original)
+++ incubator/clerezza/trunk/parent/pom.xml Sun Mar 27 11:21:58 2011
@@ -73,6 +73,7 @@
 				<module>platform.security</module>
 				<module>platform.typehandlerspace</module>
 				<module>platform.typerendering</module>
+				<module>platform.typerendering.gui</module>
 				<module>platform.typerendering.scala</module>
 				<module>platform.typerendering.scalaserverpages</module>
 				<module>platform.typerendering.seedsnipe</module>
@@ -999,6 +1000,11 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.clerezza</groupId>
+				<artifactId>platform.typerendering.gui</artifactId>
+				<version>0.1-incubating-SNAPSHOT</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.clerezza</groupId>
 				<artifactId>platform.typerendering.core</artifactId>
 				<version>0.2-incubating-SNAPSHOT</version>
 			</dependency>