Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMengxin Zhu2012-08-07 07:30:13 +0000
committerMengxin Zhu2012-08-07 07:30:13 +0000
commit510c5a8be00fc009f7af0bfcc81b4acd3c65f9e7 (patch)
tree451bc00b735683e4d4d0af4c316e598a31577a14
parent6242d3fba66d26efe3e860e2f08063585d6a27b4 (diff)
downloadrt.equinox.p2-510c5a8be00fc009f7af0bfcc81b4acd3c65f9e7.tar.gz
rt.equinox.p2-510c5a8be00fc009f7af0bfcc81b4acd3c65f9e7.tar.xz
rt.equinox.p2-510c5a8be00fc009f7af0bfcc81b4acd3c65f9e7.zip
Bug 386186 possibly wrong target class version of org.eclipse.equinox.p2.transport.ecfv20120807-073013
Set final class version in build.properties.
-rw-r--r--bundles/org.eclipse.equinox.p2.transport.ecf/.classpath2
-rw-r--r--bundles/org.eclipse.equinox.p2.transport.ecf/.project6
-rw-r--r--bundles/org.eclipse.equinox.p2.transport.ecf/build.properties4
3 files changed, 10 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.transport.ecf/.classpath b/bundles/org.eclipse.equinox.p2.transport.ecf/.classpath
index ad32c83a7..5e4c1fe99 100644
--- a/bundles/org.eclipse.equinox.p2.transport.ecf/.classpath
+++ b/bundles/org.eclipse.equinox.p2.transport.ecf/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/bundles/org.eclipse.equinox.p2.transport.ecf/.project b/bundles/org.eclipse.equinox.p2.transport.ecf/.project
index fb4698e85..cc09bd6f8 100644
--- a/bundles/org.eclipse.equinox.p2.transport.ecf/.project
+++ b/bundles/org.eclipse.equinox.p2.transport.ecf/.project
@@ -25,9 +25,15 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
</projectDescription>
diff --git a/bundles/org.eclipse.equinox.p2.transport.ecf/build.properties b/bundles/org.eclipse.equinox.p2.transport.ecf/build.properties
index 2b7b8ce57..3003345a7 100644
--- a/bundles/org.eclipse.equinox.p2.transport.ecf/build.properties
+++ b/bundles/org.eclipse.equinox.p2.transport.ecf/build.properties
@@ -16,4 +16,6 @@ bin.includes = META-INF/,\
OSGI-INF/,\
about.html,\
plugin.properties
-src.includes = about.html \ No newline at end of file
+src.includes = about.html
+javacTarget=jsr14
+

Back to the top