X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=repackage%2FMakefile;h=37eb377944b79506879afe5744944eda62403b64;hb=5787fb3479ec7089c4b5d3a71cce004883304abe;hp=e846c0b51f208e1aa7b0fedd92f0d4ac805aca48;hpb=189e09096d5663f2d40eee792362a0724b5c0900;p=gpl%2Fargeo-tp.git diff --git a/repackage/Makefile b/repackage/Makefile index e846c0b..37eb377 100644 --- a/repackage/Makefile +++ b/repackage/Makefile @@ -1,17 +1,26 @@ include ../sdk.mk +# Minimal third-parties for running headless Argeo CMS +CATEGORIES_CMS=\ +org.argeo.tp \ +org.argeo.tp.httpd \ +crypto/fips/org.argeo.tp.crypto \ +org.argeo.tp.sshd \ +osgi/equinox/org.argeo.tp.osgi \ +osgi/equinox/org.argeo.tp.eclipse \ + CATEGORIES=\ +$(CATEGORIES_CMS) \ +org.argeo.tp.sys \ org.argeo.tp.sdk \ osgi/api/org.argeo.tp.osgi \ -osgi/equinox/org.argeo.tp.osgi \ -osgi/equinox/org.argeo.tp.eclipse \ swt/rap/org.argeo.tp.swt \ swt/rap/org.argeo.tp.swt.workbench \ swt/rcp/org.argeo.tp.swt \ -lib/linux/x86_64/org.argeo.tp \ -lib/linux/aarch64/org.argeo.tp \ -lib/win32/x86_64/org.argeo.tp \ -lib/macosx/x86_64/org.argeo.tp \ +lib/linux/x86_64/org.argeo.tp.sys \ +lib/linux/aarch64/org.argeo.tp.sys \ +lib/win32/x86_64/org.argeo.tp.sys \ +lib/macosx/x86_64/org.argeo.tp.sys \ lib/linux/x86_64/swt/rcp/org.argeo.tp.swt \ lib/linux/aarch64/swt/rcp/org.argeo.tp.swt \ lib/win32/x86_64/swt/rcp/org.argeo.tp.swt \ @@ -19,18 +28,16 @@ lib/macosx/x86_64/swt/rcp/org.argeo.tp.swt \ lib/macosx/x86_64/swt/rcp/org.argeo.tp.swt.workbench \ swt/rcp/org.argeo.tp.swt \ swt/rcp/org.argeo.tp.swt.workbench \ -org.argeo.tp \ -org.argeo.tp.httpd \ org.argeo.tp.utils \ +org.argeo.tp.img \ org.argeo.tp.publish \ org.argeo.tp.math \ org.argeo.tp.jcr \ org.argeo.tp.office \ org.argeo.tp.earth \ crypto/full/org.argeo.tp.crypto \ -crypto/fips/org.argeo.tp.crypto \ -# NOTE: FIPS support is experimental, in order to preapre for the 2.0.0 stream -# see https://www.bouncycastle.org/fips_java_roadmap.html +install-for-minimal-cms: + $(MAKE) install CATEGORIES="$(CATEGORIES_CMS)" include $(SDK_SRC_BASE)/sdk/argeo-build/repackage.mk \ No newline at end of file