Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2012-10-02 14:41:54 +0000
committerMarkus Keller2012-10-02 14:41:54 +0000
commitdacfb414350fa6dbef42265288085791bd968525 (patch)
tree01b99e3c8ea3fd1a2cab659bd0a6237cc9d468fb
parent40760d158b847b1937b82a36a9ebdfa4d6d0f9c5 (diff)
downloadeclipse.jdt-dacfb414350fa6dbef42265288085791bd968525.tar.gz
eclipse.jdt-dacfb414350fa6dbef42265288085791bd968525.tar.xz
eclipse.jdt-dacfb414350fa6dbef42265288085791bd968525.zip
Revert bad reversal
-rw-r--r--org.eclipse.jdt-feature/pom.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/org.eclipse.jdt-feature/pom.xml b/org.eclipse.jdt-feature/pom.xml
index cd07173..84970c0 100644
--- a/org.eclipse.jdt-feature/pom.xml
+++ b/org.eclipse.jdt-feature/pom.xml
@@ -43,6 +43,29 @@
</configuration>
</plugin>
<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>
+ <plugins>
+ <plugin id="org.eclipse.jdt.doc.isv" versionRange="0.0.0" />
+ </plugins>
+ <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>

Back to the top