Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilly Biggs2005-09-28 16:33:04 +0000
committerBilly Biggs2005-09-28 16:33:04 +0000
commit5e12e415a1711383584e2f197db6b0306a1f8796 (patch)
tree0a90df304d2f65d177c16b929d9fa9ba2ff83ec7 /examples/org.eclipse.swt.opengl.examples/build.properties
parent3e05aeb1942c9135b4c142365632995e0bdffe68 (diff)
downloadeclipse.platform.swt-5e12e415a1711383584e2f197db6b0306a1f8796.tar.gz
eclipse.platform.swt-5e12e415a1711383584e2f197db6b0306a1f8796.tar.xz
eclipse.platform.swt-5e12e415a1711383584e2f197db6b0306a1f8796.zip
Add a build.properties file, copied from org.eclipse.swt.examples.
Diffstat (limited to 'examples/org.eclipse.swt.opengl.examples/build.properties')
-rw-r--r--examples/org.eclipse.swt.opengl.examples/build.properties21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/org.eclipse.swt.opengl.examples/build.properties b/examples/org.eclipse.swt.opengl.examples/build.properties
new file mode 100644
index 0000000000..44b0578a08
--- /dev/null
+++ b/examples/org.eclipse.swt.opengl.examples/build.properties
@@ -0,0 +1,21 @@
+###############################################################################
+# 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 Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+bin.includes = doc-html/,\
+ plugin.properties,\
+ plugin.xml,\
+ about.html,\
+ swtexamples.jar
+
+src.includes = about.html,\
+ doc-html/,\
+ src/
+
+source.swtexamples.jar = src/

Back to the top