You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2010/10/01 10:45:55 UTC

svn commit: r1003437 - in /james/server/trunk/spring-deployment/src/main/config/james: META-INF/persistence.xml spring-beans.xml

Author: eric
Date: Fri Oct  1 08:45:54 2010
New Revision: 1003437

URL: http://svn.apache.org/viewvc?rev=1003437&view=rev
Log:
Licence headers.

Modified:
    james/server/trunk/spring-deployment/src/main/config/james/META-INF/persistence.xml
    james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml

Modified: james/server/trunk/spring-deployment/src/main/config/james/META-INF/persistence.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/META-INF/persistence.xml?rev=1003437&r1=1003436&r2=1003437&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/META-INF/persistence.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/META-INF/persistence.xml Fri Oct  1 08:45:54 2010
@@ -1,3 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.    
+-->
+
 <persistence xmlns="http://java.sun.com/xml/ns/persistence"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"
@@ -13,17 +33,14 @@
         <!-- This needs to get used when you want to use streaming. Remember to comment the following classes
              org.apache.james.mailbox.jpa.mail.model.JPAMailboxMembership
              org.apache.james.mailbox.jpa.mail.model.JPAMessage
-             
-             If you don't do this the EntityManager will get confused
-         -->
-         <!-- 
+             If you don't do this the EntityManager will get confused!
         <class>org.apache.james.mailbox.jpa.mail.model.openjpa.JPAStreamingMailboxMembership</class>
         <class>org.apache.james.mailbox.jpa.mail.model.openjpa.JPAStreamingMessage</class>
-         -->
-         
-         <!-- Comment if you want to use streaming -->
+        -->
+        <!-- Comment if you want to use streaming -->
         <class>org.apache.james.mailbox.jpa.mail.model.openjpa.JPAMailboxMembership</class>
         <class>org.apache.james.mailbox.jpa.mail.model.openjpa.JPAMessage</class>
+
         <class>org.apache.james.mailbox.jpa.mail.model.JPAProperty</class>
         <class>org.apache.james.mailbox.jpa.user.model.JPASubscription</class>
 

Modified: james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml?rev=1003437&r1=1003436&r2=1003437&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml Fri Oct  1 08:45:54 2010
@@ -1,19 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
-    <!--
-        ! Licensed to the Apache Software Foundation (ASF) under one ! ! or
-        more contributor license agreements. See the NOTICE file ! !
-        distributed with this work for additional information ! ! regarding
-        copyright ownership. The ASF licenses this file ! ! to you under the
-        Apache License, Version 2.0 (the ! ! "License"); you may not use this
-        file except in compliance ! ! with the License. You may obtain a copy
-        of the License at ! ! ! ! http://www.apache.org/licenses/LICENSE-2.0 !
-        ! ! ! Unless required by applicable law or agreed to in writing, ! !
-        software distributed under the License is distributed on an ! ! "AS
-        IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ! ! KIND, either
-        express or implied. See the License for the ! ! specific language
-        governing permissions and limitations ! ! under the License. !
-    -->
-
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.    
+-->
 
 <beans xmlns="http://www.springframework.org/schema/beans" 
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org