X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=Makefile;h=f93dc35c0dc9916a6df55876614c29b49c8a0daa;hb=5a7860bc756b6b8935d4486f3802663d57ae422a;hp=1a4f1019fbf179428122987ee156c33386ab346a;hpb=38bea9b08fc27d55b6b8c904adc30cb4155587b8;p=gpl%2Fargeo-suite.git diff --git a/Makefile b/Makefile index 1a4f101..f93dc35 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,7 @@ org.argeo.app.core \ org.argeo.app.servlet.odk \ org.argeo.app.servlet.publish \ org.argeo.app.ui \ -org.argeo.app.theme.default \ -org.argeo.app.ui.rap \ +org.argeo.app.theme.default A2_OUTPUT = $(SDK_BUILD_BASE)/a2 A2_BASE = $(A2_OUTPUT) @@ -22,12 +21,14 @@ org.argeo.tp \ org.argeo.tp.apache \ org.argeo.tp.jetty \ org.argeo.tp.eclipse.equinox \ -org.argeo.tp.eclipse.rap \ +org.argeo.tp.eclipse.rwt \ org.argeo.tp.jcr \ +org.argeo.tp.formats \ +org.argeo.tp.gis \ org.argeo.cms \ org.argeo.cms.eclipse.rap \ clean: rm -rf $(BUILD_BASE) -include $(SDK_SRC_BASE)/sdk/osgi.mk \ No newline at end of file +include $(SDK_SRC_BASE)/sdk/argeo-build/osgi.mk \ No newline at end of file