Release refactored SLC IDE feature
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 9 Jan 2010 17:45:03 +0000 (17:45 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 9 Jan 2010 17:45:03 +0000 (17:45 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@3266 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/features/org.argeo.slc.ide/category.xml [new file with mode: 0644]
eclipse/features/org.argeo.slc.ide/feature.xml
eclipse/plugins/org.argeo.slc.ide.branding/META-INF/MANIFEST.MF
eclipse/plugins/org.argeo.slc.ide.ui/META-INF/MANIFEST.MF

diff --git a/eclipse/features/org.argeo.slc.ide/category.xml b/eclipse/features/org.argeo.slc.ide/category.xml
new file mode 100644 (file)
index 0000000..0932339
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+   <feature url="features/org.argeo.slc.ide_0.12.1.D20100109_1757.jar" id="org.argeo.slc.ide" version="0.12.1.D20100109_1757">
+      <category name="slcIDE"/>
+   </feature>
+   <category-def name="slcIDE" label="SLC IDE">
+      <description>
+         SLC IDE
+      </description>
+   </category-def>
+</site>
index 22aa6387ea5ad73d415948f8ecc53adc656c9a8d..8f705a27c521aa75d8b2f0276121738529c8ec72 100644 (file)
@@ -2,7 +2,7 @@
 <feature
       id="org.argeo.slc.ide"
       label="Argeo Java IDE"
-      version="0.12.1.D20100109_1757"
+      version="0.12.1.qualifier"
       provider-name="Argeo"
       plugin="org.argeo.slc.ide.branding"
       image="icons/argeo-icon-100104-256.png">
    </description>
 
    <copyright url="http://www.argeo.org">
-      Copyright 2010 Mathieu Baudier
+      Copyright 2010 Mathieu Baudier - Argeo SASU
    </copyright>
 
    <license url="http://www.apache.org/licenses/LICENSE-2.0.txt">
       SLC - Software LifeCycle framework
-      
-Copyright 2008 Mathieu Baudier - Argeo e.U.
-
+Copyright 2010 Mathieu Baudier - Argeo SASU
 Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);
 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
-
+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 &amp;quot;AS IS&amp;quot; BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
+distributed under the License is distributed on an &amp;quot;AS IS&amp;quot;
+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.
    </license>
 
@@ -62,14 +61,14 @@ limitations under the License.
          id="org.argeo.slc.ide.ui"
          download-size="0"
          install-size="0"
-         version="0.12.1.D20100109_1757"
+         version="0.12.1.qualifier"
          unpack="false"/>
 
    <plugin
          id="org.argeo.slc.ide.branding"
          download-size="0"
          install-size="0"
-         version="0.12.1.D20100109_1757"
+         version="0.12.1.qualifier"
          unpack="false"/>
 
 </feature>
index e7330b481a4983acc9bda069fa2f832975543369..c09fee8fff3209336cff7bf10c4a8e6a90b1b3c6 100644 (file)
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Argeo IDE
 Bundle-SymbolicName: org.argeo.slc.ide.branding;singleton:=true
-Bundle-Version: 0.12.1.D20100109_1757
+Bundle-Version: 0.12.1.qualifier
 Bundle-Vendor: Argeo.org
 Require-Bundle: org.eclipse.ui;bundle-version="3.5.1",
  org.eclipse.osgi;bundle-version="3.5.1",
index 92a185f0241a61b71b8849836dc5e8346310e087..4a47f8d764407323d011bad436b2236b13fcfa20 100644 (file)
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: SLC IDE UI
 Bundle-SymbolicName: org.argeo.slc.ide.ui;singleton:=true
-Bundle-Version: 0.12.1.D20100109_1757
+Bundle-Version: 0.12.1.qualifier
 Bundle-Activator: org.argeo.slc.ide.ui.SlcIdeUiPlugin
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,