X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=bootstrap%2Forg.argeo.tp.build%2FMakefile;h=dcecaeadca17f90fd30c05ccc25e89884a3adceb;hb=e929ba9e06abf29f07019eb1d8e805ae1a56d936;hp=be38fd2ae331841bd1036d395a50975f1f449341;hpb=0301f5aa84ea0661efa22f83a5f94eac62eac7b9;p=gpl%2Fargeo-tp.git diff --git a/bootstrap/org.argeo.tp.build/Makefile b/bootstrap/org.argeo.tp.build/Makefile index be38fd2..dcecaea 100644 --- a/bootstrap/org.argeo.tp.build/Makefile +++ b/bootstrap/org.argeo.tp.build/Makefile @@ -1,20 +1,18 @@ -include ../../sdk.mk -include ../../common.mk - .PHONY: clean all osgi A2_OUTPUT := $(SDK_BUILD_BASE)/a2 JVM ?= $(JAVA_HOME)/bin/java -ARGEO_MAKE := $(JVM) -cp $(BOOTSTRAP_BASE)/ecj:$(BOOTSTRAP_BASE)/bndlib:$(BND_CLASSPATH) $(SDK_SRC_BASE)/sdk/argeo-build/src/org/argeo/build/Make.java +ARGEO_MAKE := $(JVM) -cp ../ecj:../bndlib ../sdk/argeo-build/src/org/argeo/build/Make.java A2_CATEGORY = org.argeo.tp.build all: osgi osgi: - cp -r $(BOOTSTRAP_BASE)/ecj/OSGI-OPT/src org.eclipse.jdt.core.compiler.batch - cp -r $(BOOTSTRAP_BASE)/bndlib/OSGI-OPT/src biz.aQute.bndlib + cp -r ../ecj/OSGI-OPT/src org.eclipse.jdt.core.compiler.batch + cp -r ../bndlib/OSGI-OPT/src biz.aQute.bndlib + $(ARGEO_MAKE) all --category $(A2_CATEGORY) --bundles org.eclipse.jdt.core.compiler.batch biz.aQute.bndlib clean: