فهرست منبع

Added licence to source features and moved source features to separate category

benjamin.schwertfeger@gmail.com 13 سال پیش
والد
کامیت
c4b5a0e3fb

+ 0 - 2
features/org.yakindu.base-feature/build.properties

@@ -3,6 +3,4 @@ bin.includes = epl-v10.html,\
                feature.properties,\
                license.html
 src.includes = epl-v10.html,\
-               feature.properties,\
-               feature.xml,\
                license.html

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

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <feature
       id="org.yakindu.base"
-      label="Yakindu Base"
+      label="%featureName"
       version="1.0.0.qualifier"
       provider-name="YAKINDU">
 
@@ -25,7 +25,6 @@
          id="de.itemis.xtext.utils.gmf"
          version="0.0.0"/>
 
-
    <includes
          id="de.itemis.xtext.utils.jface"
          version="0.0.0"/>
@@ -36,6 +35,7 @@
          install-size="0"
          version="0.0.0"
          unpack="false"/>
+
    <plugin
          id="org.yakindu.base.types.edit"
          download-size="0"

+ 0 - 20
features/org.yakindu.base-feature/pom.xml

@@ -19,30 +19,10 @@
 			<plugin>
 				<groupId>org.eclipse.tycho.extras</groupId>
 				<artifactId>tycho-source-feature-plugin</artifactId>
-				<version>${tycho-extras-version}</version>
-				<executions>
-					<execution>
-						<id>source-feature</id>
-						<phase>package</phase>
-						<goals>
-							<goal>source-feature</goal>
-						</goals>
-					</execution>
-				</executions>
 			</plugin>
 			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-p2-plugin</artifactId>
-				<version>${tycho-version}</version>
-				<executions>
-					<execution>
-						<id>attached-p2-metadata</id>
-						<phase>package</phase>
-						<goals>
-							<goal>p2-metadata</goal>
-						</goals>
-					</execution>
-				</executions>
 			</plugin>
 		</plugins>
 	</build>