diff options
| author | Dani Megert | 2012-09-19 15:18:14 +0000 |
|---|---|---|
| committer | Dani Megert | 2012-09-19 15:18:14 +0000 |
| commit | 66ffda3695799e7c8de983896e0559388426005d (patch) | |
| tree | d347514e18b68115eea7d65ac12724ccd82799db | |
| parent | 99d6ec1c0fcf581d9f5619b9e8698b5afd7e6a8e (diff) | |
| download | eclipse.jdt-66ffda3695799e7c8de983896e0559388426005d.tar.gz eclipse.jdt-66ffda3695799e7c8de983896e0559388426005d.tar.xz eclipse.jdt-66ffda3695799e7c8de983896e0559388426005d.zip | |
Fixed bug 389903: POM update - Include source features in CBI build
| -rw-r--r-- | org.eclipse.jdt-feature/pom.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/org.eclipse.jdt-feature/pom.xml b/org.eclipse.jdt-feature/pom.xml index c025317..1967010 100644 --- a/org.eclipse.jdt-feature/pom.xml +++ b/org.eclipse.jdt-feature/pom.xml @@ -27,26 +27,6 @@ <build> <plugins> <plugin> - <groupId>org.eclipse.tycho.extras</groupId> - <artifactId>tycho-source-feature-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <id>source-feature</id> - <goals> - <goal>source-feature</goal> - </goals> - <configuration> - <excludes> - <plugin id="org.eclipse.jdt" /> - <plugin id="org.junit4" /> - <plugin id="org.eclipse.jdt.doc.user" /> - </excludes> - </configuration> - </execution> - </executions> - </plugin> - <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-p2-plugin</artifactId> <version>${tycho.version}</version> |
