X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=osgi.mk;h=5a1d3e8967004e8c6973c96feead2f09b1007a0a;hb=8062b2366eb6bf7fe1a0fe45db59b6c88d11a9f0;hp=4af7fff925db3c6dc54edd2595dcf4d2e50698b3;hpb=499bc59ab546f21f74cbc7233100e90d2faf44d0;p=cc0%2Fargeo-build.git diff --git a/osgi.mk b/osgi.mk index 4af7fff..5a1d3e8 100644 --- a/osgi.mk +++ b/osgi.mk @@ -103,10 +103,4 @@ jni-uninstall: javadoc: $(BUILD_BASE)/built $(JAVADOC) -noindex -quiet -Xmaxwarns 1 -d $(BUILD_BASE)/api --source-path $(subst $(space),$(pathsep),$(strip $(JAVADOC_SRCS))) -subpackages $(JAVADOC_PACKAGES) -# Make variables used to replace spaces by a separator, typically in order to generate classpaths -# for example: CLASSPATH = $(subst $(space),$(pathsep),$(strip $(JARS))) -null := -space := $(null) # -pathsep := : - .PHONY: osgi manifests javadoc osgi-all osgi-clean osgi-install osgi-uninstall jni-all jni-clean jni-install jni-uninstall