CLEREZZA-926: reverted uncommenting modules from reactor
Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/11e69708 Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/11e69708 Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/11e69708 Branch: refs/heads/master Commit: 11e69708edacbf30d7f1a9b086ff68da852f3106 Parents: 5ccda69 Author: Reto Gmür <[email protected]> Authored: Fri Aug 1 19:14:54 2014 +0200 Committer: Reto Gmür <[email protected]> Committed: Fri Aug 1 19:14:54 2014 +0200 ---------------------------------------------------------------------- pom.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/clerezza/blob/11e69708/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d7085bf..409ad01 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.clerezza</groupId> <artifactId>reactor</artifactId> <packaging>pom</packaging> - <name>Clerezza - Release Reactor 201407</name> + <name>Clerezza - Reactor build (root)</name> <url>http://incubator.apache.org/clerezza/mvn-site/</url> <version>0.3</version> <description>A recator to build all of clerezza</description> @@ -48,24 +48,24 @@ <modules> <module>parent</module> <module>clerezza-jar-resource-bundle</module> - <!-- <module>platform.style.classic.webguiexamples</module> --> + <module>platform.style.classic.webguiexamples</module> <module>ext</module> - <!-- <module>ext.org.apache.jena</module> - <module>ext.org.apache.jena.tdb</module> --> + <module>ext.org.apache.jena</module> + <module>ext.org.apache.jena.tdb</module> <module>ext.com.ibm.icu</module> - <!-- <module>ext.javax.mail</module> --> + <module>ext.javax.mail</module> <module>ext.org.json.simple</module> - <!-- <module>ext.org.ops4j.pax.swissbox.tinybundles</module> - <module>ext.org.apache.lucene</module> --> + <module>ext.org.ops4j.pax.swissbox.tinybundles</module> + <module>ext.org.apache.lucene</module> <module>slf4j-scala-api</module> - <!-- <module>internal.archetype</module> --> + <module>internal.archetype</module> <module>scala-scripting</module> <module>jaxrs.extensions</module> <module>jaxrs.rdf.providers</module> <module>jaxrs.stanbol.fragments</module> <module>jaxrs.utils</module> <module>jaxrs.whiteboard.jersey</module> - <!-- <module>maven-jaxrs-report-plugin</module> --> + <module>maven-jaxrs-report-plugin</module> <module>maven-ontologies-plugin</module> <!-- <module>maven-pladoc-plugin</module> --> <module>permissiondescriptions</module> @@ -92,8 +92,8 @@ <module>platform.graphnodeprovider</module> <module>platform.graphprovider.content</module> <module>platform.language</module> - <!-- <module>platform.launcher.storageless.parent</module> - <module>platform.launcher.tdb</module> --> + <module>platform.launcher.storageless.parent</module> + <module>platform.launcher.tdb</module> <module>platform.logging</module> <module>platform.mail</module> <module>platform.scripting</module>
