Browse Source

Incremended plugin versiona to 2.1.0 and tycho version to 0.16.0

Andreas Mülder 12 years ago
parent
commit
e90d90f72b
24 changed files with 84 additions and 83 deletions
  1. 4 4
      de.itemis.gmf.utils/features/de.itemis.gmf.runtime.commons-feature/feature.xml
  2. 1 1
      de.itemis.gmf.utils/features/de.itemis.gmf.runtime.commons-feature/pom.xml
  3. 1 1
      de.itemis.gmf.utils/plugins/de.itemis.gmf.runtime.commons/META-INF/MANIFEST.MF
  4. 1 1
      de.itemis.gmf.utils/plugins/de.itemis.gmf.runtime.commons/pom.xml
  5. 1 1
      de.itemis.xtext.utils/features/de.itemis.xtext.utils.gmf-feature/feature.xml
  6. 1 1
      de.itemis.xtext.utils/features/de.itemis.xtext.utils.gmf-feature/pom.xml
  7. 1 1
      de.itemis.xtext.utils/features/de.itemis.xtext.utils.jface-feature/feature.xml
  8. 1 1
      de.itemis.xtext.utils/features/de.itemis.xtext.utils.jface-feature/pom.xml
  9. 2 1
      de.itemis.xtext.utils/plugins/de.itemis.xtext.utils.gmf/META-INF/MANIFEST.MF
  10. 1 1
      de.itemis.xtext.utils/plugins/de.itemis.xtext.utils.gmf/pom.xml
  11. 1 1
      de.itemis.xtext.utils/plugins/de.itemis.xtext.utils.jface/META-INF/MANIFEST.MF
  12. 1 1
      de.itemis.xtext.utils/plugins/de.itemis.xtext.utils.jface/pom.xml
  13. 53 53
      features/org.yakindu.base-feature/feature.xml
  14. 1 1
      features/org.yakindu.base-feature/pom.xml
  15. 1 1
      plugins/org.yakindu.base.types.edit/META-INF/MANIFEST.MF
  16. 1 1
      plugins/org.yakindu.base.types.edit/pom.xml
  17. 1 1
      plugins/org.yakindu.base.types.scope/META-INF/MANIFEST.MF
  18. 1 1
      plugins/org.yakindu.base.types.scope/pom.xml
  19. 1 1
      plugins/org.yakindu.base.types/META-INF/MANIFEST.MF
  20. 1 1
      plugins/org.yakindu.base.types/pom.xml
  21. 3 3
      releng/org.yakindu.base.releng/pom.xml
  22. 1 1
      releng/org.yakindu.base.releng/promote-pom.xml
  23. 1 1
      releng/org.yakindu.base.repository/pom.xml
  24. 3 3
      releng/org.yakindu.base.target/pom.xml

+ 4 - 4
de.itemis.gmf.utils/features/de.itemis.gmf.runtime.commons-feature/feature.xml

@@ -2,18 +2,18 @@
 <feature
       id="de.itemis.gmf.runtime.commons"
       label="GMF Runtime Commons"
-      version="2.0.0.qualifier"
+      version="2.1.0.qualifier"
       provider-name="itemis AG">
 
    <description>
-       %description
+      %description
    </description>
 
    <copyright url="%copyrightURL">
-        %copyright
+      %copyright
    </copyright>
 
-    <license url="%licenseURL">
+   <license url="%licenseURL">
       %license
    </license>
 

+ 1 - 1
de.itemis.gmf.utils/features/de.itemis.gmf.runtime.commons-feature/pom.xml

@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.yakindu.base</groupId>
 		<artifactId>org.yakindu.base.releng</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.1.0-SNAPSHOT</version>
 		<relativePath>../org.yakindu.base.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>de.itemis.gmf.runtime.commons</artifactId>

+ 1 - 1
de.itemis.gmf.utils/plugins/de.itemis.gmf.runtime.commons/META-INF/MANIFEST.MF

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: GMF Runtime Commons
 Bundle-SymbolicName: de.itemis.gmf.runtime.commons
-Bundle-Version: 2.0.0.qualifier
+Bundle-Version: 2.1.0.qualifier
 Bundle-Vendor: itemis AG
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.eclipse.gmf.runtime.diagram.ui.properties;bundle-version="1.4.2",

+ 1 - 1
de.itemis.gmf.utils/plugins/de.itemis.gmf.runtime.commons/pom.xml

@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.yakindu.base</groupId>
 		<artifactId>org.yakindu.base.releng</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.1.0-SNAPSHOT</version>
 		<relativePath>../org.yakindu.base.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>de.itemis.gmf.runtime.commons</artifactId>

+ 1 - 1
de.itemis.xtext.utils/features/de.itemis.xtext.utils.gmf-feature/feature.xml

@@ -2,7 +2,7 @@
 <feature
       id="de.itemis.xtext.utils.gmf"
       label="Xtext GMF Integration (XGI)"
