Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.osee.framework.skynet.core/build.properties')
-rw-r--r--org.eclipse.osee.framework.skynet.core/build.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.osee.framework.skynet.core/build.properties b/org.eclipse.osee.framework.skynet.core/build.properties
new file mode 100644
index 00000000000..01ad45d1628
--- /dev/null
+++ b/org.eclipse.osee.framework.skynet.core/build.properties
@@ -0,0 +1,12 @@
+bin.includes = META-INF/,\
+ plugin.xml,\
+ support/,\
+ images/,\
+ dbschemas/,\
+ .,\
+ schema/
+source.. = src/
+output.. = bin/
+jars.compile.order = .
+individualSourceBundles=true
+src.includes = src/

Back to the top