Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.cluster.rest/build.properties')
-rw-r--r--plugins/org.eclipse.osee.cluster.rest/build.properties7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.cluster.rest/build.properties b/plugins/org.eclipse.osee.cluster.rest/build.properties
new file mode 100644
index 00000000000..80e0032caae
--- /dev/null
+++ b/plugins/org.eclipse.osee.cluster.rest/build.properties
@@ -0,0 +1,7 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ OSGI-INF/
+additional.bundles = org.eclipse.osee.cluster,\
+ javax.ws.rs

Back to the top