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/31 00:40:23 UTC

svn commit: r1367348 - /ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvydeContainerPage.java

Author: hibou
Date: Mon Jul 30 22:40:22 2012
New Revision: 1367348

URL: http://svn.apache.org/viewvc?rev=1367348&view=rev
Log:
Path relative to the current project can be simplified

Modified:
    ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvydeContainerPage.java

Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvydeContainerPage.java
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvydeContainerPage.java?rev=1367348&r1=1367347&r2=1367348&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvydeContainerPage.java (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvydeContainerPage.java Mon Jul 30 22:40:22 2012
@@ -269,8 +269,7 @@ public class IvydeContainerPage extends 
             if (settings != null) {
                 conf.setSettingsProjectSpecific(true);
                 SettingsSetup setup = new SettingsSetup();
-                setup.setIvySettingsPath("${workspace_loc:" + project.getElementName()
-                        + "/ivysettings.xml}");
+                setup.setIvySettingsPath("ivysettings.xml");
                 conf.setIvySettingsSetup(setup);
             }
         }