From 8738fccce507358b20a45671beeff3c099adefce Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 13 Oct 2020 14:06:53 +0200 Subject: [PATCH] Introduce plain RWT RAP dependencies. --- dep/org.argeo.suite.dep.e4.rap/pom.xml | 103 ++------------ dep/org.argeo.suite.dep.ui.rap/.gitignore | 2 + .../META-INF/.gitignore | 1 + dep/org.argeo.suite.dep.ui.rap/bnd.bnd | 1 + dep/org.argeo.suite.dep.ui.rap/p2.inf | 2 + dep/org.argeo.suite.dep.ui.rap/pom.xml | 132 ++++++++++++++++++ dep/pom.xml | 12 +- 7 files changed, 156 insertions(+), 97 deletions(-) create mode 100644 dep/org.argeo.suite.dep.ui.rap/.gitignore create mode 100644 dep/org.argeo.suite.dep.ui.rap/META-INF/.gitignore create mode 100644 dep/org.argeo.suite.dep.ui.rap/bnd.bnd create mode 100644 dep/org.argeo.suite.dep.ui.rap/p2.inf create mode 100644 dep/org.argeo.suite.dep.ui.rap/pom.xml diff --git a/dep/org.argeo.suite.dep.e4.rap/pom.xml b/dep/org.argeo.suite.dep.e4.rap/pom.xml index ebf2530..3dbc788 100644 --- a/dep/org.argeo.suite.dep.e4.rap/pom.xml +++ b/dep/org.argeo.suite.dep.e4.rap/pom.xml @@ -10,42 +10,17 @@ .. org.argeo.suite.dep.e4.rap - Suite E4 Platform RAP + Suite Platform E4 RAP jar - + org.argeo.suite - org.argeo.entity.api - 2.1.16-SNAPSHOT - - - org.argeo.suite - org.argeo.entity.core - 2.1.16-SNAPSHOT - - - org.argeo.suite - org.argeo.entity.ui + org.argeo.suite.dep.ui.rap 2.1.16-SNAPSHOT + pom - - - org.argeo.suite - org.argeo.suite.core - 2.1.16-SNAPSHOT - - - org.argeo.suite - org.argeo.suite.ui - 2.1.16-SNAPSHOT - - - org.argeo.suite - org.argeo.suite.ui.rap - 2.1.16-SNAPSHOT - @@ -56,72 +31,10 @@ - - - - + + + + - - - rpmbuild - - - - maven-assembly-plugin - - - prepare-source - package - - single - - - - a2-source - - - - - - - org.codehaus.mojo - rpm-maven-plugin - - - rpm-argeo - package - - rpm - - - argeo-suite-e4-rap - - - /usr/share/osgi - root - root - 644 - true - - - ${project.build.directory}/${project.artifactId}-${project.version}-a2-source - - **/*.jar - - - - - - - argeo-connect-e4-rap - - - - - - - - - diff --git a/dep/org.argeo.suite.dep.ui.rap/.gitignore b/dep/org.argeo.suite.dep.ui.rap/.gitignore new file mode 100644 index 0000000..76df179 --- /dev/null +++ b/dep/org.argeo.suite.dep.ui.rap/.gitignore @@ -0,0 +1,2 @@ +/target/ +/*.target diff --git a/dep/org.argeo.suite.dep.ui.rap/META-INF/.gitignore b/dep/org.argeo.suite.dep.ui.rap/META-INF/.gitignore new file mode 100644 index 0000000..4854a41 --- /dev/null +++ b/dep/org.argeo.suite.dep.ui.rap/META-INF/.gitignore @@ -0,0 +1 @@ +/MANIFEST.MF diff --git a/dep/org.argeo.suite.dep.ui.rap/bnd.bnd b/dep/org.argeo.suite.dep.ui.rap/bnd.bnd new file mode 100644 index 0000000..991aa1a --- /dev/null +++ b/dep/org.argeo.suite.dep.ui.rap/bnd.bnd @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dep/org.argeo.suite.dep.ui.rap/p2.inf b/dep/org.argeo.suite.dep.ui.rap/p2.inf new file mode 100644 index 0000000..0423aa5 --- /dev/null +++ b/dep/org.argeo.suite.dep.ui.rap/p2.inf @@ -0,0 +1,2 @@ +properties.1.name=org.eclipse.equinox.p2.type.category +properties.1.value=true \ No newline at end of file diff --git a/dep/org.argeo.suite.dep.ui.rap/pom.xml b/dep/org.argeo.suite.dep.ui.rap/pom.xml new file mode 100644 index 0000000..bac0d06 --- /dev/null +++ b/dep/org.argeo.suite.dep.ui.rap/pom.xml @@ -0,0 +1,132 @@ + + + 4.0.0 + + org.argeo.suite + dep + 2.1.16-SNAPSHOT + .. + + org.argeo.suite.dep.ui.rap + Suite Platform UI RAP + jar + + + + org.argeo.suite + org.argeo.entity.api + 2.1.16-SNAPSHOT + + + org.argeo.suite + org.argeo.entity.core + 2.1.16-SNAPSHOT + + + org.argeo.suite + org.argeo.entity.ui + 2.1.16-SNAPSHOT + + + + + org.argeo.suite + org.argeo.suite.core + 2.1.16-SNAPSHOT + + + org.argeo.suite + org.argeo.suite.ui + 2.1.16-SNAPSHOT + + + org.argeo.suite + org.argeo.suite.theme.default + 2.1.16-SNAPSHOT + + + org.argeo.suite + org.argeo.suite.ui.rap + 2.1.16-SNAPSHOT + + + + + org.argeo.commons + org.argeo.dep.cms.ui.rap + ${version.argeo-commons} + pom + + + + + + + + + + + + rpmbuild + + + + maven-assembly-plugin + + + prepare-source + package + + single + + + + a2-source + + + + + + + org.codehaus.mojo + rpm-maven-plugin + + + rpm-argeo + package + + rpm + + + argeo-suite-ui-rap + + + /usr/share/osgi + root + root + 644 + true + + + ${project.build.directory}/${project.artifactId}-${project.version}-a2-source + + **/*.jar + + + + + + + argeo-cms-ui-rap + + + + + + + + + + diff --git a/dep/pom.xml b/dep/pom.xml index 9a35907..3fce969 100644 --- a/dep/pom.xml +++ b/dep/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 org.argeo.suite @@ -11,8 +13,9 @@ Argeo Suite Dependencies pom + org.argeo.suite.dep.ui.rap org.argeo.suite.dep.e4.rap - org.argeo.suite.dep.e4.rcp + @@ -48,6 +51,11 @@ + + org.argeo.tp.equinox + org.eclipse.osgi + test + org.argeo.tp.sdk org.junit -- 2.30.2