Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorafinkbein2008-07-28 20:48:05 +0000
committerafinkbein2008-07-28 20:48:05 +0000
commit3ae900473131d237153b8afdf8cef66e04eb743e (patch)
tree0c4c90de2fb232cafe657795bfa5ba83fe3e01e7
parent996f8965082545b6723795e1661cce1b918eb2c8 (diff)
downloadorg.eclipse.osee-3ae900473131d237153b8afdf8cef66e04eb743e.tar.gz
org.eclipse.osee-3ae900473131d237153b8afdf8cef66e04eb743e.tar.xz
org.eclipse.osee-3ae900473131d237153b8afdf8cef66e04eb743e.zip
-rw-r--r--org.eclipse.osee.framework.skynet.core/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.osee.framework.skynet.core/build.properties b/org.eclipse.osee.framework.skynet.core/build.properties
index 6c0550c605d..01ad45d1628 100644
--- a/org.eclipse.osee.framework.skynet.core/build.properties
+++ b/org.eclipse.osee.framework.skynet.core/build.properties
@@ -1,7 +1,6 @@
bin.includes = META-INF/,\
plugin.xml,\
support/,\
- src/,\
images/,\
dbschemas/,\
.,\
@@ -9,3 +8,5 @@ bin.includes = META-INF/,\
source.. = src/
output.. = bin/
jars.compile.order = .
+individualSourceBundles=true
+src.includes = src/

Back to the top