Author: aadamchik
Date: Sun Jul 23 13:52:06 2006
New Revision: 424815
URL: http://svn.apache.org/viewvc?rev=424815&view=rev
Log:
fixing ant maven export build script - 2.0
Modified:
incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/build.xml
Modified:
incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/build.xml
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/build.xml?rev=424815&r1=424814&r2=424815&view=diff
==============================================================================
---
incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/build.xml
(original)
+++
incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/build.xml
Sun Jul 23 13:52:06 2006
@@ -17,32 +17,32 @@
<antcall target="install">
<param name="stage-target" value="stage"/>
- <param name="m2.groupDir"
value="${m2.repo}/org/objectstyle/cayenne"/>
+ <param name="m2.groupDir"
value="${m2.repo}/org/apache/cayenne"/>
<param name="m2.artifactId" value="${project.name}"/>
</antcall>
<antcall target="install">
<param name="stage-target" value="stage"/>
- <param name="m2.groupDir"
value="${m2.repo}/org/objectstyle/cayenne"/>
+ <param name="m2.groupDir"
value="${m2.repo}/org/apache/cayenne"/>
<param name="m2.artifactId"
value="${project.name}-nodeps"/>
</antcall>
<antcall target="install">
<param name="stage-target" value="stage"/>
- <param name="m2.groupDir"
value="${m2.repo}/org/objectstyle/cayenne"/>
+ <param name="m2.groupDir"
value="${m2.repo}/org/apache/cayenne"/>
<param name="m2.artifactId"
value="${project.name}-client-nodeps"/>
</antcall>
<antcall target="install">
<param name="stage-target" value="stage-modeler"/>
- <param name="m2.groupDir"
value="${m2.repo}/org/objectstyle/cayenne"/>
+ <param name="m2.groupDir"
value="${m2.repo}/org/apache/cayenne"/>
<param name="m2.artifactId"
value="${project.name}-modeler"/>
</antcall>
<!-- Ignore Ashwood - it is deployed on ibiblio and never changes
<antcall target="install">
<param name="stage-target" value="stage-lib"/>
- <param name="m2.groupDir"
value="${m2.repo}/org/objectstyle/ashwood"/>
+ <param name="m2.groupDir"
value="${m2.repo}/org/apache/ashwood"/>
<param name="m2.artifactId" value="ashwood"/>
<param name="project.version" value="1.1"/>
</antcall>