Mail Archive Home | fractal-commits List | Febuary 2006 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Monday, February 20, 2006 @ 05:56:20
Author: seintur
Path: /cvsroot/fractal/aokell/features/membrane/comp
Modified: membrane.xml
Bug fix: classpath definition propagation and property names.
--------------+
membrane.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: aokell/features/membrane/comp/membrane.xml
diff -u aokell/features/membrane/comp/membrane.xml:1.1
aokell/features/membrane/comp/membrane.xml:1.2
--- aokell/features/membrane/comp/membrane.xml:1.1 Mon Feb 20 04:49:47
2006
+++ aokell/features/membrane/comp/membrane.xml Mon Feb 20 05:56:20 2006
@@ -28,17 +28,17 @@
<!-- Check whether the membranes must be recompiled -->
<uptodate property="compile.membrane.notrequired"
targetfile="${out.generated}/membrane/comp/org/objectweb/fractal/aokell/lib/membrane/Base.java">
- <srcfiles dir="${src.feature.membrane}" includes="**/*.fractal"
/>
+ <srcfiles dir="${feature.membrane}/src" includes="**/*.fractal"
/>
</uptodate>
- <antcall target="compile.membrane.required" />
+ <antcall target="compile.membrane.required" inheritrefs="true" />
</target>
<target name="compile.membrane.required"
unless="compile.membrane.notrequired">
<!-- Copy the .fractal membrane definitions to ${out.build} -->
<copy todir="${out.build}">
- <fileset dir="${src.feature.membrane}" includes="**/*.fractal" />
+ <fileset dir="${feature.membrane}/src" includes="**/*.fractal" />
</copy>
<!-- Generate the Java code associated to membrane definitions -->
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.