Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/build.properties')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/build.properties18
1 files changed, 3 insertions, 15 deletions
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/

Back to the top