-      version="2.0.0.qualifier"
+      version="2.1.0.qualifier"
       provider-name="itemis AG">
 
    <description>

+ 1 - 1
de.itemis.xtext.utils/features/de.itemis.xtext.utils.gmf-feature/pom.xml

@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.yakindu.base</groupId>
 		<artifactId>org.yakindu.base.releng</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.1.0-SNAPSHOT</version>
 		<relativePath>../org.yakindu.base.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>de.itemis.xtext.utils.gmf</artifactId>

+ 1 - 1
de.itemis.xtext.utils/features/de.itemis.xtext.utils.jface-feature/feature.xml

@@ -2,7 +2,7 @@
 <feature
       id="de.itemis.xtext.utils.jface"
       label="%featureName"
-      version="2.0.0.qualifier"
+      version="2.1.0.qualifier"
       provider-name="itemis AG">
 
    <description url="http://www.example.com/description">

+ 1 - 1
de.itemis.xtext.utils/features/de.itemis.xtext.utils.jface-feature/pom.xml

@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.yakindu.base</groupId>
 		<artifactId>org.yakindu.base.releng</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.1.0-SNAPSHOT</version>
 		<relativePath>../org.yakindu.base.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>de.itemis.xtext.utils.jface</artifactId>

+ 2 - 1
de.itemis.xtext.utils/plugins/de.itemis.xtext.utils.gmf/META-INF/MANIFEST.MF

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Xtext GMF Integration (XGI)
 Bundle-SymbolicName: de.itemis.xtext.utils.gmf
-Bundle-Version: 2.0.0.qualifier
+Bundle-Version: 2.1.0.qualifier
 Bundle-Vendor: itemis AG
 Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
  org.eclipse.xtext.ui;bundle-version="[2.0.0,3.0.0)",
@@ -16,4 +16,5 @@ Export-Package: de.itemis.xtext.utils.gmf.directedit,
  de.itemis.xtext.utils.gmf.experimental,
  de.itemis.xtext.utils.gmf.resource,
  de.itemis.xtext.utils.gmf.viewers
+Bundle-ActivationPolicy: lazy
 

+ 1 - 1
de.itemis.xtext.utils/plugins/de.itemis.xtext.utils.gmf/pom.xml

@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.yakindu.base</groupId>
 		<artifactId>org.yakindu.base.releng</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.1.0-SNAPSHOT</version>
 		<relativePath>../org.yakindu.base.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>de.itemis.xtext.utils.gmf</artifactId>

+ 1 - 1
de.itemis.xtext.utils/plugins/de.itemis.xtext.utils.jface/META-INF/MANIFEST.MF

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Xtext JFace Integration (XJI)
 Bundle-SymbolicName: de.itemis.xtext.utils.jface;singleton:=true
-Bundle-Version: 2.0.0.qualifier
+Bundle-Version: 2.1.0.qualifier
 Bundle-Vendor: itemis AG
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",

+ 1 - 1
de.itemis.xtext.utils/plugins/de.itemis.xtext.utils.jface/pom.xml

@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.yakindu.base</groupId>
 		<artifactId>org.yakindu.base.releng</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.1.0-SNAPSHOT</version>
 		<relativePath>../org.yakindu.base.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>de.itemis.xtext.utils.jface</artifactId>

+ 53 - 53
features/org.yakindu.base-feature/feature.xml

@@ -1,53 +1,53 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="org.yakindu.base"
-      label="%featureName"
-      version="2.0.0.qualifier"
-      provider-name="yakindu.org">
-
-   <description url="">
-      %description
-   </description>
-
-   <copyright url="http://www.example.com/copyright">
-      %copyright
-   </copyright>
-
-   <license url="%licenseURL">
-      %license
-   </license>
-
-   <includes
-         id="de.itemis.gmf.runtime.commons"
-         version="0.0.0"/>
-
-   <includes
-         id="de.itemis.xtext.utils.gmf"
-         version="0.0.0"/>
-
-   <includes
-         id="de.itemis.xtext.utils.jface"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.yakindu.base.types"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <plugin
-         id="org.yakindu.base.types.edit"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <plugin
-         id="org.yakindu.base.types.scope"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-</feature>
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.yakindu.base"
+      label="%featureName"
+      version="2.1.0.qualifier"
+      provider-name="yakindu.org">
+
+   <description url="">
+      %description
+   </description>
+
+   <copyright url="http://www.example.com/copyright">
+      %copyright
+   </copyright>
+
+   <license url="%licenseURL">
+      %license
+   </license>
+
+   <includes
+         id="de.itemis.gmf.runtime.commons"
+         version="0.0.0"/>
+
+   <includes
+         id="de.itemis.xtext.utils.gmf"
+         version="0.0.0"/>
+
+   <includes
+         id="de.itemis.xtext.utils.jface"
+         version="0.0.0"/>
+
+   <plugin
+         id="org.yakindu.base.types"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.yakindu.base.types.edit"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.yakindu.base.types.scope"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>

