You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2012/07/30 18:27:08 UTC

svn commit: r1367151 - /ant/ivy/ivyde/trunk/test/linked-folder/.project

Author: hibou
Date: Mon Jul 30 16:27:08 2012
New Revision: 1367151

URL: http://svn.apache.org/viewvc?rev=1367151&view=rev
Log:
Avoid absolute path

Modified:
    ant/ivy/ivyde/trunk/test/linked-folder/.project

Modified: ant/ivy/ivyde/trunk/test/linked-folder/.project
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/linked-folder/.project?rev=1367151&r1=1367150&r2=1367151&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/linked-folder/.project (original)
+++ ant/ivy/ivyde/trunk/test/linked-folder/.project Mon Jul 30 16:27:08 2012
@@ -36,7 +36,7 @@
 		<link>
 			<name>link</name>
 			<type>2</type>
-			<location>/Users/hibou/dev/ivy/git-ivyde/test/linked-folder/linked</location>
+			<locationURI>PROJECT_LOC/linked</locationURI>
 		</link>
 	</linkedResources>
 </projectDescription>