From 8fc8309c4236e07cfda853ed3635c07f5ca494fd Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Mon, 12 Nov 2012 20:53:50 +0000 Subject: [PATCH] Deployed to dev update site git-svn-id: https://svn.argeo.org/slc/trunk@5788 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- features/org.argeo.slc.ide/build.properties | 4 ++- features/org.argeo.slc.ide/category.xml | 11 ------- features/org.argeo.slc.ide/feature.xml | 31 ++++++------------- features/org.argeo.slc.ide/p2.inf | 2 ++ .../org.argeo.slc.ide.ui/META-INF/MANIFEST.MF | 6 ++-- 5 files changed, 18 insertions(+), 36 deletions(-) delete mode 100644 features/org.argeo.slc.ide/category.xml create mode 100644 features/org.argeo.slc.ide/p2.inf diff --git a/features/org.argeo.slc.ide/build.properties b/features/org.argeo.slc.ide/build.properties index e1372490b..b873b8540 100644 --- a/features/org.argeo.slc.ide/build.properties +++ b/features/org.argeo.slc.ide/build.properties @@ -1,2 +1,4 @@ bin.includes = feature.xml,\ - icons/ + icons/,\ + category.xml,\ + p2.inf diff --git a/features/org.argeo.slc.ide/category.xml b/features/org.argeo.slc.ide/category.xml deleted file mode 100644 index 635e6e847..000000000 --- a/features/org.argeo.slc.ide/category.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - SLC IDE - - - diff --git a/features/org.argeo.slc.ide/feature.xml b/features/org.argeo.slc.ide/feature.xml index 77bba7b7c..8aef343c5 100644 --- a/features/org.argeo.slc.ide/feature.xml +++ b/features/org.argeo.slc.ide/feature.xml @@ -1,42 +1,38 @@ - + Argeo SLC IDE - Copyright 2010 Mathieu Baudier - Argeo SASU + Copyright 2012 Argeo GmbH - SLC - Systems Life Cycle framework - -Copyright 2010 Mathieu Baudier - Argeo SASU - + Argeo Integrated Development Environment +Copyright 2012 Argeo GmbH Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. - You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and limitations under the License. - + + @@ -64,14 +60,7 @@ and limitations under the License. id="org.argeo.slc.ide.ui" download-size="0" install-size="0" - version="1.1.1.D20121107_1340" - unpack="false"/> - - diff --git a/features/org.argeo.slc.ide/p2.inf b/features/org.argeo.slc.ide/p2.inf new file mode 100644 index 000000000..0423aa509 --- /dev/null +++ b/features/org.argeo.slc.ide/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/plugins/org.argeo.slc.ide.ui/META-INF/MANIFEST.MF b/plugins/org.argeo.slc.ide.ui/META-INF/MANIFEST.MF index e2129b5cc..d0f876800 100644 --- a/plugins/org.argeo.slc.ide.ui/META-INF/MANIFEST.MF +++ b/plugins/org.argeo.slc.ide.ui/META-INF/MANIFEST.MF @@ -1,8 +1,8 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: SLC IDE UI +Bundle-Name: SLC IDE Bundle-SymbolicName: org.argeo.slc.ide.ui;singleton:=true -Bundle-Version: 1.1.1.D20121107_1340 +Bundle-Version: 1.1.1.qualifier Bundle-Activator: org.argeo.slc.ide.ui.SlcIdeUiPlugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, @@ -18,5 +18,5 @@ Require-Bundle: org.eclipse.ui, org.eclipse.pde.ui;bundle-version="3.4.0", org.eclipse.jdt.ui;bundle-version="3.4.2" Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Bundle-Vendor: Argeo +Bundle-Vendor: Argeo GmbH Bundle-ActivationPolicy: lazy -- 2.39.2