Move RAP and RCP cli from Argeo Commons to SLC
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 1 Nov 2022 07:11:09 +0000 (08:11 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 1 Nov 2022 07:11:09 +0000 (08:11 +0100)
commit02f5d9030b0cb78111320a54a205870b9e747d6c
tree29939cc9eff51518728c6780329646ecb0714f73
parentbeb0370750c9fed55b6b4f88c62f74d8324813ad
Move RAP and RCP cli from Argeo Commons to SLC
21 files changed:
Makefile
Makefile-rcp.mk
swt/rap/org.argeo.tool.rap.cli/.classpath [new file with mode: 0644]
swt/rap/org.argeo.tool.rap.cli/.project [new file with mode: 0644]
swt/rap/org.argeo.tool.rap.cli/META-INF/native-image/jni-config.json [new file with mode: 0644]
swt/rap/org.argeo.tool.rap.cli/META-INF/native-image/predefined-classes-config.json [new file with mode: 0644]
swt/rap/org.argeo.tool.rap.cli/META-INF/native-image/proxy-config.json [new file with mode: 0644]
swt/rap/org.argeo.tool.rap.cli/META-INF/native-image/reflect-config.json [new file with mode: 0644]
swt/rap/org.argeo.tool.rap.cli/META-INF/native-image/resource-config.json [new file with mode: 0644]
swt/rap/org.argeo.tool.rap.cli/META-INF/native-image/serialization-config.json [new file with mode: 0644]
swt/rap/org.argeo.tool.rap.cli/bnd.bnd [new file with mode: 0644]
swt/rap/org.argeo.tool.rap.cli/build.properties [new file with mode: 0644]
swt/rap/org.argeo.tool.rap.cli/src/org/argeo/tool/rap/cli/CmsRapCli.java [new file with mode: 0644]
swt/rap/org.argeo.tool.rap.cli/src/org/argeo/tool/rap/cli/RapJettyServer.java [new file with mode: 0644]
swt/rap/org.argeo.tool.rap.cli/src/org/argeo/tool/rap/cli/RwtRunner.java [new file with mode: 0644]
swt/rap/org.argeo.tool.server/src/org/argeo/tool/server/ArgeoServer.java
swt/rcp/org.argeo.tool.rcp.cli/.classpath [new file with mode: 0644]
swt/rcp/org.argeo.tool.rcp.cli/.project [new file with mode: 0644]
swt/rcp/org.argeo.tool.rcp.cli/bnd.bnd [new file with mode: 0644]
swt/rcp/org.argeo.tool.rcp.cli/build.properties [new file with mode: 0644]
swt/rcp/org.argeo.tool.rcp.cli/src/org/argeo/cms/swt/rcp/cli/CmsCli.java [new file with mode: 0644]