Bladeren bron

Renamed provider and qualifier

Andreas Mülder 11 jaren geleden
bovenliggende
commit
8dedae59ed

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

@@ -1,34 +1,34 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="de.itemis.xtext.utils.gmf"
-      label="Xtext GMF Integration (XGI)"
-      version="2.1.2.qualifier"
-      provider-name="itemis AG">
-
-   <description>
-      %description
-   </description>
-
-   <copyright url="%copyrightURL">
-      %copyright
-   </copyright>
-
-   <license url="%licenseURL">
-      %license
-   </license>
-
-   <requires>
-      <import plugin="org.eclipse.core.runtime" version="3.6.0" match="compatible"/>
-      <import plugin="org.eclipse.xtext.ui" version="2.0.0" match="compatible"/>
-      <import plugin="org.eclipse.gmf.runtime.diagram.ui" version="1.4.0" match="compatible"/>
-      <import feature="de.itemis.xtext.utils.jface" version="2.0.0" match="compatible"/>
-   </requires>
-
-   <plugin
-         id="de.itemis.xtext.utils.gmf"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-</feature>
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="de.itemis.xtext.utils.gmf"
+      label="Xtext GMF Integration (XGI) Feature"
+      version="2.2.0.qualifier"
+      provider-name="itemis AG">
+
+   <description>
+      %description
+   </description>
+
+   <copyright url="%copyrightURL">
+      %copyright
+   </copyright>
+
+   <license url="%licenseURL">
+      %license
+   </license>
+
+   <requires>
+      <import plugin="org.eclipse.core.runtime" version="3.6.0" match="compatible"/>
+      <import plugin="org.eclipse.xtext.ui" version="2.0.0" match="compatible"/>
+      <import plugin="org.eclipse.gmf.runtime.diagram.ui" version="1.4.0" match="compatible"/>
+      <import feature="de.itemis.xtext.utils.jface" version="2.0.0" match="compatible"/>
+   </requires>
+
+   <plugin
+         id="de.itemis.xtext.utils.gmf"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>

+ 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.1.2-SNAPSHOT</version>
+		<version>2.2.0-SNAPSHOT</version>
 		<relativePath>../org.yakindu.base.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>de.itemis.xtext.utils.gmf</artifactId>

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

@@ -1,37 +1,37 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="de.itemis.xtext.utils.jface"
-      label="%featureName"
-      version="2.1.2.qualifier"
-      provider-name="itemis AG">
-
-   <description url="http://www.example.com/description">
-      %description
-   </description>
-
-   <copyright url="http://www.example.com/copyright">
-      %copyright
-   </copyright>
-
-   <license url="%licenseURL">
-      %license
-   </license>
-
-   <requires>
-      <import plugin="org.eclipse.core.runtime" version="3.6.0" match="compatible"/>
-      <import plugin="org.eclipse.ui.ide" version="3.6.0" match="compatible"/>
-      <import plugin="org.eclipse.jface" version="3.6.0" match="compatible"/>
-      <import plugin="org.eclipse.jface.text" version="3.6.0" match="compatible"/>
-      <import plugin="org.eclipse.emf.common" version="2.6.0" match="compatible"/>
-      <import plugin="org.eclipse.xtext.ui" version="2.0.0" match="compatible"/>
-      <import plugin="org.eclipse.core.expressions" version="3.4.0" match="compatible"/>
-   </requires>
-
-   <plugin
-         id="de.itemis.xtext.utils.jface"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-</feature>
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="de.itemis.xtext.utils.jface"
+      label="Xtext JFace Integration Feature"
+      version="2.2.0.qualifier"
+      provider-name="itemis AG">
+
+   <description url="http://www.example.com/description">
+      %description
+   </description>
+
+   <copyright url="http://www.example.com/copyright">
+      %copyright
+   </copyright>
+
+   <license url="%licenseURL">
+      %license
+   </license>
+
+   <requires>
+      <import plugin="org.eclipse.core.runtime" version="3.6.0" match="compatible"/>
+      <import plugin="org.eclipse.ui.ide" version="3.6.0" match="compatible"/>
+      <import plugin="org.eclipse.jface" version="3.6.0" match="compatible"/>
+      <import plugin="org.eclipse.jface.text" version="3.6.0" match="compatible"/>
+      <import plugin="org.eclipse.emf.common" version="2.6.0" match="compatible"/>
+      <import plugin="org.eclipse.xtext.ui" version="2.0.0" match="compatible"/>
+      <import plugin="org.eclipse.core.expressions" version="3.4.0" match="compatible"/>
+   </requires>
+
+   <plugin
+         id="de.itemis.xtext.utils.jface"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>