From: Mathieu Baudier Date: Wed, 19 Oct 2022 06:53:01 +0000 (+0200) Subject: Add output target platforms X-Git-Tag: v2.3.9~5 X-Git-Url: http://git.argeo.org/?p=gpl%2Fargeo-tp.git;a=commitdiff_plain;h=155e9ea5562a09f9001da2273520b093c6b13bba Add output target platforms --- diff --git a/.gitignore b/.gitignore index d66c6c5..2f26f16 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1 @@ -/sources -/build -/cache - -**/bin -**/target -**/*.target -**/feature.xml -**/modularDistribution.csv - sdk.mk \ No newline at end of file diff --git a/sdk/output-argeo-tp-backend.target b/sdk/output-argeo-tp-backend.target new file mode 100644 index 0000000..187a7c2 --- /dev/null +++ b/sdk/output-argeo-tp-backend.target @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/sdk/output-argeo-tp-minimal.target b/sdk/output-argeo-tp-minimal.target new file mode 100644 index 0000000..4c6530e --- /dev/null +++ b/sdk/output-argeo-tp-minimal.target @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/sdk/output-argeo-tp-rap.target b/sdk/output-argeo-tp-rap.target new file mode 100644 index 0000000..d5c7289 --- /dev/null +++ b/sdk/output-argeo-tp-rap.target @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/sdk/output-argeo-tp-rcp.target b/sdk/output-argeo-tp-rcp.target new file mode 100644 index 0000000..8b198bc --- /dev/null +++ b/sdk/output-argeo-tp-rcp.target @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/sdk/output-argeo-tp-rwt.target b/sdk/output-argeo-tp-rwt.target new file mode 100644 index 0000000..0b4753f --- /dev/null +++ b/sdk/output-argeo-tp-rwt.target @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/sdk/output-argeo-tp-swt.target b/sdk/output-argeo-tp-swt.target new file mode 100644 index 0000000..a3ec118 --- /dev/null +++ b/sdk/output-argeo-tp-swt.target @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file