Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'oprofile/org.eclipse.linuxtools.oprofile.launch/build.properties')
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.launch/build.properties15
1 files changed, 15 insertions, 0 deletions
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.launch/build.properties b/oprofile/org.eclipse.linuxtools.oprofile.launch/build.properties
new file mode 100644
index 0000000000..3268fa63fa
--- /dev/null
+++ b/oprofile/org.eclipse.linuxtools.oprofile.launch/build.properties
@@ -0,0 +1,15 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ plugin.xml,\
+ plugin.properties,\
+ icons/,\
+ about.html
+src.includes = META-INF/,\
+ about.html,\
+ icons/,\
+ plugin.properties,\
+ plugin.xml,\
+ src/
+individualSourceBundles=true

Back to the top