Bladeren bron

Share project "org.eclipse.gmf.runtime.emf.clipboard.core.patch-feature" into "https://svn.codespot.com/a/eclipselabs.org/yakindu"

Andreas Mülder 13 jaren geleden
bovenliggende
commit
4de70d23d8

+ 17 - 0
features/org.eclipse.gmf.runtime.emf.clipboard.core.patch-feature/.project

@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.gmf.runtime.emf.clipboard.core.patch-feature</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.FeatureBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.FeatureNature</nature>
+	</natures>
+</projectDescription>

+ 1 - 0
features/org.eclipse.gmf.runtime.emf.clipboard.core.patch-feature/build.properties

@@ -0,0 +1 @@
+bin.includes = feature.xml

+ 31 - 0
features/org.eclipse.gmf.runtime.emf.clipboard.core.patch-feature/feature.xml

@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.eclipse.gmf.runtime.emf.clipboard.core.patch"
+      label="Copy Paste Patch"
+      version="1.0.0"
+      provider-name="Yakindu">
+
+   <description url="http://www.example.com/description">
+      [Enter Feature Description here.]
+   </description>
+
+   <copyright url="http://www.example.com/copyright">
+      [Enter Copyright Description here.]
+   </copyright>
+
+   <license url="http://www.example.com/license">
+      [Enter License Description here.]
+   </license>
+
+   <requires>
+      <import feature="org.eclipse.gmf.runtime.sdk" version="0.0.0" patch="true"/>
+   </requires>
+
+   <plugin
+         id="org.eclipse.gmf.runtime.emf.clipboard.core"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>

+ 15 - 0
features/org.eclipse.gmf.runtime.emf.clipboard.core.patch-feature/pom.xml

@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>org.yakindu.sct</groupId>
+		<artifactId>org.yakindu.sct.releng</artifactId>
+		<version>1.0.0-SNAPSHOT</version>
+		<relativePath>../org.yakindu.sct.releng/pom.xml</relativePath>
+	</parent>
+	<artifactId>org.eclipse.gmf.runtime.emf.clipboard.core.patch</artifactId>
+	<packaging>eclipse-feature</packaging>
+	<groupId>org.yakindu.sct.features</groupId>
+</project>