Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-06-04 11:59:12 +0000
committerSteffen Pingel2012-06-04 11:59:12 +0000
commit87a55743c4752c4c89690f8b6e7b41b826ae6dbf (patch)
treece022eaae8eb133a98bba7cc6f6bd6f1a5f1e0e9
parentff931827499507008149c97c1f4448e1211a348b (diff)
downloadorg.eclipse.mylyn.tasks-87a55743c4752c4c89690f8b6e7b41b826ae6dbf.tar.gz
org.eclipse.mylyn.tasks-87a55743c4752c4c89690f8b6e7b41b826ae6dbf.tar.xz
org.eclipse.mylyn.tasks-87a55743c4752c4c89690f8b6e7b41b826ae6dbf.zip
NEW - bug 381561: update build to use Tycho 0.15
https://bugs.eclipse.org/bugs/show_bug.cgi?id=381561
-rw-r--r--org.eclipse.mylyn.bugzilla.core/.classpath8
-rw-r--r--org.eclipse.mylyn.bugzilla.core/.settings/org.eclipse.jdt.core.prefs3
-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.tasks.bugs/build.properties1
-rw-r--r--org.eclipse.mylyn.tasks.core/build.properties1
-rw-r--r--org.eclipse.mylyn.tasks.search/build.properties1
-rw-r--r--org.eclipse.mylyn.tasks.tests/build.properties1
-rw-r--r--org.eclipse.mylyn.tasks.ui/build.properties1
-rw-r--r--org.eclipse.mylyn.tests.util/build.properties1
11 files changed, 2 insertions, 18 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/.classpath b/org.eclipse.mylyn.bugzilla.core/.classpath
index 6fe19812c..7d61ceb2d 100644
--- a/org.eclipse.mylyn.bugzilla.core/.classpath
+++ b/org.eclipse.mylyn.bugzilla.core/.classpath
@@ -1,15 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <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="con" path="org.eclipse.pde.core.requiredPlugins">
<accessrules>
<accessrule kind="nonaccessible" pattern="**/System"/>
</accessrules>
</classpathentry>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
- <accessrules>
- <accessrule kind="nonaccessible" pattern="com/sun/**"/>
- </accessrules>
- </classpathentry>
+ <classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/org.eclipse.mylyn.bugzilla.core/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.mylyn.bugzilla.core/.settings/org.eclipse.jdt.core.prefs
index 104eb1a23..2c43cda2b 100644
--- a/org.eclipse.mylyn.bugzilla.core/.settings/org.eclipse.jdt.core.prefs
+++ b/org.eclipse.mylyn.bugzilla.core/.settings/org.eclipse.jdt.core.prefs
@@ -1,4 +1,3 @@
-#Wed Mar 02 16:00:04 PST 2011
eclipse.preferences.version=1
org.eclipse.jdt.core.codeComplete.argumentPrefixes=
org.eclipse.jdt.core.codeComplete.argumentSuffixes=
@@ -162,10 +161,8 @@ org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false
org.eclipse.jdt.core.formatter.indentation.size=4
-org.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
-org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=insert
diff --git a/org.eclipse.mylyn.bugzilla.core/build.properties b/org.eclipse.mylyn.bugzilla.core/build.properties
index bf1dca384..d117b93a7 100644
--- a/org.eclipse.mylyn.bugzilla.core/build.properties
+++ b/org.eclipse.mylyn.bugzilla.core/build.properties
@@ -13,5 +13,4 @@ bin.includes = META-INF/,\
plugin.properties
src.includes = about.html,\
schema/
-jre.compilation.profile = J2SE-1.5
source.. = src/
diff --git a/org.eclipse.mylyn.bugzilla.tests/build.properties b/org.eclipse.mylyn.bugzilla.tests/build.properties
index a0c957c03..54744fc8e 100644
--- a/org.eclipse.mylyn.bugzilla.tests/build.properties
+++ b/org.eclipse.mylyn.bugzilla.tests/build.properties
@@ -13,4 +13,3 @@ bin.includes = .,\
source.. = src/
output.. = bin/
src.includes = about.html
-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 e061b4d0c..d61ecea86 100644
--- a/org.eclipse.mylyn.bugzilla.ui/build.properties
+++ b/org.eclipse.mylyn.bugzilla.ui/build.properties
@@ -13,5 +13,4 @@ bin.includes = META-INF/,\
.,\
plugin.properties
src.includes = about.html
-jre.compilation.profile = J2SE-1.5
source.. = src/
diff --git a/org.eclipse.mylyn.tasks.bugs/build.properties b/org.eclipse.mylyn.tasks.bugs/build.properties
index 0377994f3..9be83f3fa 100644
--- a/org.eclipse.mylyn.tasks.bugs/build.properties
+++ b/org.eclipse.mylyn.tasks.bugs/build.properties
@@ -15,5 +15,4 @@ bin.includes = META-INF/,\
schema/
src.includes = about.html,\
schema/
-jre.compilation.profile = J2SE-1.5
source.. = src/
diff --git a/org.eclipse.mylyn.tasks.core/build.properties b/org.eclipse.mylyn.tasks.core/build.properties
index 92c92c407..d8c42eba4 100644
--- a/org.eclipse.mylyn.tasks.core/build.properties
+++ b/org.eclipse.mylyn.tasks.core/build.properties
@@ -14,5 +14,4 @@ bin.includes = META-INF/,\
about.ini
src.includes = about.html,\
schema/
-jre.compilation.profile = J2SE-1.5
source.. = src/
diff --git a/org.eclipse.mylyn.tasks.search/build.properties b/org.eclipse.mylyn.tasks.search/build.properties
index b3f288992..778919d30 100644
--- a/org.eclipse.mylyn.tasks.search/build.properties
+++ b/org.eclipse.mylyn.tasks.search/build.properties
@@ -12,5 +12,4 @@ bin.includes = about.html,\
META-INF/,\
plugin.properties
src.includes = about.html
-jre.compilation.profile = J2SE-1.5
source.. = src/
diff --git a/org.eclipse.mylyn.tasks.tests/build.properties b/org.eclipse.mylyn.tasks.tests/build.properties
index aa712042c..5959cccf4 100644
--- a/org.eclipse.mylyn.tasks.tests/build.properties
+++ b/org.eclipse.mylyn.tasks.tests/build.properties
@@ -13,4 +13,3 @@ bin.includes = META-INF/,\
source.. = src/
output.. = bin/
src.includes = about.html
-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 7fd85e70c..6472be2f2 100644
--- a/org.eclipse.mylyn.tasks.ui/build.properties
+++ b/org.eclipse.mylyn.tasks.ui/build.properties
@@ -14,7 +14,6 @@ bin.includes = about.html,\
plugin.properties
src.includes = about.html,\
schema/
-jre.compilation.profile = J2SE-1.5
source.. = src/
jars.extra.classpath = platform:/plugin/org.eclipse.ui.navigator,platform:/plugin/org.eclipse.mylyn.discovery.ui
diff --git a/org.eclipse.mylyn.tests.util/build.properties b/org.eclipse.mylyn.tests.util/build.properties
index 2032cb7ae..e84efd47f 100644
--- a/org.eclipse.mylyn.tests.util/build.properties
+++ b/org.eclipse.mylyn.tests.util/build.properties
@@ -11,5 +11,4 @@ bin.includes = META-INF/,\
src.includes = about.html
jars.compile.order = .
output.. = bin/
-jre.compilation.profile = J2SE-1.5
source.. = src/

Back to the top