Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-11-30 22:37:39 +0000
committerRyan D. Brooks2010-11-30 22:37:39 +0000
commit2b868648b72fe368a803682e7cd1545a3e3cbced (patch)
tree7dc57eb35b8f8f3b544e2d37ac363415787765da
parent50245aaef5a26e17404f6af00d2d2aab9b691bb3 (diff)
downloadorg.eclipse.osee-2b868648b72fe368a803682e7cd1545a3e3cbced.tar.gz
org.eclipse.osee-2b868648b72fe368a803682e7cd1545a3e3cbced.tar.xz
org.eclipse.osee-2b868648b72fe368a803682e7cd1545a3e3cbced.zip
refactor: Update build properties
-rw-r--r--plugins/org.eclipse.osee.ats/build.properties3
-rw-r--r--plugins/org.eclipse.osee.coverage/build.properties3
-rw-r--r--plugins/org.eclipse.osee.define/build.properties3
3 files changed, 6 insertions, 3 deletions
diff --git a/plugins/org.eclipse.osee.ats/build.properties b/plugins/org.eclipse.osee.ats/build.properties
index 73c29c5c72a..c06df42236a 100644
--- a/plugins/org.eclipse.osee.ats/build.properties
+++ b/plugins/org.eclipse.osee.ats/build.properties
@@ -4,4 +4,5 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
images/,\
- support/
+ support/,\
+ schema/
diff --git a/plugins/org.eclipse.osee.coverage/build.properties b/plugins/org.eclipse.osee.coverage/build.properties
index 80bd2ff182b..a81941c4532 100644
--- a/plugins/org.eclipse.osee.coverage/build.properties
+++ b/plugins/org.eclipse.osee.coverage/build.properties
@@ -6,4 +6,5 @@ bin.includes = plugin.xml,\
META-INF/,\
support/,\
.,\
- schema/
+ schema/,\
+ jaxb/
diff --git a/plugins/org.eclipse.osee.define/build.properties b/plugins/org.eclipse.osee.define/build.properties
index 7a13e2174b2..9e5fb886694 100644
--- a/plugins/org.eclipse.osee.define/build.properties
+++ b/plugins/org.eclipse.osee.define/build.properties
@@ -5,4 +5,5 @@ bin.includes = plugin.xml,\
META-INF/,\
support/,\
.,\
- reference/
+ reference/,\
+ schema/

Back to the top