Introduce open user menu icon
[gpl/argeo-suite.git] / Makefile
index f93dc35c0dc9916a6df55876614c29b49c8a0daa..c3bd029d598528d3da9ede7b23bdb81e75bddadc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,11 @@
 include sdk.mk
-.PHONY: clean all osgi
+.PHONY: clean all osgi move-swt
 
-all: osgi
+all: move-swt
+
+move-swt: osgi
+       mkdir -p $(A2_OUTPUT)/swt/$(A2_CATEGORY)
+       mv -v $(A2_OUTPUT)/$(A2_CATEGORY)/org.argeo.app*.ui.$(MAJOR).$(MINOR).jar $(A2_OUTPUT)/swt/$(A2_CATEGORY)
 
 A2_CATEGORY = org.argeo.suite
 
@@ -10,8 +14,11 @@ org.argeo.app.api \
 org.argeo.app.core \
 org.argeo.app.servlet.odk \
 org.argeo.app.servlet.publish \
+org.argeo.app.swt \
 org.argeo.app.ui \
-org.argeo.app.theme.default
+org.argeo.app.theme.default \
+org.argeo.app.profile.acr.fs \
+org.argeo.app.profile.acr.jcr \
 
 A2_OUTPUT = $(SDK_BUILD_BASE)/a2
 A2_BASE = $(A2_OUTPUT)
@@ -20,13 +27,16 @@ DEP_CATEGORIES = \
 org.argeo.tp \
 org.argeo.tp.apache \
 org.argeo.tp.jetty \
-org.argeo.tp.eclipse.equinox \
-org.argeo.tp.eclipse.rwt \
+osgi/api/org.argeo.tp.osgi \
+osgi/equinox/org.argeo.tp.eclipse \
+swt/rap/org.argeo.tp.swt \
+swt/rap/org.argeo.tp.swt.workbench \
 org.argeo.tp.jcr \
 org.argeo.tp.formats \
 org.argeo.tp.gis \
 org.argeo.cms \
-org.argeo.cms.eclipse.rap \
+swt/org.argeo.cms \
+swt/rap/org.argeo.cms \
 
 clean:
        rm -rf $(BUILD_BASE)