Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.ui.examples.readmetool/pom.xml')
-rw-r--r--examples/org.eclipse.ui.examples.readmetool/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/org.eclipse.ui.examples.readmetool/pom.xml b/examples/org.eclipse.ui.examples.readmetool/pom.xml
index 05a93544510..2a3459f14ec 100644
--- a/examples/org.eclipse.ui.examples.readmetool/pom.xml
+++ b/examples/org.eclipse.ui.examples.readmetool/pom.xml
@@ -23,4 +23,16 @@
<artifactId>org.eclipse.ui.examples.readmetool</artifactId>
<version>3.3.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <configuration>
+ <!-- observed Juno compile target -->
+ <executionEnvironment>J2SE-1.4</executionEnvironment>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>

Back to the top