Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2007-07-18 20:56:50 +0000
committermtaal2007-07-18 20:56:50 +0000
commitf0379beac4312ec98203584ee88d9eebc0d818ed (patch)
treee2e9ebc247391de59f1244c5a4c3fb1397c6571b /tests/org.eclipse.emf.teneo.hibernate.test/build.properties
parent5313eb41eb3f61b9acbe5be1e596f70021bd03a2 (diff)
downloadorg.eclipse.emf.teneo-f0379beac4312ec98203584ee88d9eebc0d818ed.tar.gz
org.eclipse.emf.teneo-f0379beac4312ec98203584ee88d9eebc0d818ed.tar.xz
org.eclipse.emf.teneo-f0379beac4312ec98203584ee88d9eebc0d818ed.zip
Changed location of test.hbm.xmlbuild_200707181657
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/build.properties')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/build.properties8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/build.properties b/tests/org.eclipse.emf.teneo.hibernate.test/build.properties
index e969b177f..a9184cd9c 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/build.properties
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/build.properties
@@ -1,7 +1,7 @@
# <copyright>
# </copyright>
#
-# $Id: build.properties,v 1.14 2007/07/18 18:57:14 mtaal Exp $
+# $Id: build.properties,v 1.15 2007/07/18 20:56:50 mtaal Exp $
bin.includes = .,\
META-INF/,\
@@ -10,10 +10,12 @@ bin.includes = .,\
src/dbadapters.properties,\
hbm/,\
src/log4j.properties,\
- test.xml
+ test.xml,\
+ src/org/eclipse/emf/teneo/hibernate/test/emf/test.hbm.xml
jars.compile.order = .
source.. = src/
output.. = bin/
javacSource=1.5
javacTarget=1.5
-src.includes = hbm/
+src.includes = hbm/,\
+ src/org/eclipse/emf/teneo/hibernate/test/emf/test.hbm.xml

Back to the top