Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.swtbot.eclipse.dsl/build.properties')
-rw-r--r--org.eclipse.swtbot.eclipse.dsl/build.properties15
1 files changed, 10 insertions, 5 deletions
diff --git a/org.eclipse.swtbot.eclipse.dsl/build.properties b/org.eclipse.swtbot.eclipse.dsl/build.properties
index 9d0c8c98..9025deb5 100644
--- a/org.eclipse.swtbot.eclipse.dsl/build.properties
+++ b/org.eclipse.swtbot.eclipse.dsl/build.properties
@@ -1,11 +1,16 @@
+###############################################################################
+# Copyright (c) 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
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Ketan Padegaonkar - initial API and implementation
+###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
src/,\
.settings/
-src.includes = src/,\
- META-INF/,\
- .settings/,\
- .project,\
- .classpath

Back to the top