SF.net SVN: ant-contrib: [173] ant-contrib/trunk
[email protected] Mon, 14 Jul 2008 03:53:07 -0700
| Newsgroups | gmane.comp.java.ant-contrib.devel |
|---|---|
| Message-ID | <[email protected]> |
Revision: 173
http://ant-contrib.svn.sourceforge.net/ant-contrib/?rev=173&view=rev
Author: bodewig
Date: 2008-07-14 03:53:04 -0700 (Mon, 14 Jul 2008)
Log Message:
-----------
Use Ivy beta2, use IvyConfigure instead of IvyAntSettings (which no longer extends Task in trunk)
Modified Paths:
--------------
ant-contrib/trunk/ivy.xml
ant-contrib/trunk/src/main/java/net/sf/antcontrib/net/Ivy20Adapter.java
Added Paths:
-----------
ant-contrib/trunk/lib/ivy/jars/ivy-2.0.0-beta2.jar
Removed Paths:
-------------
ant-contrib/trunk/lib/ivy/jars/ivy-2.0.0-rc1.jar
Modified: ant-contrib/trunk/ivy.xml
===================================================================
--- ant-contrib/trunk/ivy.xml 2008-07-10 22:49:47 UTC (rev 172)
+++ ant-contrib/trunk/ivy.xml 2008-07-14 10:53:04 UTC (rev 173)
@@ -34,7 +34,7 @@
conf="default->default" />
<dependency org="apache"
name="ivy"
- rev="2.0.0-rc1"
+ rev="2.0.0-beta2"
conf="default->default" />
<dependency org="jayasoft"
name="ivy"
Added: ant-contrib/trunk/lib/ivy/jars/ivy-2.0.0-beta2.jar
===================================================================
(Binary files differ)
Property changes on: ant-contrib/trunk/lib/ivy/jars/ivy-2.0.0-beta2.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: ant-contrib/trunk/lib/ivy/jars/ivy-2.0.0-rc1.jar
===================================================================
(Binary files differ)
Modified: ant-contrib/trunk/src/main/java/net/sf/antcontrib/net/Ivy20Adapter.java
===================================================================
--- ant-contrib/trunk/src/main/java/net/sf/antcontrib/net/Ivy20Adapter.java 2008-07-10 22:49:47 UTC (rev 172)
+++ ant-contrib/trunk/src/main/java/net/sf/antcontrib/net/Ivy20Adapter.java 2008-07-14 10:53:04 UTC (rev 173)
@@ -6,7 +6,7 @@
import java.net.MalformedURLException;
import java.net.URL;
-import org.apache.ivy.ant.IvyAntSettings;
+import org.apache.ivy.ant.IvyConfigure;
import org.apache.ivy.ant.IvyCacheFileset;
import org.apache.tools.ant.BuildException;
@@ -14,7 +14,7 @@
implements IvyAdapter {
public void configure(URLImportTask task) {
- IvyAntSettings configure = new IvyAntSettings();
+ IvyConfigure configure = new IvyConfigure();
configure.setProject(task.getProject());
configure.setLocation(task.getLocation());
configure.setOwningTarget(task.getOwningTarget());
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08