Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2009-06-08 15:48:15 +0000
committermtaal2009-06-08 15:48:15 +0000
commit8605c4703d81a3f5204da07f35d12242e59af98a (patch)
tree7174d1e41478de1fb8f664e9c718a425d6ab4a3a
parent636778a1080a8e135412b9dcc30a5a6d4c4a3cbb (diff)
downloadorg.eclipse.emf.teneo-8605c4703d81a3f5204da07f35d12242e59af98a.tar.gz
org.eclipse.emf.teneo-8605c4703d81a3f5204da07f35d12242e59af98a.tar.xz
org.eclipse.emf.teneo-8605c4703d81a3f5204da07f35d12242e59af98a.zip
Updated build.properties with license and other files for src.includes
-rw-r--r--examples/org.eclipse.emf.teneo.samples/build.properties7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/org.eclipse.emf.teneo.samples/build.properties b/examples/org.eclipse.emf.teneo.samples/build.properties
index 917fc6dfa..72533240a 100644
--- a/examples/org.eclipse.emf.teneo.samples/build.properties
+++ b/examples/org.eclipse.emf.teneo.samples/build.properties
@@ -81,6 +81,11 @@ bin.includes = plugin.properties,\
src.includes = about.html,\
epl-v10.html,\
copyright.txt,\
- src/org/eclipse/emf/teneo/test.hbm.xml
+ src/org/eclipse/emf/teneo/test.hbm.xml,\
+ about.ini,\
+ about.properties,\
+ license.html,\
+ modeling32.png,\
+ plugin.properties
javacSource=1.5
javacTarget=1.5

Back to the top