Author: maartenc
Date: Mon Aug 10 06:46:43 2009
New Revision: 802663

URL: http://svn.apache.org/viewvc?rev=802663&view=rev
Log:
FIX: Change org.apache to commons-cli at jdbc-example (IVY-1109)

Modified:
    ant/ivy/core/trunk/CHANGES.txt
    ant/ivy/core/trunk/src/example/configurations/jdbc-example/ivy.xml

Modified: ant/ivy/core/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/CHANGES.txt?rev=802663&r1=802662&r2=802663&view=diff
==============================================================================
--- ant/ivy/core/trunk/CHANGES.txt (original)
+++ ant/ivy/core/trunk/CHANGES.txt Mon Aug 10 06:46:43 2009
@@ -94,6 +94,7 @@
 - FIX: URLResource does not properly support authentication (IVY-1106) (thanks 
to Heschi Kreinick)
 - FIX: Excessive hits to missing URLs uses up all ports on Windows (IVY-1105)
 - FIX: ivy parse exception when using <publications defaultconf> (IVY-1102)
+- FIX: Change org.apache to commons-cli at jdbc-example (IVY-1109)
 
    2.1.0-rc2
 =====================================

Modified: ant/ivy/core/trunk/src/example/configurations/jdbc-example/ivy.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/example/configurations/jdbc-example/ivy.xml?rev=802663&r1=802662&r2=802663&view=diff
==============================================================================
--- ant/ivy/core/trunk/src/example/configurations/jdbc-example/ivy.xml 
(original)
+++ ant/ivy/core/trunk/src/example/configurations/jdbc-example/ivy.xml Mon Aug 
10 06:46:43 2009
@@ -33,7 +33,7 @@
     
     <dependencies>
            <!-- this dependency is needed for all configuration -->
-        <dependency org="org.apache" name="commons-cli" rev="1.0" />
+        <dependency org="commons-cli" name="commons-cli" rev="1.0" />
         <!-- when launching our app in dev mode we use mckoi db and mckoi jdbc 
client conf="run.dev->embedded, client"-->
         <dependency org="mckoi" name="mckoi" rev="1.0.2"  
conf="rundev->default"/> 
         <!-- when launching our app in production environement we needs other 
jdbc driver -->


Reply via email to