diff options
| author | Noriko Hosoi <nhosoi@redhat.com> | 2006-02-28 20:46:12 +0000 |
|---|---|---|
| committer | Noriko Hosoi <nhosoi@redhat.com> | 2006-02-28 20:46:12 +0000 |
| commit | 9a8d95ef1d9dffbb63b0b9c6bdf26203b0541afa (patch) | |
| tree | 6fc2b31d447bafcbcd75fb54d4c4b7bde7a8de36 | |
| parent | 2ab1b4d64d3d2a718bade5161c2ec2c834111f7b (diff) | |
Fixing the internal build (to build dsmlgw w/ ant, ant-launcher.jar is needed)
| -rw-r--r-- | internal_comp_deps.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal_comp_deps.mk b/internal_comp_deps.mk index 7889255a..20520943 100644 --- a/internal_comp_deps.mk +++ b/internal_comp_deps.mk @@ -501,7 +501,7 @@ endif ifeq ($(BUILD_JAVA_CODE),1) ifndef GET_ANT_FROM_PATH # (we use ant for building some Java code) -ANTJAR = ant.jar +ANTJAR = ant.jar ant-launcher.jar #JAXPJAR = jaxp.jar # ??? ANT_FILES = $(ANTJAR) $(JAXPJAR) ANT_RELEASE = $(COMPONENTS_DIR) |
