Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF3
-rw-r--r--org.eclipse.mylyn.bugzilla.core/build.properties18
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF1
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/build.properties18
-rw-r--r--org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF1
-rw-r--r--org.eclipse.mylyn.tasks.core/build.properties18
-rw-r--r--org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF1
-rw-r--r--org.eclipse.mylyn.tasks.ui/build.properties18
8 files changed, 13 insertions, 65 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
index 0d1aefc34..d6347c76f 100644
--- a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
@@ -10,8 +10,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylar.core
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
-Bundle-ClassPath: bugzilla-core.jar,
- lib/commons-logging.jar,
+Bundle-ClassPath: lib/commons-logging.jar,
lib/commons-codec-1.3.jar,
lib/commons-httpclient-3.0.jar
Export-Package: org.apache.commons.httpclient,
diff --git a/org.eclipse.mylyn.bugzilla.core/build.properties b/org.eclipse.mylyn.bugzilla.core/build.properties
index c4bc1a8a8..a4af9070f 100644
--- a/org.eclipse.mylyn.bugzilla.core/build.properties
+++ b/org.eclipse.mylyn.bugzilla.core/build.properties
@@ -1,22 +1,10 @@
-###############################################################################
-# Copyright (c) 2003 - 2005 University Of British Columbia and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# University Of British Columbia - initial API and implementation
-###############################################################################
bin.includes = META-INF/,\
about.html,\
- bugzilla-core.jar,\
- lib/
+ lib/,\
+ .
src.includes = META-INF/,\
src/,\
about.html,\
lib/
-jars.compile.order = bugzilla-core.jar
-source.bugzilla-core.jar = src/
-output.bugzilla-core.jar = bin/
jre.compilation.profile = J2SE-1.5
+source.. = src/
diff --git a/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
index 48ae1c6fb..c3cd0f7f3 100644
--- a/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
@@ -30,5 +30,4 @@ Export-Package: org.eclipse.mylar.internal.bugzilla.ui,
org.eclipse.mylar.internal.bugzilla.ui.search,
org.eclipse.mylar.internal.bugzilla.ui.tasklist,
org.eclipse.mylar.internal.bugzilla.ui.wizard
-Bundle-ClassPath: bugzilla-ui.jar
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.eclipse.mylyn.bugzilla.ui/build.properties b/org.eclipse.mylyn.bugzilla.ui/build.properties
index 1ba129af7..efa779c19 100644
--- a/org.eclipse.mylyn.bugzilla.ui/build.properties
+++ b/org.eclipse.mylyn.bugzilla.ui/build.properties
@@ -1,23 +1,10 @@
-###############################################################################
-# Copyright (c) 2004 - 2005 University Of British Columbia and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# University Of British Columbia - initial API and implementation
-###############################################################################
bin.includes = META-INF/,\
- bugzilla-ui.jar,\
plugin.xml,\
icons/,\
about.html,\
doc/,\
- bugzilla-help.xml
-jars.compile.order = bugzilla-ui.jar
-source.bugzilla-ui.jar = src/
-output.bugzilla-ui.jar = bin/
+ bugzilla-help.xml,\
+ .
src.includes = src/,\
plugin.xml,\
META-INF/,\
@@ -25,3 +12,4 @@ src.includes = src/,\
icons/,\
doc/
jre.compilation.profile = J2SE-1.5
+source.. = src/
diff --git a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
index 25c09a102..a7d9f381e 100644
--- a/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.core/META-INF/MANIFEST.MF
@@ -33,6 +33,5 @@ Eclipse-AutoStart: true
Export-Package: org.eclipse.mylar.internal.bugs,
org.eclipse.mylar.internal.bugs.java,
org.eclipse.mylar.internal.bugs.search
-Bundle-ClassPath: mylar-bugs.jar
Bundle-Vendor: Eclipse.org
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.eclipse.mylyn.tasks.core/build.properties b/org.eclipse.mylyn.tasks.core/build.properties
index 562399762..a91b87352 100644
--- a/org.eclipse.mylyn.tasks.core/build.properties
+++ b/org.eclipse.mylyn.tasks.core/build.properties
@@ -1,20 +1,8 @@
-###############################################################################
-# Copyright (c) 2004 - 2005 University Of British Columbia and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# University Of British Columbia - initial API and implementation
-###############################################################################
bin.includes = META-INF/,\
- mylar-bugs.jar,\
- plugin.xml
-jars.compile.order = mylar-bugs.jar
-source.mylar-bugs.jar = src/
-output.mylar-bugs.jar = bin/
+ plugin.xml,\
+ .
src.includes = plugin.xml,\
src/,\
META-INF/
jre.compilation.profile = J2SE-1.5
+source.. = src/
diff --git a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
index fc8d5a7a9..2948cd106 100644
--- a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
@@ -19,7 +19,6 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.workbench.texteditor
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
-Bundle-ClassPath: mylar-tasklist.jar
Export-Package: org.eclipse.mylar.internal.tasklist,
org.eclipse.mylar.internal.tasklist.planner,
org.eclipse.mylar.internal.tasklist.planner.ui,
diff --git a/org.eclipse.mylyn.tasks.ui/build.properties b/org.eclipse.mylyn.tasks.ui/build.properties
index 44358eedc..e4822fff2 100644
--- a/org.eclipse.mylyn.tasks.ui/build.properties
+++ b/org.eclipse.mylyn.tasks.ui/build.properties
@@ -1,20 +1,10 @@
-###############################################################################
-# Copyright (c) 2004 - 2005 University Of British Columbia and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# University Of British Columbia - initial API and implementation
-###############################################################################
bin.includes = plugin.xml,\
icons/,\
- mylar-tasklist.jar,\
META-INF/,\
about.html,\
schema/,\
- doc/
+ doc/,\
+ .
src.includes = icons/,\
plugin.xml,\
src/,\
@@ -22,7 +12,5 @@ src.includes = icons/,\
schema/,\
about.html,\
doc/
-jars.compile.order = mylar-tasklist.jar
-source.mylar-tasklist.jar = src/
-output.mylar-tasklist.jar = bin/
jre.compilation.profile = J2SE-1.5
+source.. = src/

Back to the top