Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ross2013-10-09 19:35:28 +0000
committerJohn Ross2013-10-21 19:33:52 +0000
commit9bad48bb69e65d005e81b78b51e76af93fd436d3 (patch)
tree6f3e1fd458324fddaf9e38f35fe42f3b6d2a3c7a /bundles/org.eclipse.equinox.transforms.hook/pom.xml
parentffc01eb1a49bf6df176f646d8d30c6a39179fb12 (diff)
downloadrt.equinox.bundles-9bad48bb69e65d005e81b78b51e76af93fd436d3.tar.gz
rt.equinox.bundles-9bad48bb69e65d005e81b78b51e76af93fd436d3.tar.xz
rt.equinox.bundles-9bad48bb69e65d005e81b78b51e76af93fd436d3.zip
Bug 418663 - [transforms.hooks] Get rid of compile warnings in official build
Update jdt core prefs to org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=disabled. Change BREE from 1.4 to 1.6. Remove <executionEnvironment>J2SE-1.5</executionEnvironment> workaround from pom. Genericize the code to remove all warnings related to generics. Fix non-externalized string literal. Update copyrights.
Diffstat (limited to 'bundles/org.eclipse.equinox.transforms.hook/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.transforms.hook/pom.xml16
1 files changed, 1 insertions, 15 deletions
diff --git a/bundles/org.eclipse.equinox.transforms.hook/pom.xml b/bundles/org.eclipse.equinox.transforms.hook/pom.xml
index bcf4b777e..5b87fadf4 100644
--- a/bundles/org.eclipse.equinox.transforms.hook/pom.xml
+++ b/bundles/org.eclipse.equinox.transforms.hook/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ Copyright (c) 2012, 2013 Eclipse Foundation.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -21,18 +21,4 @@
<artifactId>org.eclipse.equinox.transforms.hook</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <configuration>
- <!-- workaround for build issue
- Missing Constraint: Bundle-RequiredExecutionEnvironment: J2SE-1.5 -->
- <executionEnvironment>J2SE-1.5</executionEnvironment>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>

Back to the top