Rename target platforms
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 23 Mar 2023 04:18:28 +0000 (05:18 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 23 Mar 2023 04:18:28 +0000 (05:18 +0100)
sdk/output-argeo-tp-apps.target [new file with mode: 0644]
sdk/output-argeo-tp-backend.target [deleted file]
sdk/output-argeo-tp-minimal.target [deleted file]
sdk/output-argeo-tp-platform.target [new file with mode: 0644]
sdk/output-argeo-tp-rap.target
sdk/output-argeo-tp-rcp-win.target
sdk/output-argeo-tp-rcp.target
sdk/output-argeo-tp-rwt.target
sdk/output-argeo-tp-swt-win.target
sdk/output-argeo-tp-swt.target

diff --git a/sdk/output-argeo-tp-apps.target b/sdk/output-argeo-tp-apps.target
new file mode 100644 (file)
index 0000000..644d044
--- /dev/null
@@ -0,0 +1,11 @@
+<?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}/../output/a2/org.argeo.tp.utils" type="Directory"/>
+               <location path="${project_loc:argeo-tp}/../output/a2/org.argeo.tp.gis" type="Directory"/>
+               <location path="${project_loc:argeo-tp}/../output/a2/osgi/equinox/org.argeo.tp.eclipse" type="Directory"/>
+               <location path="${project_loc:argeo-tp}/../output/a2/org.argeo.tp.jcr" type="Directory"/>
+               <location type="Target" uri="file:${project_loc:argeo-tp}/sdk/output-argeo-tp-platform.target"/>
+       </locations>
+</target>
\ No newline at end of file
diff --git a/sdk/output-argeo-tp-backend.target b/sdk/output-argeo-tp-backend.target
deleted file mode 100644 (file)
index 2271f47..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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}/../output/a2/org.argeo.tp.utils" type="Directory"/>
-               <location path="${project_loc:argeo-tp}/../output/a2/org.argeo.tp.gis" type="Directory"/>
-               <location path="${project_loc:argeo-tp}/../output/a2/osgi/equinox/org.argeo.tp.eclipse" type="Directory"/>
-               <location path="${project_loc:argeo-tp}/../output/a2/org.argeo.tp.jcr" type="Directory"/>
-               <location type="Target" uri="file:${project_loc:argeo-tp}/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
deleted file mode 100644 (file)
index 9a0cdca..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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}/../output/a2/org.argeo.tp" type="Directory"/>
-               <location path="${project_loc:argeo-tp}/../output/a2/osgi/equinox/org.argeo.tp.osgi" type="Directory"/>
-               <location path="${project_loc:argeo-tp}/../output/a2/osgi/equinox/org.argeo.tp.eclipse" type="Directory"/>
-               <location path="${project_loc:argeo-tp}/../output/a2/org.argeo.tp.jetty" type="Directory"/>
-               <location path="${project_loc:argeo-tp}/../output/a2/org.argeo.tp.sdk" type="Directory"/>
-               <location path="${project_loc:argeo-tp}/../output/a2/crypto/fips/org.argeo.tp.crypto" 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-platform.target b/sdk/output-argeo-tp-platform.target
new file mode 100644 (file)
index 0000000..9a0cdca
--- /dev/null
@@ -0,0 +1,13 @@
+<?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}/../output/a2/org.argeo.tp" type="Directory"/>
+               <location path="${project_loc:argeo-tp}/../output/a2/osgi/equinox/org.argeo.tp.osgi" type="Directory"/>
+               <location path="${project_loc:argeo-tp}/../output/a2/osgi/equinox/org.argeo.tp.eclipse" type="Directory"/>
+               <location path="${project_loc:argeo-tp}/../output/a2/org.argeo.tp.jetty" type="Directory"/>
+               <location path="${project_loc:argeo-tp}/../output/a2/org.argeo.tp.sdk" type="Directory"/>
+               <location path="${project_loc:argeo-tp}/../output/a2/crypto/fips/org.argeo.tp.crypto" 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
index e15cd4cfbd273181ac588b728f5e06b1fc86f4f7..1652752c48ef127707442618a46c8671a5acfab1 100644 (file)
@@ -4,6 +4,6 @@
        <locations>
                <location path="${project_loc:argeo-tp}/../output/a2/swt/rap/org.argeo.tp.swt.workbench" type="Directory"/>
                <location type="Target" uri="file:${project_loc:argeo-tp}/sdk/output-argeo-tp-rwt.target"/>
