You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by mi...@apache.org on 2009/12/22 19:10:12 UTC

svn commit: r893254 - /incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml

Author: mir
Date: Tue Dec 22 18:10:11 2009
New Revision: 893254

URL: http://svn.apache.org/viewvc?rev=893254&view=rev
Log:
added new project org.clerezza.platform.content.imagemetadata

Modified:
    incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml

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=893254&r1=893253&r2=893254&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml Tue Dec 22 18:10:11 2009
@@ -39,6 +39,7 @@
 		<module>org.apache.clerezza.maven-ontologies-plugin</module>
 		<module>org.apache.clerezza.maven-pladoc-plugin</module>
 		<module>org.apache.clerezza.platform.config</module>
+		<module>org.apache.clerezza.platform.content.imagemetadada</module>
 		<module>org.apache.clerezza.platform.content.representations</module>
 		<module>org.apache.clerezza.platform.documentation</module>
 		<module>org.apache.clerezza.platform.graphprovider.content</module>
@@ -925,6 +926,21 @@
 				<artifactId>org.apache.clerezza.platform.content.representations</artifactId>
 				<version>0.1-SNAPSHOT</version>
 			</dependency>
+			<dependency>
+				<groupId>org.apache.clerezza</groupId>
+				<artifactId>org.apache.clerezza.platform.content.representations.core</artifactId>
+				<version>0.1-SNAPSHOT</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.clerezza</groupId>
+				<artifactId>org.apache.clerezza.platform.content.representations.ontologies</artifactId>
+				<version>0.1-SNAPSHOT</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.clerezza</groupId>
+				<artifactId>org.apache.clerezza.platform.content.imagemetadata</artifactId>
+				<version>0.1-SNAPSHOT</version>
+			</dependency>
 		</dependencies>
 	</dependencyManagement>
 	<distributionManagement>