Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2009-04-26 16:52:43 +0000
committerEike Stepper2009-04-26 16:52:43 +0000
commit75b5e955a062d69c87d49975e2292688fae47a88 (patch)
tree2243cf53ec5dfebe933905ecf452d0343745a291 /plugins/org.gastro.business.edit/build.properties
parentd2fb30e856c3bd7d0bdc0ebdd66c2b7bb5a632b0 (diff)
downloadcdo-75b5e955a062d69c87d49975e2292688fae47a88.tar.gz
cdo-75b5e955a062d69c87d49975e2292688fae47a88.tar.xz
cdo-75b5e955a062d69c87d49975e2292688fae47a88.zip
[273726] Publish "Gastro" Examples
https://bugs.eclipse.org/bugs/show_bug.cgi?id=273726
Diffstat (limited to 'plugins/org.gastro.business.edit/build.properties')
-rw-r--r--plugins/org.gastro.business.edit/build.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/org.gastro.business.edit/build.properties b/plugins/org.gastro.business.edit/build.properties
new file mode 100644
index 0000000000..6a83a2ff20
--- /dev/null
+++ b/plugins/org.gastro.business.edit/build.properties
@@ -0,0 +1,17 @@
+
+# <copyright>
+# </copyright>
+#
+# $Id: build.properties,v 1.1 2009-04-26 16:52:39 estepper Exp $
+
+bin.includes = .,\
+ icons/,\
+ META-INF/,\
+ plugin.xml,\
+ plugin.properties,\
+ copyright.txt,\
+ epl-v10.html,\
+ license.html
+jars.compile.order = .
+source.. = src/
+output.. = bin/

Back to the top