Add output target platforms
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 19 Oct 2022 06:53:01 +0000 (08:53 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 19 Oct 2022 06:53:01 +0000 (08:53 +0200)
.gitignore
sdk/output-argeo-tp-backend.target [new file with mode: 0644]
sdk/output-argeo-tp-minimal.target [new file with mode: 0644]
sdk/output-argeo-tp-rap.target [new file with mode: 0644]
sdk/output-argeo-tp-rcp.target [new file with mode: 0644]
sdk/output-argeo-tp-rwt.target [new file with mode: 0644]
sdk/output-argeo-tp-swt.target [new file with mode: 0644]

index d66c6c56364d25de3dbd3a4b537633b3d2e1065e..2f26f165df281ba8f5b6f161e59db7144d11551b 100644 (file)
@@ -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 (file)
index 0000000..187a7c2
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?>
+<target name="argeo-tp-backend">
+       <locations>
+               <location path="${project_loc:argeo-tp-unstable}/../output/a2/org.argeo.tp.jetty" type="Directory"/>
+               <location path="${project_loc:argeo-tp-unstable}/../output/a2/org.argeo.tp.formats" type="Directory"/>
+               <location path="${project_loc:argeo-tp-unstable}/../output/a2/org.argeo.tp.poi" type="Directory"/>
+               <location path="${project_loc:argeo-tp-unstable}/../output/a2/org.argeo.tp.gis" type="Directory"/>
+               <location path="${project_loc:argeo-tp-unstable}/../output/a2/osgi/equinox/org.argeo.tp.eclipse" type="Directory"/>
+               <location path="${project_loc}/../output/a2/org.argeo.tp.jcr" type="Directory"/>
+               <location type="Target" uri="file:${project_loc:argeo-tp-unstable}/sdk/output-argeo-tp-minimal.target"/>
+       </locations>
+</target>
\ 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 (file)
index 0000000..4c6530e
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?>
+<target name="argeo-tp-minimal">
+       <locations>
+               <location path="${project_loc:argeo-tp-unstable}/../output/a2/org.argeo.tp" type="Directory"/>
+               <location path="${project_loc:argeo-tp-unstable}/../output/a2/osgi/equinox/org.argeo.tp.osgi" type="Directory"/>
+               <location path="${project_loc:argeo-tp-unstable}/../output/a2/org.argeo.tp.sdk" type="Directory"/>
+               <location path="${project_loc:argeo-tp-unstable}/../output/a2/org.argeo.tp.apache" type="Directory"/>
+       </locations>
+       <targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
+</target>
\ 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 (file)
index 0000000..d5c7289
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?>
+<target name="argeo-tp-rap">
+       <locations>
+               <location path="${project_loc:argeo-tp-unstable}/../output/a2/swt/rap/org.argeo.tp.swt.workbench" type="Directory"/>
+               <location type="Target" uri="file:${project_loc:argeo-tp-unstable}/sdk/output-argeo-tp-rwt.target"/>
+       </locations>
+</target>
\ 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 (file)
index 0000000..8b198bc
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?>
+<target name="argeo-tp-rcp">
+       <locations>
+               <location path="${project_loc:argeo-tp-unstable}/../output/a2/swt/rcp/org.argeo.tp.swt.workbench" type="Directory"/>
+               <location type="Target" uri="file:${project_loc:argeo-tp-unstable}/sdk/output-argeo-tp-swt.target"/>
+       </locations>
+</target>
\ 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 (file)
index 0000000..0b4753f
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?>
+<target name="argeo-tp-rwt">
+       <locations>
+               <location path="${project_loc:argeo-tp-unstable}/../output/a2/swt/rap/org.argeo.tp.swt" type="Directory"/>
+               <location type="Target" uri="file:${project_loc:argeo-tp-unstable}/sdk/output-argeo-tp-backend.target"/>
+       </locations>
+</target>
\ 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 (file)
index 0000000..a3ec118
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?>
+<target name="argeo-tp-swt">
+       <locations>
+               <location path="${project_loc:argeo-tp-unstable}/../output/a2/swt/rcp/org.argeo.tp.swt" type="Directory"/>
+               <location path="${project_loc:argeo-tp-unstable}/../output/a2/lib/linux/x86_64/swt/rcp/org.argeo.tp.swt" type="Directory"/>
+               <location path="${project_loc:argeo-tp-unstable}/../output/a2/lib/linux/aarch64/swt/rcp/org.argeo.tp.swt" type="Directory"/>
+               <location type="Target" uri="file:${project_loc:argeo-tp-unstable}/sdk/output-argeo-tp-backend.target"/>
+       </locations>
+</target>
\ No newline at end of file