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
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
-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
-rwxr-xr-xTMP/org.eclipse.cvs.source/build.properties12
-rwxr-xr-xTMP/org.eclipse.cvs.source/feature.xml19
-rw-r--r--TMP/org.eclipse.cvs.source/pom.xml18
-rwxr-xr-xTMP/org.eclipse.help.source/build.properties12
-rwxr-xr-xTMP/org.eclipse.help.source/feature.xml19
-rw-r--r--TMP/org.eclipse.help.source/pom.xml18
-rwxr-xr-xTMP/org.eclipse.jdt.source/build.properties12
-rwxr-xr-xTMP/org.eclipse.jdt.source/feature.xml19
-rw-r--r--TMP/org.eclipse.jdt.source/pom.xml18
-rwxr-xr-xTMP/org.eclipse.pde.source/build.properties12
-rwxr-xr-xTMP/org.eclipse.pde.source/feature.xml19
-rw-r--r--TMP/org.eclipse.pde.source/pom.xml18
-rwxr-xr-xTMP/org.eclipse.platform.source/build.properties12
-rwxr-xr-xTMP/org.eclipse.platform.source/feature.xml19
-rw-r--r--TMP/org.eclipse.platform.source/pom.xml18
-rw-r--r--pom.xml5
20 files changed, 194 insertions, 250 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>
diff --git a/TMP/org.eclipse.cvs.source/build.properties b/TMP/org.eclipse.cvs.source/build.properties
deleted file mode 100755
index 31ba6ea59..000000000
--- a/TMP/org.eclipse.cvs.source/build.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-###############################################################################
-# Copyright (c) 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-bin.includes = feature.xml
diff --git a/TMP/org.eclipse.cvs.source/feature.xml b/TMP/org.eclipse.cvs.source/feature.xml
deleted file mode 100755
index 40e0c3273..000000000
--- a/TMP/org.eclipse.cvs.source/feature.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.cvs.source"
- label="org.eclipse.cvs.source"
- version="1.3.0.qualifier">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
-</feature>
diff --git a/TMP/org.eclipse.cvs.source/pom.xml b/TMP/org.eclipse.cvs.source/pom.xml
deleted file mode 100644
index ff0a85b22..000000000
--- a/TMP/org.eclipse.cvs.source/pom.xml
+++ /dev/null
@@ -1,18 +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>
- <groupId>org.eclipse</groupId>
- <artifactId>eclipse-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- </parent>
-
- <groupId>org.eclipse.cvs.source</groupId>
- <artifactId>org.eclipse.cvs.source</artifactId>
- <version>1.3.0-SNAPSHOT</version>
- <packaging>eclipse-feature</packaging>
-
-</project>
diff --git a/TMP/org.eclipse.help.source/build.properties b/TMP/org.eclipse.help.source/build.properties
deleted file mode 100755
index 31ba6ea59..000000000
--- a/TMP/org.eclipse.help.source/build.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-###############################################################################
-# Copyright (c) 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-bin.includes = feature.xml
diff --git a/TMP/org.eclipse.help.source/feature.xml b/TMP/org.eclipse.help.source/feature.xml
deleted file mode 100755
index c0d00d967..000000000
--- a/TMP/org.eclipse.help.source/feature.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.help.source"
- label="org.eclipse.help.source"
- version="1.3.0.qualifier">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
-</feature>
diff --git a/TMP/org.eclipse.help.source/pom.xml b/TMP/org.eclipse.help.source/pom.xml
deleted file mode 100644
index 18d7e49a1..000000000
--- a/TMP/org.eclipse.help.source/pom.xml
+++ /dev/null
@@ -1,18 +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>
- <groupId>org.eclipse</groupId>
- <artifactId>eclipse-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- </parent>
-
- <groupId>org.eclipse.help.source</groupId>
- <artifactId>org.eclipse.help.source</artifactId>
- <version>1.3.0-SNAPSHOT</version>
- <packaging>eclipse-feature</packaging>
-
-</project>
diff --git a/TMP/org.eclipse.jdt.source/build.properties b/TMP/org.eclipse.jdt.source/build.properties
deleted file mode 100755
index 31ba6ea59..000000000
--- a/TMP/org.eclipse.jdt.source/build.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-###############################################################################
-# Copyright (c) 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-bin.includes = feature.xml
diff --git a/TMP/org.eclipse.jdt.source/feature.xml b/TMP/org.eclipse.jdt.source/feature.xml
deleted file mode 100755
index 887e30f1d..000000000
--- a/TMP/org.eclipse.jdt.source/feature.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.jdt.source"
- label="org.eclipse.jdt.source"
- version="1.3.0.qualifier">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
-</feature>
diff --git a/TMP/org.eclipse.jdt.source/pom.xml b/TMP/org.eclipse.jdt.source/pom.xml
deleted file mode 100644
index ffc2b4b39..000000000
--- a/TMP/org.eclipse.jdt.source/pom.xml
+++ /dev/null
@@ -1,18 +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>
- <groupId>org.eclipse</groupId>
- <artifactId>eclipse-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- </parent>
-
- <groupId>org.eclipse.jdt.source</groupId>
- <artifactId>org.eclipse.jdt.source</artifactId>
- <version>1.3.0-SNAPSHOT</version>
- <packaging>eclipse-feature</packaging>
-
-</project>
diff --git a/TMP/org.eclipse.pde.source/build.properties b/TMP/org.eclipse.pde.source/build.properties
deleted file mode 100755
index 31ba6ea59..000000000
--- a/TMP/org.eclipse.pde.source/build.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-###############################################################################
-# Copyright (c) 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-bin.includes = feature.xml
diff --git a/TMP/org.eclipse.pde.source/feature.xml b/TMP/org.eclipse.pde.source/feature.xml
deleted file mode 100755
index f4e2e03c2..000000000
--- a/TMP/org.eclipse.pde.source/feature.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.pde.source"
- label="org.eclipse.pde.source"
- version="1.3.0.qualifier">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
-</feature>
diff --git a/TMP/org.eclipse.pde.source/pom.xml b/TMP/org.eclipse.pde.source/pom.xml
deleted file mode 100644
index 470e26a85..000000000
--- a/TMP/org.eclipse.pde.source/pom.xml
+++ /dev/null
@@ -1,18 +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>
- <groupId>org.eclipse</groupId>
- <artifactId>eclipse-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- </parent>
-
- <groupId>org.eclipse.pde.source</groupId>
- <artifactId>org.eclipse.pde.source</artifactId>
- <version>1.3.0-SNAPSHOT</version>
- <packaging>eclipse-feature</packaging>
-
-</project>
diff --git a/TMP/org.eclipse.platform.source/build.properties b/TMP/org.eclipse.platform.source/build.properties
deleted file mode 100755
index 31ba6ea59..000000000
--- a/TMP/org.eclipse.platform.source/build.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-###############################################################################
-# Copyright (c) 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-bin.includes = feature.xml
diff --git a/TMP/org.eclipse.platform.source/feature.xml b/TMP/org.eclipse.platform.source/feature.xml
deleted file mode 100755
index 0b64f7e43..000000000
--- a/TMP/org.eclipse.platform.source/feature.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.platform.source"
- label="org.eclipse.platform.source"
- version="1.3.0.qualifier">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
-</feature>
diff --git a/TMP/org.eclipse.platform.source/pom.xml b/TMP/org.eclipse.platform.source/pom.xml
deleted file mode 100644
index 3643163eb..000000000
--- a/TMP/org.eclipse.platform.source/pom.xml
+++ /dev/null
@@ -1,18 +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>
- <groupId>org.eclipse</groupId>
- <artifactId>eclipse-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- </parent>
-
- <groupId>org.eclipse.platform.source</groupId>
- <artifactId>org.eclipse.platform.source</artifactId>
- <version>1.3.0-SNAPSHOT</version>
- <packaging>eclipse-feature</packaging>
-
-</project>
diff --git a/pom.xml b/pom.xml
index 4bcd11e4c..53fa37081 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,11 +57,6 @@
<module>FROMCVS/org.eclipse.test.performance</module>
<module>FROMCVS/org.eclipse.license</module>
- <module>TMP/org.eclipse.help.source</module>
- <module>TMP/org.eclipse.platform.source</module>
- <module>TMP/org.eclipse.cvs.source</module>
- <module>TMP/org.eclipse.jdt.source</module>
- <module>TMP/org.eclipse.pde.source</module>
<module>TMP/org.eclipse.sdk.epp</module>
</modules>
</project>

Back to the top