Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-01-25 16:22:23 +0000
committerIgor Fedorenko2012-02-10 15:12:49 +0000
commit1284db920b851cde05f30333272c90c5ab9432bf (patch)
treebfeeaccc4859a96bffda2128b78d1f4e86496f08 /FROMCVS
parent72e9ebf4937b4262380f402c603fc978f160da3a (diff)
downloadeclipse.platform.releng.aggregator-1284db920b851cde05f30333272c90c5ab9432bf.tar.gz
eclipse.platform.releng.aggregator-1284db920b851cde05f30333272c90c5ab9432bf.tar.xz
eclipse.platform.releng.aggregator-1284db920b851cde05f30333272c90c5ab9432bf.zip
sources features generation
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com> Conflicts: FROMCVS/org.eclipse.sdk.tests-feature/pom.xml
Diffstat (limited to 'FROMCVS')
-rw-r--r--FROMCVS/org.eclipse.cvs-feature/pom.xml38
-rw-r--r--FROMCVS/org.eclipse.help-feature/pom.xml33
-rw-r--r--FROMCVS/org.eclipse.platform-feature/pom.xml56
-rw-r--r--FROMCVS/org.eclipse.rcp-feature/pom.xml67
4 files changed, 194 insertions, 0 deletions
diff --git a/FROMCVS/org.eclipse.cvs-feature/pom.xml b/FROMCVS/org.eclipse.cvs-feature/pom.xml
index 656c9d013..9fdcab4b6 100644
--- a/FROMCVS/org.eclipse.cvs-feature/pom.xml
+++ b/FROMCVS/org.eclipse.cvs-feature/pom.xml
@@ -14,4 +14,42 @@
<artifactId>org.eclipse.cvs</artifactId>
<version>1.3.100-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-source-feature-plugin</artifactId>
+ <version>0.14.0-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <id>source-feature</id>
+ <goals>
+ <goal>source-feature</goal>
+ </goals>
+ <configuration>
+ <excludes>
+ <plugin id="org.eclipse.cvs"/>
+ </excludes>
+ </configuration>
+ </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>
</project>
diff --git a/FROMCVS/org.eclipse.help-feature/pom.xml b/FROMCVS/org.eclipse.help-feature/pom.xml
index 26c672b82..34097f1a8 100644
--- a/FROMCVS/org.eclipse.help-feature/pom.xml
+++ b/FROMCVS/org.eclipse.help-feature/pom.xml
@@ -14,4 +14,37 @@
<artifactId>org.eclipse.help</artifactId>
<version>1.3.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-source-feature-plugin</artifactId>
+ <version>0.14.0-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <id>source-feature</id>
+ <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>
</project>
diff --git a/FROMCVS/org.eclipse.platform-feature/pom.xml b/FROMCVS/org.eclipse.platform-feature/pom.xml
index 585b6c45a..7c2a2e4bc 100644
--- a/FROMCVS/org.eclipse.platform-feature/pom.xml
+++ b/FROMCVS/org.eclipse.platform-feature/pom.xml
@@ -14,4 +14,60 @@
<artifactId>org.eclipse.platform</artifactId>
<version>4.2.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-source-feature-plugin</artifactId>
+ <version>0.14.0-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <id>source-feature</id>
+ <goals>
+ <goal>source-feature</goal>
+ </goals>
+ <configuration>
+ <excludes>
+ <plugin id="org.eclipse.core.boot"/>
+ <plugin id="org.eclipse.platform.doc.user"/>
+
+ <plugin id="org.eclipse.core.filesystem.aix.ppc"/>
+ <plugin id="org.eclipse.core.filesystem.hpux.ia64_32"/>
+ <plugin id="org.eclipse.core.filesystem.linux.x86"/>
+ <plugin id="org.eclipse.core.filesystem.linux.x86_64"/>
+ <plugin id="org.eclipse.core.filesystem.solaris.sparc"/>
+ <plugin id="org.eclipse.core.filesystem.macosx"/>
+ <plugin id="org.eclipse.core.filesystem.win32.x86"/>
+ <plugin id="org.eclipse.core.resources.win32.x86"/>
+ <plugin id="org.eclipse.core.filesystem.win32.x86_64"/>
+
+ <plugin id="org.eclipse.update.core.linux"/>
+ <plugin id="org.eclipse.update.core.win32"/>
+
+ <plugin id="org.eclipse.equinox.security.macosx"/>
+ <plugin id="org.eclipse.equinox.security.macosx"/>
+ </excludes>
+ </configuration>
+ </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>
+
</project>
diff --git a/FROMCVS/org.eclipse.rcp-feature/pom.xml b/FROMCVS/org.eclipse.rcp-feature/pom.xml
index 34f69c0ad..def90af73 100644
--- a/FROMCVS/org.eclipse.rcp-feature/pom.xml
+++ b/FROMCVS/org.eclipse.rcp-feature/pom.xml
@@ -14,4 +14,71 @@
<artifactId>org.eclipse.rcp</artifactId>
<version>4.2.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-source-feature-plugin</artifactId>
+ <version>0.14.0-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <id>source-feature</id>
+ <goals>
+ <goal>source-feature</goal>
+ </goals>
+ <configuration>
+ <excludes>
+ <plugin id="org.eclipse.swt" />
+ <plugin id="org.eclipse.rcp" />
+
+ <plugin id="org.eclipse.swt.gtk.linux.s390x" />
+ <plugin id="org.eclipse.swt.gtk.linux.s390" />
+ <plugin id="org.eclipse.swt.gtk.solaris.sparc" />
+ <plugin id="org.eclipse.swt.gtk.solaris.x86" />
+ <plugin id="org.eclipse.swt.gtk.linux.ppc64" />
+ <plugin id="org.eclipse.swt.cocoa.macosx" />
+ <plugin id="org.eclipse.swt.cocoa.macosx" />
+ <plugin id="org.eclipse.swt.gtk.aix.ppc" />
+ <plugin id="org.eclipse.swt.gtk.aix.ppc64" />
+ <plugin id="org.eclipse.swt.gtk.hpux.ia64_32" />
+
+ <plugin id="org.eclipse.equinox.launcher.gtk.solaris.sparc" />
+ <plugin id="org.eclipse.equinox.launcher.gtk.solaris.x86" />
+ <plugin id="org.eclipse.equinox.launcher.cocoa.macosx" />
+ <plugin id="org.eclipse.equinox.launcher.cocoa.macosx" />
+ <plugin
+ id="org.eclipse.equinox.launcher.cocoa.macosx.x86_64" />
+ <plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc64" />
+ <plugin id="org.eclipse.equinox.launcher.gtk.linux.x86" />
+ <plugin id="org.eclipse.equinox.launcher.gtk.linux.s390x" />
+ <plugin id="org.eclipse.equinox.launcher.gtk.linux.s390" />
+ <plugin id="org.eclipse.equinox.launcher.gtk.linux.x86_64" />
+ <plugin id="org.eclipse.equinox.launcher.gtk.aix.ppc" />
+ <plugin id="org.eclipse.equinox.launcher.gtk.aix.ppc64" />
+ <plugin id="org.eclipse.equinox.launcher.win32.win32.x86" />
+ <plugin
+ id="org.eclipse.equinox.launcher.win32.win32.x86_64" />
+ </excludes>
+ </configuration>
+ </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>
</project>

Back to the top