Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.swt.examples.launcher/build.properties')
-rwxr-xr-xexamples/org.eclipse.swt.examples.launcher/build.properties8
1 files changed, 3 insertions, 5 deletions
diff --git a/examples/org.eclipse.swt.examples.launcher/build.properties b/examples/org.eclipse.swt.examples.launcher/build.properties
index 8a389fae55..571becbd0c 100755
--- a/examples/org.eclipse.swt.examples.launcher/build.properties
+++ b/examples/org.eclipse.swt.examples.launcher/build.properties
@@ -1,11 +1,9 @@
+source.launcher.jar = /org/,import.properties
+
bin.includes = doc/,\
doc-html/,\
icons/,\
schema/,\
plugin.properties,\
plugin.xml,\
- *.jar
-
-source.launcher.jar = org/,\
- import.properties
-
+ *.jar \ No newline at end of file

Back to the top