Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-01-22 18:39:02 +0000
committerThomas Watson2013-01-22 18:39:02 +0000
commit6f750e799e38f18edc2433b8b5ecdfba699cb70a (patch)
treed2517f1e1a456766d713aabb27c9b74ae357656c
parent3abb4d814e6745377c8bfd7c3466b3cd938470f2 (diff)
downloadrt.equinox.bundles-6f750e799e38f18edc2433b8b5ecdfba699cb70a.tar.gz
rt.equinox.bundles-6f750e799e38f18edc2433b8b5ecdfba699cb70a.tar.xz
rt.equinox.bundles-6f750e799e38f18edc2433b8b5ecdfba699cb70a.zip
Bug 398830 - remove jsr14 from pom files of projects using Java 5v20130122-183902
-rw-r--r--bundles/org.eclipse.equinox.event/pom.xml13
-rw-r--r--bundles/org.eclipse.equinox.metatype/pom.xml13
2 files changed, 0 insertions, 26 deletions
diff --git a/bundles/org.eclipse.equinox.event/pom.xml b/bundles/org.eclipse.equinox.event/pom.xml
index 0123f2937..a379bdcfa 100644
--- a/bundles/org.eclipse.equinox.event/pom.xml
+++ b/bundles/org.eclipse.equinox.event/pom.xml
@@ -24,17 +24,4 @@
<artifactId>org.eclipse.equinox.event</artifactId>
<version>1.3.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>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>
diff --git a/bundles/org.eclipse.equinox.metatype/pom.xml b/bundles/org.eclipse.equinox.metatype/pom.xml
index 27c9cbf24..c7d09e67b 100644
--- a/bundles/org.eclipse.equinox.metatype/pom.xml
+++ b/bundles/org.eclipse.equinox.metatype/pom.xml
@@ -24,17 +24,4 @@
<artifactId>org.eclipse.equinox.metatype</artifactId>
<version>1.3.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>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>

Back to the top