Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.core.ui/build.properties')
-rw-r--r--org.eclipse.m2e.core.ui/build.properties10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.m2e.core.ui/build.properties b/org.eclipse.m2e.core.ui/build.properties
new file mode 100644
index 00000000..48b033fc
--- /dev/null
+++ b/org.eclipse.m2e.core.ui/build.properties
@@ -0,0 +1,10 @@
+source.. = src/
+output.. = target/classes/
+bin.includes = META-INF/,\
+ .,\
+ OSGI-INF/,\
+ plugin.xml,\
+ plugin.properties,\
+ icons/,\
+ intro/,\
+ schema/

Back to the top