Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrbrooks2009-06-17 20:49:40 +0000
committerrbrooks2009-06-17 20:49:40 +0000
commitef3eb4d17526fde142d9d978c5f610c1ac3521c9 (patch)
treefb1112b936c715de462cc28168d47675b8029c28 /org.eclipse.osee.ote.define/build.properties
parent7677339aac69b035dbf0ab931b655f23cac377cf (diff)
downloadorg.eclipse.osee-ef3eb4d17526fde142d9d978c5f610c1ac3521c9.tar.gz
org.eclipse.osee-ef3eb4d17526fde142d9d978c5f610c1ac3521c9.tar.xz
org.eclipse.osee-ef3eb4d17526fde142d9d978c5f610c1ac3521c9.zip
OSEE Test Environment Initial Contribution [CQ#: 3218]
Diffstat (limited to 'org.eclipse.osee.ote.define/build.properties')
-rw-r--r--org.eclipse.osee.ote.define/build.properties11
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.osee.ote.define/build.properties b/org.eclipse.osee.ote.define/build.properties
new file mode 100644
index 00000000000..1e8a0318fac
--- /dev/null
+++ b/org.eclipse.osee.ote.define/build.properties
@@ -0,0 +1,11 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ plugin.xml,\
+ images/,\
+ support/
+src.includes = plugin.xml,\
+ images/,\
+ META-INF/,\
+ support/ \ No newline at end of file

Back to the top