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);
}
}