Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2007-07-12 19:07:23 +0000
committermtaal2007-07-12 19:07:23 +0000
commitee1b227a6862ea8505cbf5ecc5d5ca6ce04d98c5 (patch)
tree534b6b456a493c8ddf83831124e19f9ef4f36205 /tests/org.eclipse.emf.teneo.hibernate.test/build.properties
parent294e0e569bcb02ba8ea3eacad57158905345d694 (diff)
downloadorg.eclipse.emf.teneo-ee1b227a6862ea8505cbf5ecc5d5ca6ce04d98c5.tar.gz
org.eclipse.emf.teneo-ee1b227a6862ea8505cbf5ecc5d5ca6ce04d98c5.tar.xz
org.eclipse.emf.teneo-ee1b227a6862ea8505cbf5ecc5d5ca6ce04d98c5.zip
Included generated jdo/hbm files in the buildbuild_200707121518
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/build.properties')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/build.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/build.properties b/tests/org.eclipse.emf.teneo.hibernate.test/build.properties
index 7ccc3f63d..a54f551ea 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/build.properties
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/build.properties
@@ -1,16 +1,18 @@
# <copyright>
# </copyright>
#
-# $Id: build.properties,v 1.11 2007/02/10 00:14:11 mtaal Exp $
+# $Id: build.properties,v 1.12 2007/07/12 19:07:23 mtaal Exp $
bin.includes = .,\
META-INF/,\
plugin.xml,\
plugin.properties,\
src/dbadapters.properties,\
- test.xml
+ test.xml,\
+ hbm/
jars.compile.order = .
source.. = src/
output.. = bin/
javacSource=1.5
javacTarget=1.5
+src.includes = hbm/

Back to the top