Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2009-06-08 15:47:49 +0000
committermtaal2009-06-08 15:47:49 +0000
commit96b8e9b2710a02aaa836142d1740264c22a03808 (patch)
tree77bf0e257976f1875990886962b8db74e5ee8000
parent7410efffad386672ed38903ce79f51cf1f9a407a (diff)
downloadorg.eclipse.emf.teneo-96b8e9b2710a02aaa836142d1740264c22a03808.tar.gz
org.eclipse.emf.teneo-96b8e9b2710a02aaa836142d1740264c22a03808.tar.xz
org.eclipse.emf.teneo-96b8e9b2710a02aaa836142d1740264c22a03808.zip
Updated build.properties with license and other files for src.includes
-rw-r--r--plugins/org.eclipse.emf.teneo.hibernate.mapper/build.properties7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/build.properties b/plugins/org.eclipse.emf.teneo.hibernate.mapper/build.properties
index d0eb6e59b..eb81d5f47 100644
--- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/build.properties
+++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/build.properties
@@ -12,6 +12,11 @@ bin.includes = plugin.properties,\
src.includes = about.html,\
epl-v10.html,\
copyright.txt,\
- model/
+ model/,\
+ about.ini,\
+ about.properties,\
+ license.html,\
+ modeling32.png,\
+ plugin.properties
javacSource=1.5
javacTarget=1.5

Back to the top