From: Mathieu Baudier Date: Sun, 27 Feb 2011 13:30:28 +0000 (+0000) Subject: Improve Commons structure X-Git-Tag: argeo-commons-2.1.30~1405 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=b46c1ca856b052eedfa8022726d64eaeb680673c;p=lgpl%2Fargeo-commons.git Improve Commons structure git-svn-id: https://svn.argeo.org/commons/trunk@4229 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/eclipse/pom.xml b/eclipse/pom.xml index 286eb65c6..3d2291c39 100644 --- a/eclipse/pom.xml +++ b/eclipse/pom.xml @@ -13,7 +13,6 @@ pom features - plugins runtime \ No newline at end of file diff --git a/gis/plugins/org.argeo.gis.ui.rap.openlayers/pom.xml b/gis/plugins/org.argeo.gis.ui.rap.openlayers/pom.xml new file mode 100644 index 000000000..a388d4f20 --- /dev/null +++ b/gis/plugins/org.argeo.gis.ui.rap.openlayers/pom.xml @@ -0,0 +1,55 @@ + + 4.0.0 + + org.argeo.commons.gis + 0.2.3-SNAPSHOT + plugins + .. + + org.argeo.gis.ui.rap.openlayers + Commons GIS RAP OpenLayers + jar + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + + + + + org.argeo.commons.basic + org.argeo.basic.nodeps + 0.2.3-SNAPSHOT + + + org.argeo.commons.gis + org.argeo.gis.ui + 0.2.3-SNAPSHOT + + + + + org.argeo.dep.osgi + org.polymap.openlayers.rap.widget + + + + + org.argeo.commons.eclipse + org.argeo.eclipse.dep.rap + 0.2.3-SNAPSHOT + + + diff --git a/gis/plugins/org.argeo.gis.ui/pom.xml b/gis/plugins/org.argeo.gis.ui/pom.xml new file mode 100644 index 000000000..b2d9182dc --- /dev/null +++ b/gis/plugins/org.argeo.gis.ui/pom.xml @@ -0,0 +1,63 @@ + + 4.0.0 + + org.argeo.commons.gis + 0.2.3-SNAPSHOT + plugins + .. + + org.argeo.gis.ui + Commons GIS UI + jar + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + + + + org.argeo.commons.gis + org.argeo.gis.geotools + 0.2.3-SNAPSHOT + + + + + org.argeo.commons.basic + org.argeo.basic.nodeps + 0.2.3-SNAPSHOT + + + org.argeo.commons.eclipse + org.argeo.eclipse.ui + 0.2.3-SNAPSHOT + + + + + org.argeo.commons.eclipse + org.argeo.eclipse.dep.rcp + 0.2.3-SNAPSHOT + provided + + + + + org.slf4j + com.springsource.slf4j.org.apache.commons.logging + + + + diff --git a/gis/plugins/pom.xml b/gis/plugins/pom.xml index b8c4c7b95..92a10f5b8 100644 --- a/gis/plugins/pom.xml +++ b/gis/plugins/pom.xml @@ -13,6 +13,7 @@ pom org.argeo.gis.ui + org.argeo.gis.ui.rap.openlayers diff --git a/gis/pom.xml b/gis/pom.xml index 15b200c7c..30ec9b11a 100644 --- a/gis/pom.xml +++ b/gis/pom.xml @@ -11,6 +11,7 @@ Commons GIS pom + runtime plugins \ No newline at end of file diff --git a/gis/runtime/org.argeo.gis.geotools/.classpath b/gis/runtime/org.argeo.gis.geotools/.classpath new file mode 100644 index 000000000..92f19d2ff --- /dev/null +++ b/gis/runtime/org.argeo.gis.geotools/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/gis/runtime/org.argeo.gis.geotools/.project b/gis/runtime/org.argeo.gis.geotools/.project new file mode 100644 index 000000000..cda213272 --- /dev/null +++ b/gis/runtime/org.argeo.gis.geotools/.project @@ -0,0 +1,28 @@ + + + org.argeo.gis.geotools + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + + diff --git a/gis/runtime/org.argeo.gis.geotools/.settings/org.eclipse.jdt.core.prefs b/gis/runtime/org.argeo.gis.geotools/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 000000000..eae900349 --- /dev/null +++ b/gis/runtime/org.argeo.gis.geotools/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,8 @@ +#Sun Feb 27 13:54:27 CET 2011 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 +org.eclipse.jdt.core.compiler.compliance=1.5 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.5 diff --git a/gis/runtime/org.argeo.gis.geotools/.settings/org.eclipse.pde.core.prefs b/gis/runtime/org.argeo.gis.geotools/.settings/org.eclipse.pde.core.prefs new file mode 100644 index 000000000..e1d9a7827 --- /dev/null +++ b/gis/runtime/org.argeo.gis.geotools/.settings/org.eclipse.pde.core.prefs @@ -0,0 +1,4 @@ +#Sun Feb 27 13:54:27 CET 2011 +eclipse.preferences.version=1 +pluginProject.extensions=false +resolve.requirebundle=false diff --git a/gis/runtime/org.argeo.gis.geotools/build.properties b/gis/runtime/org.argeo.gis.geotools/build.properties new file mode 100644 index 000000000..5fc538bc8 --- /dev/null +++ b/gis/runtime/org.argeo.gis.geotools/build.properties @@ -0,0 +1,4 @@ +source.. = src/main/java/ +output.. = target/classes/ +bin.includes = META-INF/,\ + . diff --git a/gis/runtime/org.argeo.gis.geotools/pom.xml b/gis/runtime/org.argeo.gis.geotools/pom.xml new file mode 100644 index 000000000..46168eb9d --- /dev/null +++ b/gis/runtime/org.argeo.gis.geotools/pom.xml @@ -0,0 +1,134 @@ + + 4.0.0 + + org.argeo.commons.gis + runtime + 0.2.3-SNAPSHOT + .. + + org.argeo.gis.geotools + Commons GIS Geotools + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + org.apache.felix + maven-bundle-plugin + ${version.maven-bundle-plugin} + + + org.argeo.geotools.* + + + + + org.argeo.maven.plugins + maven-argeo-osgi-plugin + ${version.maven-argeo-osgi} + + + check-osgi + test + + equinox + + + true + + + + + + + + + + org.argeo.dep.osgi + org.argeo.dep.osgi.geotools + + + org.argeo.dep.osgi + org.argeo.dep.osgi.jts + + + org.argeo.dep.osgi + org.argeo.dep.osgi.geoapi + + + org.jdom + com.springsource.org.jdom + + + org.jaxen + com.springsource.org.jaxen + + + org.argeo.dep.osgi + org.argeo.dep.osgi.jsr275 + + + org.argeo.dep.osgi + org.argeo.dep.osgi.java3d + + + + org.apache.commons + com.springsource.org.apache.commons.beanutils + + + org.apache.commons + com.springsource.org.apache.commons.dbcp + + + org.apache.commons + com.springsource.org.apache.commons.lang + + + + javax.media.jai + com.springsource.javax.media.jai.core + + + javax.media.jai + com.springsource.javax.media.jai.codec + + + org.argeo.dep.osgi + org.argeo.dep.osgi.jai.imageio + + + + + org.slf4j + com.springsource.slf4j.org.apache.commons.logging + + + + + + org.argeo.commons.osgi + org.argeo.osgi.boot + ${version.argeo-commons} + test + + + org.argeo.commons.basic + org.argeo.basic.dep.log4j + ${version.argeo-commons} + pom + test + + + diff --git a/gis/runtime/pom.xml b/gis/runtime/pom.xml new file mode 100644 index 000000000..3cd51e1be --- /dev/null +++ b/gis/runtime/pom.xml @@ -0,0 +1,62 @@ + + + 4.0.0 + + org.argeo.commons + 0.2.3-SNAPSHOT + gis + .. + + org.argeo.commons.gis + runtime + Commons GIS Runtime + pom + + org.argeo.gis.geotools + + + + + src/main/resources + + + . + + META-INF/** + + + + + + maven-clean-plugin + + + + META-INF + + MANIFEST.MF + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.apache.felix + maven-bundle-plugin + true + + + + \ No newline at end of file diff --git a/osgi/dep/org.argeo.osgi.dep.stdruntime/pom.xml b/osgi/dep/org.argeo.osgi.dep.stdruntime/pom.xml index a54fbe40f..0ee4efc27 100644 --- a/osgi/dep/org.argeo.osgi.dep.stdruntime/pom.xml +++ b/osgi/dep/org.argeo.osgi.dep.stdruntime/pom.xml @@ -14,13 +14,13 @@ org.argeo.commons.osgi org.argeo.osgi.boot - ${project.version} + ${version.argeo-commons} org.argeo.commons.basic org.argeo.basic.dep.log4j - ${project.version} + ${version.argeo-commons} pom diff --git a/pom.xml b/pom.xml index fa06f0529..2cf560d38 100644 --- a/pom.xml +++ b/pom.xml @@ -73,8 +73,9 @@ limitations under the License. basic osgi server - security eclipse + security + gis sandbox diff --git a/security/dep/org.argeo.security.dep.node/pom.xml b/security/dep/org.argeo.security.dep.node/pom.xml new file mode 100644 index 000000000..fa40e2525 --- /dev/null +++ b/security/dep/org.argeo.security.dep.node/pom.xml @@ -0,0 +1,129 @@ + + 4.0.0 + + org.argeo.commons.security + 0.2.3-SNAPSHOT + dep + .. + + org.argeo.security.dep.node + Commons Argeo Node Dependencies + pom + + + + org.argeo.maven.plugins + maven-argeo-osgi-plugin + ${version.maven-argeo-osgi} + + + check-osgi + test + + equinox + + + true + + + + + + + + + + org.argeo.commons.osgi + org.argeo.osgi.dep.stdruntime + ${version.argeo-commons} + pom + + + org.argeo.commons.server + org.argeo.server.dep.javax + ${version.argeo-commons} + pom + + + org.apache.xmlcommons + com.springsource.org.apache.xmlcommons + + + + org.argeo.commons.security + org.argeo.security.dep.ads + ${version.argeo-commons} + pom + + + + org.argeo.commons.server + org.argeo.server.dep.tomcat + ${version.argeo-commons} + pom + + + org.springframework.osgi + org.springframework.osgi.web.extender + + + org.springframework.osgi + org.springframework.osgi.web + + + + org.argeo.commons.server + org.argeo.server.dep.activemq + ${version.argeo-commons} + pom + + + + org.argeo.commons.server + org.argeo.server.jackrabbit + ${version.argeo-commons} + + + org.argeo.commons.server + org.argeo.server.jcr.mvc + ${version.argeo-commons} + + + org.argeo.commons.server + org.argeo.server.dep.jackrabbit.server + ${version.argeo-commons} + pom + + + org.argeo.commons.server + org.argeo.jackrabbit.webapp + ${version.argeo-commons} + + + org.argeo.commons.server + org.argeo.node.repo.jackrabbit + ${version.argeo-commons} + + + + org.argeo.commons.server + org.argeo.server.dep.hibernate + ${version.argeo-commons} + pom + + + + com.h2database + com.springsource.org.h2 + + + com.mysql.jdbc + com.springsource.com.mysql.jdbc + + + org.postgresql + com.springsource.org.postgresql.jdbc3 + + + diff --git a/security/dep/pom.xml b/security/dep/pom.xml index f35a007f0..c60a6b2f1 100644 --- a/security/dep/pom.xml +++ b/security/dep/pom.xml @@ -14,5 +14,6 @@ org.argeo.security.dep.ldap org.argeo.security.dep.ads + org.argeo.security.dep.node \ No newline at end of file diff --git a/security/eclipse/pom.xml b/security/eclipse/pom.xml deleted file mode 100644 index 31fb04523..000000000 --- a/security/eclipse/pom.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - 4.0.0 - - org.argeo.commons - 0.2.3-SNAPSHOT - security - .. - - org.argeo.commons.security - eclipse - Commons Security Eclipse - pom - - - plugins - - \ No newline at end of file diff --git a/security/plugins/org.argeo.security.ui.application/pom.xml b/security/plugins/org.argeo.security.ui.application/pom.xml index e66484841..1f55666c1 100644 --- a/security/plugins/org.argeo.security.ui.application/pom.xml +++ b/security/plugins/org.argeo.security.ui.application/pom.xml @@ -77,19 +77,19 @@ org.argeo.commons.security org.argeo.security.ui - 0.2.3-SNAPSHOT + ${version.argeo-commons} org.argeo.commons.security org.argeo.security.equinox - 0.2.3-SNAPSHOT + ${version.argeo-commons} org.argeo.commons.eclipse org.argeo.eclipse.dep.rcp - 0.2.3-SNAPSHOT + ${version.argeo-commons} provided @@ -97,7 +97,7 @@ org.argeo.commons.basic org.argeo.basic.nodeps - 0.2.3-SNAPSHOT + ${version.argeo-commons} @@ -106,12 +106,11 @@ org.slf4j com.springsource.slf4j.org.apache.commons.logging - - - + + org.argeo.commons.security - org.argeo.security.dep.ads + org.argeo.security.dep.node ${version.argeo-commons} pom test diff --git a/security/plugins/org.argeo.security.ui.rap/pom.xml b/security/plugins/org.argeo.security.ui.rap/pom.xml index 764c63f1c..067e16e15 100644 --- a/security/plugins/org.argeo.security.ui.rap/pom.xml +++ b/security/plugins/org.argeo.security.ui.rap/pom.xml @@ -63,7 +63,7 @@ org.argeo.commons.security org.argeo.security.ui.application - 0.2.3-SNAPSHOT + ${version.argeo-commons} org.argeo.commons.eclipse @@ -75,58 +75,16 @@ org.argeo.commons.eclipse org.argeo.eclipse.dep.rap - 0.2.3-SNAPSHOT - - - - - - - org.argeo.commons.server - org.argeo.server.ads.server ${version.argeo-commons} - test - - - org.argeo.commons.security - org.argeo.security.services - ${version.argeo-commons} - test - - - org.argeo.commons.security - org.argeo.security.ldap - ${version.argeo-commons} - test + + org.argeo.commons.security - org.argeo.security.manager.ldap + org.argeo.security.dep.node ${version.argeo-commons} - test - - - org.argeo.commons.server - org.argeo.server.ads - 0.2.3-SNAPSHOT - test - - - org.argeo.dep.osgi - org.argeo.dep.osgi.springframework.ldap - test - - - org.argeo.commons.basic - org.argeo.basic.dep.log4j - 0.2.3-SNAPSHOT pom test - - net.sourceforge.jdbm - com.springsource.jdbm - test - diff --git a/security/plugins/pom.xml b/security/plugins/pom.xml index ab837feb5..71a536b46 100644 --- a/security/plugins/pom.xml +++ b/security/plugins/pom.xml @@ -1,13 +1,15 @@ - + 4.0.0 - org.argeo.commons.security + org.argeo.commons 0.2.3-SNAPSHOT - eclipse + security .. + org.argeo.commons.security plugins - Commons Security Eclipse plugins + Commons Security Eclipse Plugins pom org.argeo.security.equinox diff --git a/security/pom.xml b/security/pom.xml index c06486aee..bc3859e07 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -13,7 +13,7 @@ runtime modules - eclipse + plugins dep demo diff --git a/security/runtime/pom.xml b/security/runtime/pom.xml index 23e8ddd4f..c04649e6f 100644 --- a/security/runtime/pom.xml +++ b/security/runtime/pom.xml @@ -46,11 +46,6 @@ org.apache.maven.plugins maven-jar-plugin - - - META-INF/MANIFEST.MF - - org.apache.maven.plugins @@ -65,24 +60,6 @@ maven-bundle-plugin ${version.maven-bundle-plugin} true - - META-INF - - ${project.version}-r${buildNumber} - ${pom.artifactId} - J2SE-1.5 - <_removeheaders>Bnd-LastModified - - - - - bundle-manifest - process-classes - - manifest - - - diff --git a/server/plugins/org.argeo.jcr.ui.explorer/pom.xml b/server/plugins/org.argeo.jcr.ui.explorer/pom.xml index d63fd3c9f..16aabfad7 100644 --- a/server/plugins/org.argeo.jcr.ui.explorer/pom.xml +++ b/server/plugins/org.argeo.jcr.ui.explorer/pom.xml @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.argeo.commons.eclipse + org.argeo.commons.server 0.2.3-SNAPSHOT plugins .. @@ -61,102 +61,13 @@ provided - - - org.argeo.commons.osgi - org.argeo.osgi.boot - 0.2.3-SNAPSHOT - test - - - org.argeo.commons.server - org.argeo.server.dep.javax - ${version.argeo-commons} - pom - test - - - org.apache.xmlcommons - com.springsource.org.apache.xmlcommons - test - - - - org.argeo.commons.security - org.argeo.security.dep.ads - ${version.argeo-commons} - pom - test - - - org.argeo.commons.security - org.argeo.security.ui.application - ${version.argeo-commons} - test - - - - org.argeo.commons.server - org.argeo.server.dep.tomcat - ${version.argeo-commons} - pom - test - - - org.springframework.osgi - org.springframework.osgi.web.extender - - - org.springframework.osgi - org.springframework.osgi.web - - - - org.argeo.commons.server - org.argeo.server.jackrabbit - ${version.argeo-commons} - test - - - org.argeo.commons.server - org.argeo.server.jcr.mvc - ${version.argeo-commons} - test - org.argeo.commons.server - org.argeo.server.dep.jackrabbit.server + org.argeo.server.dep.node ${version.argeo-commons} pom test - - org.argeo.commons.server - org.argeo.jackrabbit.webapp - ${version.argeo-commons} - test - - - org.argeo.commons.server - org.argeo.node.repo.jackrabbit - ${version.argeo-commons} - test - - - com.h2database - com.springsource.org.h2 - test - - - com.mysql.jdbc - com.springsource.com.mysql.jdbc - test - - - org.postgresql - com.springsource.org.postgresql.jdbc3 - test - diff --git a/server/plugins/pom.xml b/server/plugins/pom.xml index 3b7006a5d..4c0f91fd9 100644 --- a/server/plugins/pom.xml +++ b/server/plugins/pom.xml @@ -1,13 +1,15 @@ - + 4.0.0 - org.argeo.commons.eclipse + org.argeo.commons 0.2.3-SNAPSHOT - eclipse + server .. + org.argeo.commons.server plugins - Commons Eclipse plugins + Commons Server Eclipse Plugins pom org.argeo.jcr.ui.explorer diff --git a/server/runtime/org.argeo.server.jcr/pom.xml b/server/runtime/org.argeo.server.jcr/pom.xml index 3137dfd6c..415c4fd05 100644 --- a/server/runtime/org.argeo.server.jcr/pom.xml +++ b/server/runtime/org.argeo.server.jcr/pom.xml @@ -29,10 +29,7 @@ ${version.maven-bundle-plugin} - - org.argeo.jcr.*, - org.argeo.server.jcr.* - + org.argeo.jcr.* diff --git a/server/runtime/pom.xml b/server/runtime/pom.xml index 0a954944b..d37ce76d3 100644 --- a/server/runtime/pom.xml +++ b/server/runtime/pom.xml @@ -52,11 +52,6 @@ org.apache.maven.plugins maven-jar-plugin - - - META-INF/MANIFEST.MF - - org.apache.maven.plugins @@ -69,26 +64,7 @@ org.apache.felix maven-bundle-plugin - ${version.maven-bundle-plugin} true - - META-INF - - ${project.version}-r${buildNumber} - ${pom.artifactId} - J2SE-1.5 - <_removeheaders>Bnd-LastModified - - - - - bundle-manifest - process-classes - - manifest - - -