From d0b3401a83490920a40f114e71bf22149920b01b Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Fri, 18 Feb 2011 12:59:36 +0000 Subject: [PATCH 1/1] Improve repo and GIS git-svn-id: https://svn.argeo.org/slc/trunk@4159 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- demo/slc-client-rcp-dev.product | 287 ++++++++++++++++++ .../META-INF/MANIFEST.MF | 8 +- .../META-INF/MANIFEST.MF | 2 + .../META-INF/spring/commands.xml | 13 + .../META-INF/spring/editors.xml | 12 + .../org.argeo.slc.client.ui.dist/plugin.xml | 39 +++ .../org.argeo.slc.client.ui.dist/pom.xml | 5 + .../ui/dist/DistributionPerspective.java | 6 +- .../META-INF/MANIFEST.MF | 12 +- .../META-INF/MANIFEST.MF | 4 +- .../repo/maven/ImportMavenDependencies.java | 1 + 11 files changed, 374 insertions(+), 15 deletions(-) create mode 100644 demo/slc-client-rcp-dev.product create mode 100644 eclipse/plugins/org.argeo.slc.client.ui.dist/META-INF/spring/commands.xml create mode 100644 eclipse/plugins/org.argeo.slc.client.ui.dist/META-INF/spring/editors.xml diff --git a/demo/slc-client-rcp-dev.product b/demo/slc-client-rcp-dev.product new file mode 100644 index 000000000..691f5e6fc --- /dev/null +++ b/demo/slc-client-rcp-dev.product @@ -0,0 +1,287 @@ + + + + + + + + + + -console + -Dlog4j.configuration=file:${system_property:user.home}/dev/src/slc/demo/log4j.properties -Dorg.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.perspectives.slcExecution + -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/eclipse/plugins/org.argeo.slc.client.gis/META-INF/MANIFEST.MF b/eclipse/plugins/org.argeo.slc.client.gis/META-INF/MANIFEST.MF index 22af31e55..31e527427 100644 --- a/eclipse/plugins/org.argeo.slc.client.gis/META-INF/MANIFEST.MF +++ b/eclipse/plugins/org.argeo.slc.client.gis/META-INF/MANIFEST.MF @@ -12,11 +12,11 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: com.vividsolutions.jts.geom;version="1.10.0", org.apache.commons.logging;version="1.1.1", org.argeo.eclipse.spring, - org.argeo.slc.geotools;version="0.13.0.SNAPSHOT-r3817", + org.argeo.slc.geotools, org.argeo.slc.geotools.data, - org.argeo.slc.geotools.swing;version="0.13.0.SNAPSHOT-r3817", - org.argeo.slc.gis.model;version="0.13.0.SNAPSHOT-r3817", - org.argeo.slc.jts;version="0.13.0.SNAPSHOT-r3817", + org.argeo.slc.geotools.swing, + org.argeo.slc.gis.model, + org.argeo.slc.jts, org.geotools.data, org.geotools.gce.image, org.geotools.geometry, diff --git a/eclipse/plugins/org.argeo.slc.client.ui.dist/META-INF/MANIFEST.MF b/eclipse/plugins/org.argeo.slc.client.ui.dist/META-INF/MANIFEST.MF index d1f0db5b2..29d4774b8 100644 --- a/eclipse/plugins/org.argeo.slc.client.ui.dist/META-INF/MANIFEST.MF +++ b/eclipse/plugins/org.argeo.slc.client.ui.dist/META-INF/MANIFEST.MF @@ -13,6 +13,8 @@ Import-Package: aQute.lib.osgi;resolution:=optional, org.apache.commons.logging;version="1.1.1", org.argeo.eclipse.spring, org.argeo.eclipse.ui, + org.argeo.eclipse.ui.jcr.commands, + org.argeo.eclipse.ui.jcr.editors, org.argeo.eclipse.ui.jcr.views, org.argeo.jcr Bundle-ActivationPolicy: lazy diff --git a/eclipse/plugins/org.argeo.slc.client.ui.dist/META-INF/spring/commands.xml b/eclipse/plugins/org.argeo.slc.client.ui.dist/META-INF/spring/commands.xml new file mode 100644 index 000000000..aa006e810 --- /dev/null +++ b/eclipse/plugins/org.argeo.slc.client.ui.dist/META-INF/spring/commands.xml @@ -0,0 +1,13 @@ + + + + + + + diff --git a/eclipse/plugins/org.argeo.slc.client.ui.dist/META-INF/spring/editors.xml b/eclipse/plugins/org.argeo.slc.client.ui.dist/META-INF/spring/editors.xml new file mode 100644 index 000000000..3f97af1e3 --- /dev/null +++ b/eclipse/plugins/org.argeo.slc.client.ui.dist/META-INF/spring/editors.xml @@ -0,0 +1,12 @@ + + + + + + + diff --git a/eclipse/plugins/org.argeo.slc.client.ui.dist/plugin.xml b/eclipse/plugins/org.argeo.slc.client.ui.dist/plugin.xml index 1cb3bae63..902c78125 100644 --- a/eclipse/plugins/org.argeo.slc.client.ui.dist/plugin.xml +++ b/eclipse/plugins/org.argeo.slc.client.ui.dist/plugin.xml @@ -23,4 +23,43 @@ name="Distribution"> + + + + + + + + + + + + + + + + + diff --git a/eclipse/plugins/org.argeo.slc.client.ui.dist/pom.xml b/eclipse/plugins/org.argeo.slc.client.ui.dist/pom.xml index 937e35ddf..1c5f5ded9 100644 --- a/eclipse/plugins/org.argeo.slc.client.ui.dist/pom.xml +++ b/eclipse/plugins/org.argeo.slc.client.ui.dist/pom.xml @@ -25,6 +25,11 @@ org.argeo.eclipse.ui ${version.argeo-commons} + + org.argeo.commons.eclipse + org.argeo.eclipse.ui.jcr + ${version.argeo-commons} + org.argeo.dep.osgi diff --git a/eclipse/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistributionPerspective.java b/eclipse/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistributionPerspective.java index 92337995f..bdcfd890d 100644 --- a/eclipse/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistributionPerspective.java +++ b/eclipse/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistributionPerspective.java @@ -8,11 +8,11 @@ public class DistributionPerspective implements IPerspectiveFactory { public void createInitialLayout(IPageLayout layout) { String editorArea = layout.getEditorArea(); - layout.setEditorAreaVisible(false); + layout.setEditorAreaVisible(true); layout.setFixed(false); - IFolderLayout main = layout.createFolder("main", IPageLayout.RIGHT, - 0.3f, editorArea); + IFolderLayout main = layout.createFolder("main", IPageLayout.LEFT, + 0.5f, editorArea); main.addView("org.argeo.slc.client.ui.dist.distributionView"); main.addView("org.argeo.slc.client.ui.dist.modulesView"); diff --git a/modules/gis/org.argeo.slc.gis.position.backend/META-INF/MANIFEST.MF b/modules/gis/org.argeo.slc.gis.position.backend/META-INF/MANIFEST.MF index 8b6d4a9aa..bec6866c3 100644 --- a/modules/gis/org.argeo.slc.gis.position.backend/META-INF/MANIFEST.MF +++ b/modules/gis/org.argeo.slc.gis.position.backend/META-INF/MANIFEST.MF @@ -3,14 +3,14 @@ Bundle-ManifestVersion: 2 Bundle-Name: Ui Bundle-SymbolicName: org.argeo.slc.gis.position.backend Bundle-Version: 1.0.0.qualifier -Import-Package: org.apache.commons.dbcp;version="1.2.2.osgi", - org.argeo.slc.core.deploy;version="0.12.2.SNAPSHOT-r3503", - org.argeo.slc.geotools;version="0.12.2.SNAPSHOT-r3562", +Import-Package: org.apache.commons.dbcp, + org.argeo.slc.core.deploy, + org.argeo.slc.geotools, org.argeo.slc.geotools.data, - org.argeo.slc.geotools.swing;version="0.12.2.SNAPSHOT-r3565", + org.argeo.slc.geotools.swing, org.argeo.slc.gis.field, - org.argeo.slc.jts;version="0.12.2.SNAPSHOT-r3562", + org.argeo.slc.jts, org.geotools.data, org.geotools.data.postgis, org.geotools.jdbc, - org.springframework.osgi.util;version="1.2.1" + org.springframework.osgi.util diff --git a/modules/gis/org.argeo.slc.gis.position.gpsbabel/META-INF/MANIFEST.MF b/modules/gis/org.argeo.slc.gis.position.gpsbabel/META-INF/MANIFEST.MF index 15780388c..81274f30d 100644 --- a/modules/gis/org.argeo.slc.gis.position.gpsbabel/META-INF/MANIFEST.MF +++ b/modules/gis/org.argeo.slc.gis.position.gpsbabel/META-INF/MANIFEST.MF @@ -3,5 +3,5 @@ Bundle-ManifestVersion: 2 Bundle-Name: SLC GIS Position GpsBabel Bundle-SymbolicName: org.argeo.slc.gis.position.gpsbabel Bundle-Version: 1.0.0.qualifier -Import-Package: org.argeo.slc.gpsbabel;version="0.12.2.SNAPSHOT-r3562", - org.argeo.slc.jts;version="0.12.2.SNAPSHOT-r3562" +Import-Package: org.argeo.slc.gpsbabel, + org.argeo.slc.jts diff --git a/runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/maven/ImportMavenDependencies.java b/runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/maven/ImportMavenDependencies.java index a6eb8df50..8d5ff5ae2 100644 --- a/runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/maven/ImportMavenDependencies.java +++ b/runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/maven/ImportMavenDependencies.java @@ -477,6 +477,7 @@ public class ImportMavenDependencies implements Runnable { } } res.add(curr.toString()); + log.debug(res); return res; } -- 2.39.2