Author: dblevins
Date: Thu Jun 19 18:34:26 2008
New Revision: 669757
URL: http://svn.apache.org/viewvc?rev=669757&view=rev
Log:
Removing license headers from files that are used as default configs for users.
These configuration files belong to the user and can be used as they wish.
Modified:
openejb/trunk/openejb3/container/openejb-core/src/main/resources/default.openejb.conf
openejb/trunk/openejb3/container/openejb-core/src/main/resources/groups.properties
openejb/trunk/openejb3/container/openejb-core/src/main/resources/logging.properties
openejb/trunk/openejb3/container/openejb-core/src/main/resources/login.config
openejb/trunk/openejb3/container/openejb-core/src/main/resources/users.properties
openejb/trunk/openejb3/server/openejb-activemq/src/main/resources/META-INF/org.apache.openejb.server.ServerService/activemq
openejb/trunk/openejb3/server/openejb-cxf/src/main/resources/META-INF/org.apache.openejb.server.ServerService/cxf
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
openejb/trunk/openejb3/server/openejb-http/src/main/resources/META-INF/org.apache.openejb.server.ServerService/httpejbd
openejb/trunk/openejb3/server/openejb-server/src/main/resources/META-INF/org.apache.openejb.server.ServerService/admin
openejb/trunk/openejb3/server/openejb-telnet/src/main/resources/META-INF/org.apache.openejb.server.ServerService/telnet
openejb/trunk/openejb3/server/openejb-webadmin/src/main/resources/META-INF/org.apache.openejb.server.ServerService/webadmin
Modified:
openejb/trunk/openejb3/container/openejb-core/src/main/resources/default.openejb.conf
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/container/openejb-core/src/main/resources/default.openejb.conf?rev=669757&r1=669756&r2=669757&view=diff
==============================================================================
---
openejb/trunk/openejb3/container/openejb-core/src/main/resources/default.openejb.conf
(original)
+++
openejb/trunk/openejb3/container/openejb-core/src/main/resources/default.openejb.conf
Thu Jun 19 18:34:26 2008
@@ -1,25 +1,4 @@
<?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.
-
--->
-
-<!-- $Rev$ $Date$ -->
-
<openejb>
<Container id="My CMP Container" type="CMP_ENTITY">
Modified:
openejb/trunk/openejb3/container/openejb-core/src/main/resources/groups.properties
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/container/openejb-core/src/main/resources/groups.properties?rev=669757&r1=669756&r2=669757&view=diff
==============================================================================
---
openejb/trunk/openejb3/container/openejb-core/src/main/resources/groups.properties
(original)
+++
openejb/trunk/openejb3/container/openejb-core/src/main/resources/groups.properties
Thu Jun 19 18:34:26 2008
@@ -1,21 +1,3 @@
-#
-# 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$
-#
committer=jonathan
contributor=daniel
community=jonathan,daniel
Modified:
openejb/trunk/openejb3/container/openejb-core/src/main/resources/logging.properties
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/container/openejb-core/src/main/resources/logging.properties?rev=669757&r1=669756&r2=669757&view=diff
==============================================================================
---
openejb/trunk/openejb3/container/openejb-core/src/main/resources/logging.properties
(original)
+++
openejb/trunk/openejb3/container/openejb-core/src/main/resources/logging.properties
Thu Jun 19 18:34:26 2008
@@ -1,21 +1,3 @@
-#
-# 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$
-#
log4j.category.OpenEJB = warn,R
log4j.category.OpenEJB.server = info
log4j.category.OpenEJB.startup = info
Modified:
openejb/trunk/openejb3/container/openejb-core/src/main/resources/login.config
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/container/openejb-core/src/main/resources/login.config?rev=669757&r1=669756&r2=669757&view=diff
==============================================================================
---
openejb/trunk/openejb3/container/openejb-core/src/main/resources/login.config
(original)
+++
openejb/trunk/openejb3/container/openejb-core/src/main/resources/login.config
Thu Jun 19 18:34:26 2008
@@ -1,19 +1,3 @@
-/*
- * 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.
- */
PropertiesLogin {
org.apache.openejb.core.security.jaas.PropertiesLoginModule required
Debug=true
Modified:
openejb/trunk/openejb3/container/openejb-core/src/main/resources/users.properties
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/container/openejb-core/src/main/resources/users.properties?rev=669757&r1=669756&r2=669757&view=diff
==============================================================================
---
openejb/trunk/openejb3/container/openejb-core/src/main/resources/users.properties
(original)
+++
openejb/trunk/openejb3/container/openejb-core/src/main/resources/users.properties
Thu Jun 19 18:34:26 2008
@@ -1,20 +1,2 @@
-#
-# 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$
-#
jonathan=secret
daniel=password
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=669757&r1=669756&r2=669757&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
Thu Jun 19 18:34:26 2008
@@ -1,22 +1,3 @@
-#
-# 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
Modified:
openejb/trunk/openejb3/server/openejb-cxf/src/main/resources/META-INF/org.apache.openejb.server.ServerService/cxf
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/server/openejb-cxf/src/main/resources/META-INF/org.apache.openejb.server.ServerService/cxf?rev=669757&r1=669756&r2=669757&view=diff
==============================================================================
---
openejb/trunk/openejb3/server/openejb-cxf/src/main/resources/META-INF/org.apache.openejb.server.ServerService/cxf
(original)
+++
openejb/trunk/openejb3/server/openejb-cxf/src/main/resources/META-INF/org.apache.openejb.server.ServerService/cxf
Thu Jun 19 18:34:26 2008
@@ -1,22 +1,3 @@
-#
-# 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.cxf.CxfService
# realmName =
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=669757&r1=669756&r2=669757&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
Thu Jun 19 18:34:26 2008
@@ -1,22 +1,3 @@
-#
-# 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
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=669757&r1=669756&r2=669757&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
Thu Jun 19 18:34:26 2008
@@ -1,22 +1,3 @@
-#
-# 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
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=669757&r1=669756&r2=669757&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
Thu Jun 19 18:34:26 2008
@@ -1,22 +1,3 @@
-#
-# 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.hsql.HsqlService
bind = 127.0.0.1
port = 9001
Modified:
openejb/trunk/openejb3/server/openejb-http/src/main/resources/META-INF/org.apache.openejb.server.ServerService/httpejbd
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/server/openejb-http/src/main/resources/META-INF/org.apache.openejb.server.ServerService/httpejbd?rev=669757&r1=669756&r2=669757&view=diff
==============================================================================
---
openejb/trunk/openejb3/server/openejb-http/src/main/resources/META-INF/org.apache.openejb.server.ServerService/httpejbd
(original)
+++
openejb/trunk/openejb3/server/openejb-http/src/main/resources/META-INF/org.apache.openejb.server.ServerService/httpejbd
Thu Jun 19 18:34:26 2008
@@ -1,23 +1,3 @@
-#
-# 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.httpd.HttpServerFactory
bind = 127.0.0.1
port = 4204
Modified:
openejb/trunk/openejb3/server/openejb-server/src/main/resources/META-INF/org.apache.openejb.server.ServerService/admin
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/server/openejb-server/src/main/resources/META-INF/org.apache.openejb.server.ServerService/admin?rev=669757&r1=669756&r2=669757&view=diff
==============================================================================
---
openejb/trunk/openejb3/server/openejb-server/src/main/resources/META-INF/org.apache.openejb.server.ServerService/admin
(original)
+++
openejb/trunk/openejb3/server/openejb-server/src/main/resources/META-INF/org.apache.openejb.server.ServerService/admin
Thu Jun 19 18:34:26 2008
@@ -1,22 +1,6 @@
-# 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.
-#
- server = org.apache.openejb.server.admin.AdminDaemon
- bind = 127.0.0.1
- port = 4200
- disabled = false
- threads = 1
- only_from = localhost
-
+server = org.apache.openejb.server.admin.AdminDaemon
+bind = 127.0.0.1
+port = 4200
+disabled = false
+threads = 1
+only_from = localhost
Modified:
openejb/trunk/openejb3/server/openejb-telnet/src/main/resources/META-INF/org.apache.openejb.server.ServerService/telnet
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/server/openejb-telnet/src/main/resources/META-INF/org.apache.openejb.server.ServerService/telnet?rev=669757&r1=669756&r2=669757&view=diff
==============================================================================
---
openejb/trunk/openejb3/server/openejb-telnet/src/main/resources/META-INF/org.apache.openejb.server.ServerService/telnet
(original)
+++
openejb/trunk/openejb3/server/openejb-telnet/src/main/resources/META-INF/org.apache.openejb.server.ServerService/telnet
Thu Jun 19 18:34:26 2008
@@ -1,18 +1,3 @@
-# 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.
-#
server = org.apache.openejb.server.telnet.TelnetServer
bind = 127.0.0.1
port = 4202
Modified:
openejb/trunk/openejb3/server/openejb-webadmin/src/main/resources/META-INF/org.apache.openejb.server.ServerService/webadmin
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/server/openejb-webadmin/src/main/resources/META-INF/org.apache.openejb.server.ServerService/webadmin?rev=669757&r1=669756&r2=669757&view=diff
==============================================================================
---
openejb/trunk/openejb3/server/openejb-webadmin/src/main/resources/META-INF/org.apache.openejb.server.ServerService/webadmin
(original)
+++
openejb/trunk/openejb3/server/openejb-webadmin/src/main/resources/META-INF/org.apache.openejb.server.ServerService/webadmin
Thu Jun 19 18:34:26 2008
@@ -1,22 +1,3 @@
-#
-# 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.webadmin.httpd.HttpServer
bind = 127.0.0.1
port = 4203