Mail Archive Home | fractal-commits List | Febuary 2006 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Friday, February 24, 2006 @ 14:19:58
Author: seintur
Path: /cvsroot/fractal/aokell/features/membrane/comp
Modified: membrane.xml
Bug fix: directory for generating Java versions of control membrane ADL
descriptions.
--------------+
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.2
aokell/features/membrane/comp/membrane.xml:1.3
--- aokell/features/membrane/comp/membrane.xml:1.2 Mon Feb 20 05:56:20
2006
+++ aokell/features/membrane/comp/membrane.xml Fri Feb 24 14:19:58 2006
@@ -27,7 +27,7 @@
<!-- 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">
+
targetfile="${out.generated}/feature/membrane/comp/org/objectweb/fractal/aokell/lib/membrane/Base.java">
<srcfiles dir="${feature.membrane}/src" includes="**/*.fractal"
/>
</uptodate>
@@ -45,12 +45,12 @@
<java
classname="org.objectweb.fractal.aokell.tools.membrane.MembraneCompiler"
classpathref="classpath" fork="yes">
<arg value="-d" />
- <arg value="${out.generated}/membrane/comp" />
+ <arg value="${out.generated}/feature/membrane/comp" />
</java>
<!-- Compile the generated Java code -->
<javac destdir="${out.build}">
- <src path="${out.generated}/membrane/comp" />
+ <src path="${out.generated}/feature/membrane/comp" />
<classpath refid="classpath" />
</javac>
</target>
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.