Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'framework/org.eclipse.mylyn.reviews.ui/build.properties')
-rw-r--r--framework/org.eclipse.mylyn.reviews.ui/build.properties8
1 files changed, 8 insertions, 0 deletions
diff --git a/framework/org.eclipse.mylyn.reviews.ui/build.properties b/framework/org.eclipse.mylyn.reviews.ui/build.properties
new file mode 100644
index 0000000..1af8807
--- /dev/null
+++ b/framework/org.eclipse.mylyn.reviews.ui/build.properties
@@ -0,0 +1,8 @@
+bin.includes = META-INF/,\
+ plugin.xml,\
+ .,\
+ icons/,\
+ about.html
+jars.compile.order = .
+source.. = src/
+output.. = bin/

Back to the top