Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-12-31 15:08:53 +0000
committermkersten2005-12-31 15:08:53 +0000
commitf313e39c1e59d69c65b78c752fef25cfa7048c0f (patch)
tree20707ba0e17a6dacdc2a418cd8431bdfdab6d84a
parente0b67db1e904e43b21ff4527914a78804446273b (diff)
downloadorg.eclipse.mylyn.tasks-f313e39c1e59d69c65b78c752fef25cfa7048c0f.tar.gz
org.eclipse.mylyn.tasks-f313e39c1e59d69c65b78c752fef25cfa7048c0f.tar.xz
org.eclipse.mylyn.tasks-f313e39c1e59d69c65b78c752fef25cfa7048c0f.zip
Progress on: update j2se-1.5 compliance settings
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/build.properties1
-rw-r--r--org.eclipse.mylyn.bugzilla.core/build.properties1
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/build.properties1
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/build.properties1
-rw-r--r--org.eclipse.mylyn.help.ui/.classpath1
-rw-r--r--org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF1
-rw-r--r--org.eclipse.mylyn.help.ui/build.properties4
-rw-r--r--org.eclipse.mylyn.help.ui/src/empty.txt0
-rw-r--r--org.eclipse.mylyn.tasks.core/build.properties1
-rw-r--r--org.eclipse.mylyn.tasks.tests/build.properties1
-rw-r--r--org.eclipse.mylyn.tasks.ui/build.properties1
11 files changed, 8 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.bugzilla-feature/build.properties b/org.eclipse.mylyn.bugzilla-feature/build.properties
index 4e728a03d..69b877f71 100644
--- a/org.eclipse.mylyn.bugzilla-feature/build.properties
+++ b/org.eclipse.mylyn.bugzilla-feature/build.properties
@@ -16,3 +16,4 @@ src.includes = epl-v10.html,\
feature.xml,\
license.html,\
about.html
+jre.compilation.profile = J2SE-1.5
diff --git a/org.eclipse.mylyn.bugzilla.core/build.properties b/org.eclipse.mylyn.bugzilla.core/build.properties
index 14337764d..e67e26cd8 100644
--- a/org.eclipse.mylyn.bugzilla.core/build.properties
+++ b/org.eclipse.mylyn.bugzilla.core/build.properties
@@ -32,3 +32,4 @@ src.includes = META-INF/,\
jars.compile.order = bugzilla-core.jar
source.bugzilla-core.jar = src/
output.bugzilla-core.jar = bin/
+jre.compilation.profile = J2SE-1.5
diff --git a/org.eclipse.mylyn.bugzilla.tests/build.properties b/org.eclipse.mylyn.bugzilla.tests/build.properties
index 915075910..f084a551e 100644
--- a/org.eclipse.mylyn.bugzilla.tests/build.properties
+++ b/org.eclipse.mylyn.bugzilla.tests/build.properties
@@ -19,3 +19,4 @@ src.includes = src/,\
plugin.xml,\
about.html,\
META-INF/
+jre.compilation.profile = J2SE-1.5
diff --git a/org.eclipse.mylyn.bugzilla.ui/build.properties b/org.eclipse.mylyn.bugzilla.ui/build.properties
index 4d6b8f012..cac56a6f2 100644
--- a/org.eclipse.mylyn.bugzilla.ui/build.properties
+++ b/org.eclipse.mylyn.bugzilla.ui/build.properties
@@ -30,3 +30,4 @@ src.includes = src/,\
toc.xml,\
bugzilla_contexts.xml,\
doc/
+jre.compilation.profile = J2SE-1.5
diff --git a/org.eclipse.mylyn.help.ui/.classpath b/org.eclipse.mylyn.help.ui/.classpath
index 1bdfad39c..ddf0f401d 100644
--- a/org.eclipse.mylyn.help.ui/.classpath
+++ b/org.eclipse.mylyn.help.ui/.classpath
@@ -2,6 +2,5 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
index 096380b5f..a77ab8c5c 100644
--- a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
@@ -6,4 +6,3 @@ Bundle-Version: 0.4.6.1
Bundle-Localization: plugin
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
-Bundle-ClassPath: mylar-doc.jar
diff --git a/org.eclipse.mylyn.help.ui/build.properties b/org.eclipse.mylyn.help.ui/build.properties
index 34d33e22d..cc6b7ac03 100644
--- a/org.eclipse.mylyn.help.ui/build.properties
+++ b/org.eclipse.mylyn.help.ui/build.properties
@@ -8,10 +8,7 @@
# Contributors:
# University Of British Columbia - initial API and implementation
###############################################################################
-source.mylar-doc.jar = src/
-output.mylar-doc.jar = bin/
bin.includes = plugin.xml,\
- mylar-doc.jar,\
META-INF/,\
toc.xml,\
about.html,\
@@ -26,3 +23,4 @@ src.includes = META-INF/,\
book.css,\
developer/,\
doc/
+jars.compile.order =
diff --git a/org.eclipse.mylyn.help.ui/src/empty.txt b/org.eclipse.mylyn.help.ui/src/empty.txt
deleted file mode 100644
index e69de29bb..000000000
--- a/org.eclipse.mylyn.help.ui/src/empty.txt
+++ /dev/null
diff --git a/org.eclipse.mylyn.tasks.core/build.properties b/org.eclipse.mylyn.tasks.core/build.properties
index e90142af2..562399762 100644
--- a/org.eclipse.mylyn.tasks.core/build.properties
+++ b/org.eclipse.mylyn.tasks.core/build.properties
@@ -17,3 +17,4 @@ output.mylar-bugs.jar = bin/
src.includes = plugin.xml,\
src/,\
META-INF/
+jre.compilation.profile = J2SE-1.5
diff --git a/org.eclipse.mylyn.tasks.tests/build.properties b/org.eclipse.mylyn.tasks.tests/build.properties
index e1085ddef..de0b15d28 100644
--- a/org.eclipse.mylyn.tasks.tests/build.properties
+++ b/org.eclipse.mylyn.tasks.tests/build.properties
@@ -17,3 +17,4 @@ output.mylar-tasklist-tests.jar = bin/
src.includes = about.html,\
src/,\
META-INF/
+jre.compilation.profile = J2SE-1.5
diff --git a/org.eclipse.mylyn.tasks.ui/build.properties b/org.eclipse.mylyn.tasks.ui/build.properties
index 6313d6da2..1e68b58db 100644
--- a/org.eclipse.mylyn.tasks.ui/build.properties
+++ b/org.eclipse.mylyn.tasks.ui/build.properties
@@ -34,3 +34,4 @@ src.includes = icons/,\
jars.compile.order = mylar-tasklist.jar
source.mylar-tasklist.jar = src/
output.mylar-tasklist.jar = bin/
+jre.compilation.profile = J2SE-1.5

Back to the top