You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by wk...@apache.org on 2014/06/09 06:58:09 UTC

svn commit: r1601312 - in /incubator/devicemap/trunk/devicemap/java: classifier/pom.xml pom.xml

Author: wkeil
Date: Mon Jun  9 04:58:09 2014
New Revision: 1601312

URL: http://svn.apache.org/r1601312
Log:
DMAP-25: Java: Maven 

Task-Url: https://issues.apache.org/jira/browse/DMAP-25

Modified:
    incubator/devicemap/trunk/devicemap/java/classifier/pom.xml
    incubator/devicemap/trunk/devicemap/java/pom.xml

Modified: incubator/devicemap/trunk/devicemap/java/classifier/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/devicemap/java/classifier/pom.xml?rev=1601312&r1=1601311&r2=1601312&view=diff
==============================================================================
--- incubator/devicemap/trunk/devicemap/java/classifier/pom.xml (original)
+++ incubator/devicemap/trunk/devicemap/java/classifier/pom.xml Mon Jun  9 04:58:09 2014
@@ -39,11 +39,6 @@
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/devicemap/trunk/devicemapjava</developerConnection>
         <url>http://svn.apache.org/viewvc/incubator/devicemap/trunk/devicemapjava</url>
     </scm>
-
-    <properties>
-        <devicemap.device.data.folder>${basedir}/../../device-data/src/main/resources/devicedata</devicemap.device.data.folder>
-        <devicemap.test.data.file>${basedir}/../../test-data/src/main/resources/test-data/dmap_20130522.txt</devicemap.test.data.file>
-    </properties>
   
     <dependencies>
         <dependency>

Modified: incubator/devicemap/trunk/devicemap/java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/devicemap/java/pom.xml?rev=1601312&r1=1601311&r2=1601312&view=diff
==============================================================================
--- incubator/devicemap/trunk/devicemap/java/pom.xml (original)
+++ incubator/devicemap/trunk/devicemap/java/pom.xml Mon Jun  9 04:58:09 2014
@@ -35,7 +35,7 @@
     
     <modules>
     	<module>classifier</module>
-    	<module>simpleddr</module>
+    	<!--  >module>simpleddr</module  FIXME resolve W3C dependency -->
     </modules>
     
     <!-- Test settings that can be overridden from the Maven command line -->