diff options
author | Camille Letavernier | 2014-08-20 12:35:41 +0000 |
---|---|---|
committer | Camille Letavernier | 2014-08-20 12:55:31 +0000 |
commit | 69f063ca7d272e9642aa31fc23eb0f25da74f8ea (patch) | |
tree | ae35ad106afddfc3739c1f0461b92f2ebe07efdd /plugins/facet | |
parent | a5b5b80c7d4e9440be778557a7d210a863ddfe37 (diff) | |
download | org.eclipse.papyrus-69f063ca7d272e9642aa31fc23eb0f25da74f8ea.tar.gz org.eclipse.papyrus-69f063ca7d272e9642aa31fc23eb0f25da74f8ea.tar.xz org.eclipse.papyrus-69f063ca7d272e9642aa31fc23eb0f25da74f8ea.zip |
[Releng] Fix feature version and cleanup bundle, fix build
Diffstat (limited to 'plugins/facet')
15 files changed, 0 insertions, 276 deletions
diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/META-INF/eclipse.inf b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2421c..00000000000 --- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.custom.doc/pom.properties b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.custom.doc/pom.properties deleted file mode 100644 index 26095aea76b..00000000000 --- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.custom.doc/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Mon Aug 19 04:53:27 EDT 2013 -version=0.4.0-SNAPSHOT -groupId=org.eclipse.emft -artifactId=org.eclipse.papyrus.emf.facet.custom.doc diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.custom.doc/pom.xml b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.custom.doc/pom.xml deleted file mode 100644 index e92842c099e..00000000000 --- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.custom.doc/pom.xml +++ /dev/null @@ -1,99 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns:m2="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://maven.apache.org/POM/4.0.0" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.emf.facet.build</artifactId> - <groupId>org.eclipse.emft</groupId> - <version>0.4.0</version> - <relativePath>../../</relativePath> - </parent> - <groupId>org.eclipse.emft</groupId> - <artifactId>org.eclipse.papyrus.emf.facet.custom.doc</artifactId> - <version>0.4.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <version>2.7</version> - <executions> - <execution> - <id>copy</id> - <phase>initialize</phase> - <goals> - <goal>copy</goal> - </goals> - <configuration> - <artifactItems> - <artifactItem> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.4</version> - <overWrite>false</overWrite> - </artifactItem> - </artifactItems> - <outputDirectory>${project.build.directory}/downloads</outputDirectory> - <overWriteReleases>false</overWriteReleases> - <overWriteSnapshots>true</overWriteSnapshots> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - <version>1.7</version> - <executions> - <execution> - <id>generate-doc</id> - <phase>generate-resources</phase> - <goals> - <goal>run</goal> - </goals> - <configuration> - <target> - <ant antfile="/opt/users/hudsonbuild/workspace/emffacet-nightly/org.eclipse.papyrus.emf.facet.releng.tycho.util/doc.build.xml" - target="all" - inheritRefs="true"> - <property name="org.eclipse.papyrus.emf.facet.releng.tycho.util.doc.build.downloads" - value="${project.build.directory}/downloads"/> - </ant> - </target> - </configuration> - </execution> - </executions> - <dependencies> - <dependency> - <groupId>net.sf.saxon</groupId> - <artifactId>saxon</artifactId> - <version>8.7</version> - </dependency> - <dependency> - <groupId>ant-contrib</groupId> - <artifactId>ant-contrib</artifactId> - <version>1.0b3</version> - <exclusions> - <exclusion> - <groupId>ant</groupId> - <artifactId>ant</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.ant</groupId> - <artifactId>ant</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.4</version> - </dependency> - </dependencies> - </plugin> - </plugins> - </build> -</project>
\ No newline at end of file diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/META-INF/eclipse.inf b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2421c..00000000000 --- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.custom.metamodel.editor/pom.properties b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.custom.metamodel.editor/pom.properties deleted file mode 100644 index 74f979c5dc4..00000000000 --- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.custom.metamodel.editor/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Mon Aug 19 04:57:03 EDT 2013 -version=0.4.0-SNAPSHOT -groupId=org.eclipse.emft -artifactId=org.eclipse.papyrus.emf.facet.custom.metamodel.editor diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.custom.metamodel.editor/pom.xml b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.custom.metamodel.editor/pom.xml deleted file mode 100644 index dedd953722b..00000000000 --- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.custom.metamodel.editor/pom.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?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> - <artifactId>org.eclipse.papyrus.emf.facet.build</artifactId> - <groupId>org.eclipse.emft</groupId> - <version>0.4.0</version> - </parent> - <groupId>org.eclipse.emft</groupId> - <artifactId>org.eclipse.papyrus.emf.facet.custom.metamodel.editor</artifactId> - <version>0.4.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> -</project> diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/META-INF/eclipse.inf b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2421c..00000000000 --- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.doc/pom.properties b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.doc/pom.properties deleted file mode 100644 index afb0abd67b6..00000000000 --- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.doc/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Mon Aug 19 04:53:36 EDT 2013 -version=0.4.0-SNAPSHOT -groupId=org.eclipse.emft -artifactId=org.eclipse.papyrus.emf.facet.doc diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.doc/pom.xml b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.doc/pom.xml deleted file mode 100644 index b075564e80e..00000000000 --- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.doc/pom.xml +++ /dev/null @@ -1,99 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns:m2="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://maven.apache.org/POM/4.0.0" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.emf.facet.build</artifactId> - <groupId>org.eclipse.emft</groupId> - <version>0.4.0</version> - <relativePath>../../</relativePath> - </parent> - <groupId>org.eclipse.emft</groupId> - <artifactId>org.eclipse.papyrus.emf.facet.doc</artifactId> - <version>0.4.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <version>2.7</version> - <executions> - <execution> - <id>copy</id> - <phase>initialize</phase> - <goals> - <goal>copy</goal> - </goals> - <configuration> - <artifactItems> - <artifactItem> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.4</version> - <overWrite>false</overWrite> - </artifactItem> - </artifactItems> - <outputDirectory>${project.build.directory}/downloads</outputDirectory> - <overWriteReleases>false</overWriteReleases> - <overWriteSnapshots>true</overWriteSnapshots> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - <version>1.7</version> - <executions> - <execution> - <id>generate-doc</id> - <phase>generate-resources</phase> - <goals> - <goal>run</goal> - </goals> - <configuration> - <target> - <ant antfile="/opt/users/hudsonbuild/workspace/emffacet-nightly/org.eclipse.papyrus.emf.facet.releng.tycho.util/doc.build.xml" - target="all" - inheritRefs="true"> - <property name="org.eclipse.papyrus.emf.facet.releng.tycho.util.doc.build.downloads" - value="${project.build.directory}/downloads"/> - </ant> - </target> - </configuration> - </execution> - </executions> - <dependencies> - <dependency> - <groupId>net.sf.saxon</groupId> - <artifactId>saxon</artifactId> - <version>8.7</version> - </dependency> - <dependency> - <groupId>ant-contrib</groupId> - <artifactId>ant-contrib</artifactId> - <version>1.0b3</version> - <exclusions> - <exclusion> - <groupId>ant</groupId> - <artifactId>ant</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.ant</groupId> - <artifactId>ant</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.4</version> - </dependency> - </dependencies> - </plugin> - </plugins> - </build> -</project>
\ No newline at end of file diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/META-INF/eclipse.inf b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2421c..00000000000 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.custom.sdk.ui/pom.properties b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.custom.sdk.ui/pom.properties deleted file mode 100644 index 8581599ce4c..00000000000 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.custom.sdk.ui/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Mon Aug 19 04:56:53 EDT 2013 -version=0.4.0-SNAPSHOT -groupId=org.eclipse.emft -artifactId=org.eclipse.papyrus.emf.facet.custom.sdk.ui diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.custom.sdk.ui/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.custom.sdk.ui/pom.xml deleted file mode 100644 index c4e9beb7bfe..00000000000 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.custom.sdk.ui/pom.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?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> - <artifactId>org.eclipse.papyrus.emf.facet.build</artifactId> - <groupId>org.eclipse.emft</groupId> - <version>0.4.0</version> - <relativePath>../../</relativePath> - </parent> - <groupId>org.eclipse.emft</groupId> - <artifactId>org.eclipse.papyrus.emf.facet.custom.sdk.ui</artifactId> - <version>0.4.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> -</project> diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/META-INF/eclipse.inf b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/META-INF/eclipse.inf deleted file mode 100644 index 92ffed2421c..00000000000 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/META-INF/eclipse.inf +++ /dev/null @@ -1,2 +0,0 @@ -#Processed using Jarprocessor -pack200.conditioned = true diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.efacet.sdk.ui/pom.properties b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.efacet.sdk.ui/pom.properties deleted file mode 100644 index 07f973c6ce3..00000000000 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.efacet.sdk.ui/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Mon Aug 19 04:56:45 EDT 2013 -version=0.4.0-SNAPSHOT -groupId=org.eclipse.emft -artifactId=org.eclipse.papyrus.emf.facet.efacet.sdk.ui diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.efacet.sdk.ui/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.efacet.sdk.ui/pom.xml deleted file mode 100644 index 1db51c01dd5..00000000000 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/META-INF/maven/org.eclipse.emft/org.eclipse.emf.facet.efacet.sdk.ui/pom.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?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> - <artifactId>org.eclipse.papyrus.emf.facet.build</artifactId> - <groupId>org.eclipse.emft</groupId> - <version>0.4.0</version> - </parent> - <groupId>org.eclipse.emft</groupId> - <artifactId>org.eclipse.papyrus.emf.facet.efacet.sdk.ui</artifactId> - <version>0.4.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> -</project> |