summaryrefslogtreecommitdiff
path: root/build.detach.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.detach.xml')
-rw-r--r--build.detach.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/build.detach.xml b/build.detach.xml
index 132c812a26..03360e36d5 100644
--- a/build.detach.xml
+++ b/build.detach.xml
@@ -11,7 +11,7 @@ SuperSabbus for Scala detach plugin.
<!-- ===========================================================================
END-USER TARGETS
============================================================================ -->
-
+
<target name="build" depends="pack.done"
description="Builds the Scala detach plugin."/>
@@ -72,8 +72,6 @@ QUICK BUILD (QUICK)
<path id="quick.classpath">
<pathelement location="${build-quick.dir}/classes/library"/>
<pathelement location="${build-quick.dir}/classes/compiler"/>
- <pathelement location="${lib.dir}/fjbg.jar"/>
- <pathelement location="${lib.dir}/msil.jar"/>
<pathelement location="${lib.dir}/forkjoin.jar"/>
<pathelement location="${ant.home}/lib/ant.jar"/>
</path>
@@ -120,9 +118,9 @@ QUICK BUILD (QUICK)
<!-- ===========================================================================
PACKED QUICK BUILD (PACK)
============================================================================ -->
-
+
<target name="pack.start" depends="quick.done"/>
-
+
<target name="pack.pre-lib" depends="pack.start">
<uptodate
property="pack.lib.available"