-               <location type="Target" uri="file:${project_loc:argeo-tp}/sdk/output-argeo-tp-backend.target"/>
+               <location type="Target" uri="file:${project_loc:argeo-tp}/sdk/output-argeo-tp-apps.target"/>
        </locations>
 </target>
\ No newline at end of file
index 8c52463cffcd365aa16e5abc94b690d3d97d126c..8696d8403e9db4b276454f21d3ba0a4ed59f6d89 100644 (file)
@@ -4,6 +4,6 @@
        <locations>\r
                <location path="${project_loc:argeo-tp}/../output/a2/swt/rcp/org.argeo.tp.swt.workbench" type="Directory"/>\r
                <location type="Target" uri="file:${project_loc:argeo-tp}/sdk/output-argeo-tp-swt-win.target"/>\r
-               <location type="Target" uri="file:${project_loc:argeo-tp}/sdk/output-argeo-tp-backend.target"/>\r
+               <location type="Target" uri="file:${project_loc:argeo-tp}/sdk/output-argeo-tp-apps.target"/>\r
        </locations>\r
 </target>
\ No newline at end of file
index 468123d4565a291f8b37520fea16cc45a5fa7826..bd35257b202c4a307818af7f2ce5f5660da46335 100644 (file)
@@ -4,6 +4,6 @@
        <locations>
                <location path="${project_loc:argeo-tp}/../output/a2/swt/rcp/org.argeo.tp.swt.workbench" type="Directory"/>
                <location type="Target" uri="file:${project_loc:argeo-tp}/sdk/output-argeo-tp-swt.target"/>
-               <location type="Target" uri="file:${project_loc:argeo-tp}/sdk/output-argeo-tp-backend.target"/>
+               <location type="Target" uri="file:${project_loc:argeo-tp}/sdk/output-argeo-tp-apps.target"/>
        </locations>
 </target>
\ No newline at end of file
index ee1f22222181123990fade5b8e6642a2adbb6ac1..7e21e4403d88a207ae18d668c059836c9c8f5d2a 100644 (file)
@@ -3,6 +3,6 @@
 <target name="argeo-tp-rwt">
        <locations>
                <location path="${project_loc:argeo-tp}/../output/a2/swt/rap/org.argeo.tp.swt" type="Directory"/>
-               <location type="Target" uri="file:${project_loc:argeo-tp}/sdk/output-argeo-tp-minimal.target"/>
+               <location type="Target" uri="file:${project_loc:argeo-tp}/sdk/output-argeo-tp-platform.target"/>
        </locations>
 </target>
\ No newline at end of file
index 4d21df8c27429749df9a2fe58ce28edd81ddad9c..dd8a157bffe3c700c68cae7743589300617d3307 100644 (file)
@@ -4,6 +4,6 @@
        <locations>\r
                <location path="${project_loc:argeo-tp}/../output/a2/swt/rcp/org.argeo.tp.swt" type="Directory"/>\r
                <location path="${project_loc:argeo-tp}/../output/a2/lib/win32/x86_64/swt/rcp/org.argeo.tp.swt" type="Directory"/>\r
-               <location type="Target" uri="file:${project_loc:argeo-tp}/sdk/output-argeo-tp-minimal.target"/>\r
+               <location type="Target" uri="file:${project_loc:argeo-tp}/sdk/output-argeo-tp-platform.target"/>\r
        </locations>\r
 </target>
\ No newline at end of file
index 42b061f54df2a434bdb7c4b295e169e869b08663..76a1b32f252bd327bbe216bca909c5acd5a03f5c 100644 (file)
@@ -4,6 +4,6 @@
        <locations>
                <location path="${project_loc:argeo-tp}/../output/a2/swt/rcp/org.argeo.tp.swt" type="Directory"/>
                <location path="${project_loc:argeo-tp}/../output/a2/lib/linux/x86_64/swt/rcp/org.argeo.tp.swt" type="Directory"/>
-               <location type="Target" uri="file:${project_loc:argeo-tp}/sdk/output-argeo-tp-minimal.target"/>
+               <location type="Target" uri="file:${project_loc:argeo-tp}/sdk/output-argeo-tp-platform.target"/>
        </locations>
 </target>
\ No newline at end of file