Author: steve.ebersole(a)jboss.com
Date: 2007-12-07 12:06:43 -0500 (Fri, 07 Dec 2007)
New Revision: 14228
Removed:
core/trunk/cache-jbosscache2/src/test/resources/hibernate.cfg.xml
Modified:
core/trunk/cache-jbosscache2/src/test/resources/treecache.xml
Log:
cleaning up test resources; source headers
Deleted: core/trunk/cache-jbosscache2/src/test/resources/hibernate.cfg.xml
===================================================================
--- core/trunk/cache-jbosscache2/src/test/resources/hibernate.cfg.xml 2007-12-07 17:03:04
UTC (rev 14227)
+++ core/trunk/cache-jbosscache2/src/test/resources/hibernate.cfg.xml 2007-12-07 17:06:43
UTC (rev 14228)
@@ -1,8 +0,0 @@
-<!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="foo">
- <property name="show_sql">true</property>
- <mapping resource="org/hibernate/test/legacy/Simple.hbm.xml"/>
- <class-cache class="org.hibernate.test.legacy.Simple"
region="Simple" usage="read-write"/>
- </session-factory>
-</hibernate-configuration>
\ No newline at end of file
Modified: core/trunk/cache-jbosscache2/src/test/resources/treecache.xml
===================================================================
--- core/trunk/cache-jbosscache2/src/test/resources/treecache.xml 2007-12-07 17:03:04 UTC
(rev 14227)
+++ core/trunk/cache-jbosscache2/src/test/resources/treecache.xml 2007-12-07 17:06:43 UTC
(rev 14228)
@@ -1,5 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Hibernate, Relational Persistence for Idiomatic Java
+ ~
+ ~ Copyright (c) 2007, Red Hat Middleware LLC or third-party contributors as
+ ~ indicated by the @author tags or express copyright attribution
+ ~ statements applied by the authors. All third-party contributions are
+ ~ distributed under license by Red Hat Middleware LLC.
+ ~
+ ~ This copyrighted material is made available to anyone wishing to use, modify,
+ ~ copy, or redistribute it subject to the terms and conditions of the GNU
+ ~ Lesser General Public License, as published by the Free Software Foundation.
+ ~
+ ~ This program is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ ~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
+ ~ for more details.
+ ~
+ ~ You should have received a copy of the GNU Lesser General Public License
+ ~ along with this distribution; if not, write to:
+ ~ Free Software Foundation, Inc.
+ ~ 51 Franklin Street, Fifth Floor
+ ~ Boston, MA 02110-1301 USA
+ -->
+
<!-- ===================================================================== -->
<!-- -->
<!-- Sample TreeCache Service Configuration -->
Show replies by date