Adapt target platforms
authorMathieu <mbaudier@argeo.org>
Thu, 3 Nov 2022 10:09:45 +0000 (11:09 +0100)
committerMathieu <mbaudier@argeo.org>
Thu, 3 Nov 2022 10:09:45 +0000 (11:09 +0100)
sdk/output-cms-rap.target
sdk/output-cms-rcp.target
sdk/output-suite-rcp.target [new file with mode: 0644]

index 760b2eb842f7f612c8ec155691f74e15824f7988..94541227547d9728b7d14e644ffcca3e1adf4651 100644 (file)
@@ -2,18 +2,9 @@
 <?pde version="3.8"?>
 <target name="(output) CMS RAP">
        <locations>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp.eclipse.rwt" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp.eclipse.rap" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.cms.eclipse.rap" type="Directory"/>
                <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.cms" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp.apache" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp.eclipse.equinox" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp.jetty" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp.sdk" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp.jcr" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp.formats" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp.poi" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp.gis" type="Directory"/>
+               <location path="${project_loc:argeo-suite-unstable}/../output/a2/swt/org.argeo.cms" type="Directory"/>
+               <location path="${project_loc:argeo-suite-unstable}/../output/a2/swt/rap/org.argeo.cms" 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
index 33551c8f3c3b041fe419b4d1f9a5a84cce57d583..52b67b464e5c712a5fde95e9c2e3ba9eac574896 100644 (file)
@@ -2,18 +2,9 @@
 <?pde version="3.8"?>
 <target name="(output) CMS RCP">
        <locations>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp.eclipse.swt" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp.eclipse.rcp" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.cms.eclipse.rcp" type="Directory"/>
                <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.cms" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp.apache" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp.eclipse.equinox" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp.jetty" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp.sdk" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp.jcr" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp.formats" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp.poi" type="Directory"/>
-               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.tp.gis" type="Directory"/>
+               <location path="${project_loc:argeo-suite-unstable}/../output/a2/swt/org.argeo.cms" type="Directory"/>
+               <location path="${project_loc:argeo-suite-unstable}/../output/a2/swt/rcp/org.argeo.cms" 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-suite-rcp.target b/sdk/output-suite-rcp.target
new file mode 100644 (file)
index 0000000..d016e2e
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?>
+<target name="(output) Suite RCP">
+       <locations>
+               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.cms.jcr" type="Directory"/>
+               <location path="${project_loc:argeo-suite-unstable}/../output/a2/swt/org.argeo.cms.jcr" type="Directory"/>
+               <location path="${project_loc:argeo-suite-unstable}/../output/a2/org.argeo.suite" type="Directory"/>
+               <location path="${project_loc:argeo-suite-unstable}/../output/a2/swt/org.argeo.suite" type="Directory"/>
+               <location type="Target" uri="file:${project_loc:argeo-tp-unstable}/sdk/output-argeo-tp-backend.target"/>
+               <location type="Target" uri="file:${project_loc:argeo-suite-unstable}/sdk/output-cms-rcp.target"/>
+       </locations>
+</target>
\ No newline at end of file