Explorar o código

Fixing the internal build (to build dsmlgw w/ ant, ant-launcher.jar is needed)

Noriko Hosoi %!s(int64=20) %!d(string=hai) anos
pai
achega
9a8d95ef1d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      internal_comp_deps.mk

+ 1 - 1
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)