Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-07-04 21:37:32 +0000
committermkersten2006-07-04 21:37:32 +0000
commitd9c1f5ecf369c732995596d8f3c071347239e024 (patch)
tree9dacd8f0fd6db99dad1e36b09ce453b105b3ec07 /org.eclipse.mylyn.bugzilla.core/build.properties
parent01c37166db96d25c438396ad3febc2e16dec4026 (diff)
downloadorg.eclipse.mylyn.tasks-d9c1f5ecf369c732995596d8f3c071347239e024.tar.gz
org.eclipse.mylyn.tasks-d9c1f5ecf369c732995596d8f3c071347239e024.tar.xz
org.eclipse.mylyn.tasks-d9c1f5ecf369c732995596d8f3c071347239e024.zip
Completed: 149344: Mylar packaging - remove nested jar files
https://bugs.eclipse.org/bugs/show_bug.cgi?id=149344
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core/build.properties')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/build.properties18
1 files changed, 3 insertions, 15 deletions
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/

Back to the top