Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.swtbot.swt.finder.test/build.properties')
-rw-r--r--org.eclipse.swtbot.swt.finder.test/build.properties9
1 files changed, 2 insertions, 7 deletions
diff --git a/org.eclipse.swtbot.swt.finder.test/build.properties b/org.eclipse.swtbot.swt.finder.test/build.properties
index 9bc59bdd..cb11aff2 100644
--- a/org.eclipse.swtbot.swt.finder.test/build.properties
+++ b/org.eclipse.swtbot.swt.finder.test/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2008 Ketan Padegaonkar and others.
+# Copyright (c) 2008, 2010 Ketan Padegaonkar 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
@@ -13,12 +13,7 @@ bin.includes = META-INF/,\
LICENSE.EPL,\
about.html,\
src/
-src.includes = .classpath,\
- .project,\
- LICENSE.EPL,\
- META-INF/,\
- build.properties,\
- src/,\
+src.includes = LICENSE.EPL,\
about.html
source.. = src/
jars.compile.order = .

Back to the top