Author: scottbw
Date: Tue Jan 26 00:31:12 2010
New Revision: 903029
URL: http://svn.apache.org/viewvc?rev=903029&view=rev
Log:
Corrected project name and local repository name - this should fix issue
WOOKIE-109
Modified:
incubator/wookie/trunk/ant/ivysettings.xml
incubator/wookie/trunk/ivy.xml
Modified: incubator/wookie/trunk/ant/ivysettings.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/ant/ivysettings.xml?rev=903029&r1=903028&r2=903029&view=diff
==============================================================================
--- incubator/wookie/trunk/ant/ivysettings.xml (original)
+++ incubator/wookie/trunk/ant/ivysettings.xml Tue Jan 26 00:31:12 2010
@@ -2,7 +2,7 @@
<settings defaultResolver="wookie-chain" />
<resolvers>
<chain name="wookie-chain">
- <filesystem name="main">
+ <filesystem name="local">
<artifact
pattern="${basedir}/${ivy.repository.dir}/lib/[artifact]-[revision].[type]" />
</filesystem>>
<ibiblio name="public" m2compatible="true"/>
Modified: incubator/wookie/trunk/ivy.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/ivy.xml?rev=903029&r1=903028&r2=903029&view=diff
==============================================================================
--- incubator/wookie/trunk/ivy.xml (original)
+++ incubator/wookie/trunk/ivy.xml Tue Jan 26 00:31:12 2010
@@ -1,5 +1,5 @@
<ivy-module version="2.0">
- <info organisation="org.apache.incubator" module="wookie-server"/>
+ <info organisation="org.apache.incubator" module="wookie"/>
<configurations>
<conf name="deploy"/>