Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-10-19 20:35:29 +0000
committerRyan D. Brooks2010-10-19 20:35:29 +0000
commit5216581dfe730858d5b8755b09bf26e8b7c6e7e6 (patch)
tree348850429891e1edbc9b420bb94ac09ec9089326 /plugins/org.eclipse.osee.coverage
parent11fef9dbd0123123ec0d12699a7f5b355971e60b (diff)
downloadorg.eclipse.osee-5216581dfe730858d5b8755b09bf26e8b7c6e7e6.tar.gz
org.eclipse.osee-5216581dfe730858d5b8755b09bf26e8b7c6e7e6.tar.xz
org.eclipse.osee-5216581dfe730858d5b8755b09bf26e8b7c6e7e6.zip
bug[ats_M7TTD]: Source for runtime plugins missing from release
Diffstat (limited to 'plugins/org.eclipse.osee.coverage')
-rw-r--r--plugins/org.eclipse.osee.coverage/build.properties7
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.coverage/build.properties b/plugins/org.eclipse.osee.coverage/build.properties
index 3ea820db0ae..80bd2ff182b 100644
--- a/plugins/org.eclipse.osee.coverage/build.properties
+++ b/plugins/org.eclipse.osee.coverage/build.properties
@@ -1,10 +1,9 @@
+source.. = src/,\
+ src-gen/
+output.. = bin/
bin.includes = plugin.xml,\
images/,\
META-INF/,\
- src/,\
support/,\
.,\
schema/
-source.. = src/,\
- src-gen/
-output.. = bin/

Back to the top