[ooo-build-commit] ooeclipse: Branch 'master'
Dan Corneanu
cdan at kemper.freedesktop.org
Sat Dec 4 09:14:22 PST 2010
core/build/build.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 45ba38d12ec21120c7ce54d79080439b5c87a825
Author: Dan Corneanu <cdan at savatech.ro>
Date: Sat Dec 4 19:11:30 2010 +0200
Fixed the compile path.
diff --git a/core/build/build.xml b/core/build/build.xml
index 6dd3777..46351f8 100644
--- a/core/build/build.xml
+++ b/core/build/build.xml
@@ -68,7 +68,7 @@
<include name="org.eclipse*.jar"/>
</fileset>
- <fileset dir="${core.basedir}/../packager">
+ <fileset dir="${packager.out.path}/plugins">
<include name="*.jar"/>
</fileset>
</path>
@@ -78,7 +78,7 @@
<mkdir dir="${core.out.classes}" />
</target>
- <target name="purge">
+ <target name="purge" depends="packager.purge">
<dirname property="core.basedir" file="${ant.file.core}/.."/>
<property name="core.out.path" value="${core.basedir}/bin/ant" />
<delete dir="${core.out.path}" />
More information about the ooo-build-commit
mailing list