aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-common.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-12-13 19:54:33 +0100
committerSven Gothel <[email protected]>2010-12-13 19:54:33 +0100
commit74b18ab38f7606a2db17a26245c430d3051ed789 (patch)
tree4a0bc572b6c77c52c39c25dd9626d5c3c624e95c /make/build-common.xml
parente735c312c874ae6abc401b4765b24a83f5238a99 (diff)
only kick off gluegen base.compile
Diffstat (limited to 'make/build-common.xml')
-rw-r--r--make/build-common.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/make/build-common.xml b/make/build-common.xml
index 91f423e86..8503550ec 100644
--- a/make/build-common.xml
+++ b/make/build-common.xml
@@ -355,14 +355,7 @@
<!-- Run the GlueGen build to ensure that the GlueGen ANT task
- has been built. -->
- <!-- FIXME: remove passing down of antlr.jar when gluegen.properties is on all
- nightly build machines -->
- <ant antfile="${gluegen.build.xml}" dir="${gluegen.make}" target="all" inheritAll="false">
- <propertyset>
- <propertyref name="antlr.jar" />
- <!--propertyref name="gluegen.nsig" /-->
- </propertyset>
- </ant>
+ <ant antfile="${gluegen.build.xml}" dir="${gluegen.make}" target="base.compile" inheritAll="false"/>
</target>