You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by bd...@apache.org on 2013/09/30 13:52:55 UTC

svn commit: r1527519 - /incubator/devicemap/trunk/pom.xml

Author: bdelacretaz
Date: Mon Sep 30 11:52:54 2013
New Revision: 1527519

URL: http://svn.apache.org/r1527519
Log:
disabled openddr/java which does not build, and enable devicemapjava

Modified:
    incubator/devicemap/trunk/pom.xml

Modified: incubator/devicemap/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/pom.xml?rev=1527519&r1=1527518&r2=1527519&view=diff
==============================================================================
--- incubator/devicemap/trunk/pom.xml (original)
+++ incubator/devicemap/trunk/pom.xml Mon Sep 30 11:52:54 2013
@@ -38,8 +38,14 @@
 
   <modules>
     <module>openddr/data</module>
-    <module>openddr/java</module>
     <module>openddr/test-data</module>
+    <module>devicemapjava</module>
+
+    <!-- 
+        Disabled - does not build as org.w3c.ddr.simple:DDR-Simple-API is not 
+        available in a public Maven repository
+    <module>openddr/java</module>
+    -->
   </modules>
 </project>