+ 1 - 1
features/org.yakindu.base-feature/pom.xml

@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.yakindu.base</groupId>
 		<artifactId>org.yakindu.base.releng</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.1.0-SNAPSHOT</version>
 		<relativePath>../org.yakindu.base.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>org.yakindu.base</artifactId>

+ 1 - 1
plugins/org.yakindu.base.types.edit/META-INF/MANIFEST.MF

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.yakindu.base.types.edit;singleton:=true
-Bundle-Version: 2.0.0.qualifier
+Bundle-Version: 2.1.0.qualifier
 Bundle-ClassPath: .
 Bundle-Activator: org.yakindu.base.types.provider.TypesEditPlugin$Implementation
 Bundle-Vendor: %providerName

+ 1 - 1
plugins/org.yakindu.base.types.edit/pom.xml

@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.yakindu.base</groupId>
 		<artifactId>org.yakindu.base.releng</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.1.0-SNAPSHOT</version>
 		<relativePath>../org.yakindu.base.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>org.yakindu.base.types.edit</artifactId>

+ 1 - 1
plugins/org.yakindu.base.types.scope/META-INF/MANIFEST.MF

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: org.yakindu.base.types.scope
 Bundle-SymbolicName: org.yakindu.base.types.scope;singleton:=true
-Bundle-Version: 2.0.0.qualifier
+Bundle-Version: 2.1.0.qualifier
 Bundle-Vendor: yakindu.org
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.xtext;bundle-version="2.0.0",

+ 1 - 1
plugins/org.yakindu.base.types.scope/pom.xml

@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.yakindu.base</groupId>
 		<artifactId>org.yakindu.base.releng</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.1.0-SNAPSHOT</version>
 		<relativePath>../org.yakindu.base.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>org.yakindu.base.types.scope</artifactId>

+ 1 - 1
plugins/org.yakindu.base.types/META-INF/MANIFEST.MF

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.yakindu.base.types;singleton:=true
-Bundle-Version: 2.0.0.qualifier
+Bundle-Version: 2.1.0.qualifier
 Bundle-ClassPath: .
 Bundle-Vendor: yakindu.org
 Bundle-Localization: plugin

+ 1 - 1
plugins/org.yakindu.base.types/pom.xml

@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.yakindu.base</groupId>
 		<artifactId>org.yakindu.base.releng</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.1.0-SNAPSHOT</version>
 		<relativePath>../org.yakindu.base.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>org.yakindu.base.types</artifactId>

+ 3 - 3
releng/org.yakindu.base.releng/pom.xml

@@ -5,15 +5,15 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.yakindu.base</groupId>
 	<artifactId>org.yakindu.base.releng</artifactId>
-	<version>2.0.0-SNAPSHOT</version>
+	<version>2.1.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
 	<!-- this is the parent POM from which all modules inherit common settings -->
 	<properties>
-		<tycho-version>0.14.1</tycho-version>
+		<tycho-version>0.16.0</tycho-version>
 		<antrun-version>1.6</antrun-version>
 		<p2.target.repository>file:../org.yakindu.base.target/target/repository</p2.target.repository>
-		<tycho-extras-version>0.14.0</tycho-extras-version>
+		<tycho-extras-version>0.16.0</tycho-extras-version>
 	</properties>
 	<repositories>
 		<repository>

+ 1 - 1
releng/org.yakindu.base.releng/promote-pom.xml

@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.yakindu.base</groupId>
 		<artifactId>org.yakindu.base.releng</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.1.0-SNAPSHOT</version>
 		<relativePath>../org.yakindu.base.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>de.itemis.xtext.utils.promote</artifactId>

+ 1 - 1
releng/org.yakindu.base.repository/pom.xml

@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.yakindu.base</groupId>
 		<artifactId>org.yakindu.base.releng</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.1.0-SNAPSHOT</version>
 		<relativePath>../org.yakindu.base.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>org.yakindu.base.repository</artifactId>

+ 3 - 3
releng/org.yakindu.base.target/pom.xml

@@ -5,11 +5,11 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.yakindu.base</groupId>
 	<artifactId>org.yakindu.base.target</artifactId>
-	<version>2.0.0-SNAPSHOT</version>
+	<version>2.1.0-SNAPSHOT</version>
 	<packaging>eclipse-repository</packaging>
 
 	<properties>
-		<tycho-version>0.14.1</tycho-version>
+		<tycho-version>0.16.0</tycho-version>
 		<build-helper-version>1.3</build-helper-version>
 	</properties>
 
@@ -87,7 +87,7 @@
 								<artifact>
 									<groupId>org.yakindu.base</groupId>
 									<artifactId>org.yakindu.base.target</artifactId>
-									<version>2.0.0-SNAPSHOT</version>
+									<version>2.1.0-SNAPSHOT</version>
 									<classifier>Juno</classifier>
 								</artifact>
 							</target>