Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-01-22 18:36:52 +0000
committerThomas Watson2013-01-22 18:36:52 +0000
commit34499883d8d54b5965136d5ebb399550ab98ec57 (patch)
treef1719f4254194f3ba28b077910566204c0535e5b
parentea7025468bda5138d6ba74c3b4b11233d66caf4d (diff)
downloadrt.equinox.framework-34499883d8d54b5965136d5ebb399550ab98ec57.tar.gz
rt.equinox.framework-34499883d8d54b5965136d5ebb399550ab98ec57.tar.xz
rt.equinox.framework-34499883d8d54b5965136d5ebb399550ab98ec57.zip
Bug 398830 - remove jsr14 from pom files of projects using Java 5 v20130122-183652
-rw-r--r--bundles/org.eclipse.osgi/pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/bundles/org.eclipse.osgi/pom.xml b/bundles/org.eclipse.osgi/pom.xml
index 83358a29f..1a439455c 100644
--- a/bundles/org.eclipse.osgi/pom.xml
+++ b/bundles/org.eclipse.osgi/pom.xml
@@ -24,21 +24,4 @@
<artifactId>org.eclipse.osgi</artifactId>
<version>3.9.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>jsr14</target>
- <compilerArguments>
- <inlineJSR/>
- <enableJavadoc/>
- <encoding>ISO-8859-1</encoding>
- </compilerArguments>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>

Back to the top