Author: xavier
Date: Mon Nov 26 04:55:55 2007
New Revision: 598255
URL: http://svn.apache.org/viewvc?rev=598255&view=rev
Log:
configurations tutorial review (IVY-591) (thanks to Jing Xue)
Modified:
incubator/ivy/core/trunk/src/example/configurations/multi-projects/filter-framework/build.xml
incubator/ivy/core/trunk/src/example/configurations/multi-projects/myapp/build.xml
Modified:
incubator/ivy/core/trunk/src/example/configurations/multi-projects/filter-framework/build.xml
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/example/configurations/multi-projects/filter-framework/build.xml?rev=598255&r1=598254&r2=598255&view=diff
==============================================================================
---
incubator/ivy/core/trunk/src/example/configurations/multi-projects/filter-framework/build.xml
(original)
+++
incubator/ivy/core/trunk/src/example/configurations/multi-projects/filter-framework/build.xml
Mon Nov 26 04:55:55 2007
@@ -31,7 +31,7 @@
<!-- paths used for compilation and run -->
<path id="compile.path.id">
- <fileset dir="${lib.dir}/cc-Impl" />
+ <fileset dir="${lib.dir}/cc-impl" />
</path>
<path id="test.path.id">
Modified:
incubator/ivy/core/trunk/src/example/configurations/multi-projects/myapp/build.xml
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/example/configurations/multi-projects/myapp/build.xml?rev=598255&r1=598254&r2=598255&view=diff
==============================================================================
---
incubator/ivy/core/trunk/src/example/configurations/multi-projects/myapp/build.xml
(original)
+++
incubator/ivy/core/trunk/src/example/configurations/multi-projects/myapp/build.xml
Mon Nov 26 04:55:55 2007
@@ -57,7 +57,7 @@
</target>
<!-- =================================
- target: run with ome made implementation
+ target: run with home made implementation
================================= -->
<target name="run-hm" depends="build" description="--> run the project
with ome made implementation">
<java classpathref="run.hm.path.id" classname="myapp.Main"
fork="true"/>