X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=Makefile;h=8ff57035fcf60494345c49f0f5c338d9265fcf6a;hb=d7473cfeed2d796cdfc1fe99fb23062fa637bb9a;hp=08c9b8220500e67a1985d150869dbcbacb425148;hpb=8320937d7248d4eb50d3db3f2ec205cd046e1ff7;p=gpl%2Fargeo-slc.git diff --git a/Makefile b/Makefile index 08c9b8220..8ff57035f 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,8 @@ org.argeo.tp \ org.argeo.tp.sdk \ org.argeo.tp.apache \ org.argeo.tp.jetty \ -org.argeo.tp.eclipse \ 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 \ @@ -46,11 +46,11 @@ tool-server: osgi graalvm-custom mkdir -p $(A2_OUTPUT)/libexec/$(A2_CATEGORY) cd $(A2_OUTPUT)/libexec/$(A2_CATEGORY) && $(GRAALVM_HOME)/bin/native-image \ -cp $(A2_CLASSPATH):$(A2_BUNDLES_CLASSPATH):$(SDK_BUILD_BASE)/$(A2_CATEGORY)/graalvm/bin \ - --features=org.argeo.slc.graalvm.feature.ArgeoToolFeature \ --enable-url-protocols=http,https \ - -H:AdditionalSecurityProviders=sun.security.jgss.SunProvider,org.bouncycastle.jce.provider.BouncyCastleProvider,net.i2p.crypto.eddsa.EdDSASecurityProvider \ + -H:AdditionalSecurityProviders=sun.security.jgss.SunProvider \ --initialize-at-build-time=org.argeo.init.logging.ThinLogging,org.slf4j.LoggerFactory \ --no-fallback \ + -Dargeo.logging.synchronous=true \ org.argeo.tool.server.ArgeoServer \ argeo