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.tasks.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.tasks.core/build.properties')
-rw-r--r--org.eclipse.mylyn.tasks.core/build.properties18
1 files changed, 3 insertions, 15 deletions
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/

Back to the top