Return-Path: Delivered-To: apmail-openejb-commits-archive@www.apache.org Received: (qmail 33750 invoked from network); 2 Dec 2007 17:18:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Dec 2007 17:18:12 -0000 Received: (qmail 15755 invoked by uid 500); 2 Dec 2007 17:18:00 -0000 Delivered-To: apmail-openejb-commits-archive@openejb.apache.org Received: (qmail 15735 invoked by uid 500); 2 Dec 2007 17:18:00 -0000 Mailing-List: contact commits-help@openejb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openejb.apache.org Delivered-To: mailing list commits@openejb.apache.org Received: (qmail 15721 invoked by uid 99); 2 Dec 2007 17:18:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2007 09:18:00 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2007 17:17:48 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 221E11A9832; Sun, 2 Dec 2007 09:17:51 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r600344 - in /openejb/trunk/openejb3: ./ itests/openejb-itests-client/ server/openejb-activemq/src/main/resources/META-INF/org.apache.openejb.server.ServerService/ server/openejb-client/ server/openejb-derbynet/src/main/resources/META-INF/o... Date: Sun, 02 Dec 2007 17:17:49 -0000 To: commits@openejb.apache.org From: jlaskowski@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071202171751.221E11A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jlaskowski Date: Sun Dec 2 09:17:49 2007 New Revision: 600344 URL: http://svn.apache.org/viewvc?rev=600344&view=rev Log: Fix license headers (all remaining files) Modified: openejb/trunk/openejb3/itests/openejb-itests-client/pom.xml openejb/trunk/openejb3/pom.xml openejb/trunk/openejb3/server/openejb-activemq/src/main/resources/META-INF/org.apache.openejb.server.ServerService/activemq openejb/trunk/openejb3/server/openejb-client/pom.xml openejb/trunk/openejb3/server/openejb-derbynet/src/main/resources/META-INF/org.apache.openejb.server.ServerService/derbynet openejb/trunk/openejb3/server/openejb-ejbd/src/main/resources/META-INF/org.apache.openejb.server.ServerService/ejbd openejb/trunk/openejb3/server/openejb-hsql/src/main/resources/META-INF/org.apache.openejb.server.ServerService/hsql Modified: openejb/trunk/openejb3/itests/openejb-itests-client/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/itests/openejb-itests-client/pom.xml?rev=600344&r1=600343&r2=600344&view=diff ============================================================================== --- openejb/trunk/openejb3/itests/openejb-itests-client/pom.xml (original) +++ openejb/trunk/openejb3/itests/openejb-itests-client/pom.xml Sun Dec 2 09:17:49 2007 @@ -72,6 +72,15 @@ + + + org.codehaus.mojo + rat-maven-plugin + + + src/main/resources/META-INF/org.apache.openejb.cli/test.help + + Modified: openejb/trunk/openejb3/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/pom.xml?rev=600344&r1=600343&r2=600344&view=diff ============================================================================== --- openejb/trunk/openejb3/pom.xml (original) +++ openejb/trunk/openejb3/pom.xml Sun Dec 2 09:17:49 2007 @@ -298,6 +298,7 @@ **/.* + **/.*/* **/eclipse-classes/**/* Modified: openejb/trunk/openejb3/server/openejb-activemq/src/main/resources/META-INF/org.apache.openejb.server.ServerService/activemq URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/server/openejb-activemq/src/main/resources/META-INF/org.apache.openejb.server.ServerService/activemq?rev=600344&r1=600343&r2=600344&view=diff ============================================================================== --- openejb/trunk/openejb3/server/openejb-activemq/src/main/resources/META-INF/org.apache.openejb.server.ServerService/activemq (original) +++ openejb/trunk/openejb3/server/openejb-activemq/src/main/resources/META-INF/org.apache.openejb.server.ServerService/activemq Sun Dec 2 09:17:49 2007 @@ -1,5 +1,24 @@ - server = org.apache.openejb.server.activemq.BrokerServer - bind = 127.0.0.1 - port = 4206 - disabled = false - threads = - +# +# 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. +# +# +# $Rev$ $Date$ +# +server = org.apache.openejb.server.activemq.BrokerServer +bind = 127.0.0.1 +port = 4206 +disabled = false +threads = - Modified: openejb/trunk/openejb3/server/openejb-client/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/server/openejb-client/pom.xml?rev=600344&r1=600343&r2=600344&view=diff ============================================================================== --- openejb/trunk/openejb3/server/openejb-client/pom.xml (original) +++ openejb/trunk/openejb3/server/openejb-client/pom.xml Sun Dec 2 09:17:49 2007 @@ -49,6 +49,15 @@ pertest + + + org.codehaus.mojo + rat-maven-plugin + + + src/main/resources/META-INF/org.apache.openejb.client.IdentityResolver/* + + Modified: openejb/trunk/openejb3/server/openejb-derbynet/src/main/resources/META-INF/org.apache.openejb.server.ServerService/derbynet URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/server/openejb-derbynet/src/main/resources/META-INF/org.apache.openejb.server.ServerService/derbynet?rev=600344&r1=600343&r2=600344&view=diff ============================================================================== --- openejb/trunk/openejb3/server/openejb-derbynet/src/main/resources/META-INF/org.apache.openejb.server.ServerService/derbynet (original) +++ openejb/trunk/openejb3/server/openejb-derbynet/src/main/resources/META-INF/org.apache.openejb.server.ServerService/derbynet Sun Dec 2 09:17:49 2007 @@ -1,5 +1,24 @@ - server = org.apache.openejb.server.derbynet.DerbyNetworkService - bind = 127.0.0.1 - port = 4205 - disabled = false - threads = 200 +# +# 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. +# +# +# $Rev$ $Date$ +# +server = org.apache.openejb.server.derbynet.DerbyNetworkService +bind = 127.0.0.1 +port = 4205 +disabled = false +threads = 200 Modified: openejb/trunk/openejb3/server/openejb-ejbd/src/main/resources/META-INF/org.apache.openejb.server.ServerService/ejbd URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/server/openejb-ejbd/src/main/resources/META-INF/org.apache.openejb.server.ServerService/ejbd?rev=600344&r1=600343&r2=600344&view=diff ============================================================================== --- openejb/trunk/openejb3/server/openejb-ejbd/src/main/resources/META-INF/org.apache.openejb.server.ServerService/ejbd (original) +++ openejb/trunk/openejb3/server/openejb-ejbd/src/main/resources/META-INF/org.apache.openejb.server.ServerService/ejbd Sun Dec 2 09:17:49 2007 @@ -1,6 +1,25 @@ - server = org.apache.openejb.server.ejbd.EjbServer - bind = 127.0.0.1 - port = 4201 - disabled = false - threads = 200 +# +# 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. +# +# +# $Rev$ $Date$ +# +server = org.apache.openejb.server.ejbd.EjbServer +bind = 127.0.0.1 +port = 4201 +disabled = false +threads = 200 Modified: openejb/trunk/openejb3/server/openejb-hsql/src/main/resources/META-INF/org.apache.openejb.server.ServerService/hsql URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/server/openejb-hsql/src/main/resources/META-INF/org.apache.openejb.server.ServerService/hsql?rev=600344&r1=600343&r2=600344&view=diff ============================================================================== --- openejb/trunk/openejb3/server/openejb-hsql/src/main/resources/META-INF/org.apache.openejb.server.ServerService/hsql (original) +++ openejb/trunk/openejb3/server/openejb-hsql/src/main/resources/META-INF/org.apache.openejb.server.ServerService/hsql Sun Dec 2 09:17:49 2007 @@ -1,4 +1,23 @@ - server = org.apache.openejb.server.hsql.HsqlService - bind = 127.0.0.1 - port = 9001 - disabled = false +# +# 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. +# +# +# $Rev: 600180 $ $Date: 2007-12-01 19:52:39 +0100 (Sat, 01 Dec 2007) $ +# +server = org.apache.openejb.server.hsql.HsqlService +bind = 127.0.0.1 +port = 9001 +disabled = false