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:35:11 UTC

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

Author: wkeil
Date: Mon Jun  9 04:35:10 2014
New Revision: 1601311

URL: http://svn.apache.org/r1601311
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=1601311&r1=1601310&r2=1601311&view=diff
==============================================================================
--- incubator/devicemap/trunk/devicemap/java/classifier/pom.xml (original)
+++ incubator/devicemap/trunk/devicemap/java/classifier/pom.xml Mon Jun  9 04:35:10 2014
@@ -41,8 +41,8 @@
     </scm>
 
     <properties>
-        <devicemap.device.data.folder>/home/rezan/Code/devicemap/trunk/data/device-data/src/main/resources/devicedata</devicemap.device.data.folder>
-        <devicemap.test.data.file>/home/rezan/Code/devicemap/trunk/data/test-data/src/main/resources/test-data/dmap_20130522.txt</devicemap.test.data.file>
+        <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>

Modified: incubator/devicemap/trunk/devicemap/java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/devicemap/java/pom.xml?rev=1601311&r1=1601310&r2=1601311&view=diff
==============================================================================
--- incubator/devicemap/trunk/devicemap/java/pom.xml (original)
+++ incubator/devicemap/trunk/devicemap/java/pom.xml Mon Jun  9 04:35:10 2014
@@ -34,7 +34,7 @@
     <url>http://incubator.apache.org/devicemap</url>
     
     <modules>
-    	<!-- >module>classifier</module -->
+    	<module>classifier</module>
     	<module>simpleddr</module>
     </modules>