Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2007-07-18 18:57:12 +0000
committermtaal2007-07-18 18:57:12 +0000
commitff48b06feb045190b0c9c96ce003f32082586287 (patch)
tree1ab9801bf8b8a1c87b98ad1e299a9ad7fb781d31 /tests/org.eclipse.emf.teneo.hibernate.test/build.properties
parent29f866ac8549056fbd3e91ff0d4cd8b71c9b9dea (diff)
downloadorg.eclipse.emf.teneo-ff48b06feb045190b0c9c96ce003f32082586287.tar.gz
org.eclipse.emf.teneo-ff48b06feb045190b0c9c96ce003f32082586287.tar.xz
org.eclipse.emf.teneo-ff48b06feb045190b0c9c96ce003f32082586287.zip
Changed sql name strategy truncation to first remove vowels.
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, 3 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 9a85d6674..e969b177f 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/build.properties
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/build.properties
@@ -1,16 +1,16 @@
# <copyright>
# </copyright>
#
-# $Id: build.properties,v 1.13 2007/07/18 16:12:34 mtaal Exp $
+# $Id: build.properties,v 1.14 2007/07/18 18:57:14 mtaal Exp $
bin.includes = .,\
META-INF/,\
plugin.xml,\
plugin.properties,\
src/dbadapters.properties,\
- test.xml,\
hbm/,\
- src/log4j.properties
+ src/log4j.properties,\
+ test.xml
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top