Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.swt.examples.browser/build.properties')
-rw-r--r--examples/org.eclipse.swt.examples.browser/build.properties20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/org.eclipse.swt.examples.browser/build.properties b/examples/org.eclipse.swt.examples.browser/build.properties
new file mode 100644
index 0000000000..818e48379c
--- /dev/null
+++ b/examples/org.eclipse.swt.examples.browser/build.properties
@@ -0,0 +1,20 @@
+###############################################################################
+# Copyright (c) 2000, 2003 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Common Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/cpl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+bin.includes = doc-html/,\
+ icons/,\
+ plugin.properties,\
+ plugin.xml,\
+ about.html,\
+ *.jar
+
+src.includes = about.html
+
+source.browserexample.jar = src/

Back to the top