summaryrefslogtreecommitdiffstats
path: root/proxy/hibernate.cfg.xml
diff options
context:
space:
mode:
authorjesus m. rodriguez <jesusr@redhat.com>2009-11-03 15:16:25 -0500
committerjesus m. rodriguez <jesusr@redhat.com>2009-11-03 15:16:25 -0500
commit81d2c226332b8ec9bbe2e77f18026b2fc8151f06 (patch)
tree57de404d8f9691e70eef803c9b5ded9fd278a660 /proxy/hibernate.cfg.xml
parentacdb3a05863b4af12a4d52f6838ed60389b966c9 (diff)
downloadcandlepin-81d2c226332b8ec9bbe2e77f18026b2fc8151f06.tar.gz
candlepin-81d2c226332b8ec9bbe2e77f18026b2fc8151f06.tar.xz
candlepin-81d2c226332b8ec9bbe2e77f18026b2fc8151f06.zip
remove ^M from file
Diffstat (limited to 'proxy/hibernate.cfg.xml')
-rw-r--r--proxy/hibernate.cfg.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/proxy/hibernate.cfg.xml b/proxy/hibernate.cfg.xml
index e6f42bf..a14a12a 100644
--- a/proxy/hibernate.cfg.xml
+++ b/proxy/hibernate.cfg.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE hibernate-configuration PUBLIC
- "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
- "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
+<!DOCTYPE hibernate-configuration PUBLIC
+ "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
+ "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
<session-factory name="TestFactory">
<property name="hibernate.connection.driver_class">org.postgresql.Driver</property>
@@ -10,5 +10,5 @@
<property name="hibernate.connection.username">mmccune</property>
<property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property>
<property name="hibernate.default_schema">PUBLIC</property>
- </session-factory>
+ </session-factory>
</hibernate-configuration>