You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2008/03/18 16:01:05 UTC

svn commit: r638394 - in /openejb/trunk/openejb3/examples: component-interfaces/src/main/resources/META-INF/ custom-injection/src/main/resources/META-INF/ helloworld-weblogic/src/main/resources/META-INF/ injection-of-datasource/src/main/resources/META-...

Author: dblevins
Date: Tue Mar 18 08:00:59 2008
New Revision: 638394

URL: http://svn.apache.org/viewvc?rev=638394&view=rev
Log:
Striped the headers out of the empty ejb-jar.xml files as to keep them as small as possible impressing what we mean by having an empty ejb-jar.xml.

Modified:
    openejb/trunk/openejb3/examples/component-interfaces/src/main/resources/META-INF/ejb-jar.xml
    openejb/trunk/openejb3/examples/custom-injection/src/main/resources/META-INF/ejb-jar.xml
    openejb/trunk/openejb3/examples/helloworld-weblogic/src/main/resources/META-INF/ejb-jar.xml
    openejb/trunk/openejb3/examples/injection-of-datasource/src/main/resources/META-INF/ejb-jar.xml
    openejb/trunk/openejb3/examples/injection-of-ejbs/src/main/resources/META-INF/ejb-jar.xml
    openejb/trunk/openejb3/examples/injection-of-entitymanager/src/main/resources/META-INF/ejb-jar.xml
    openejb/trunk/openejb3/examples/jpa-hibernate/src/main/resources/META-INF/ejb-jar.xml
    openejb/trunk/openejb3/examples/simple-stateful/src/main/resources/META-INF/ejb-jar.xml
    openejb/trunk/openejb3/examples/simple-stateless/src/main/resources/META-INF/ejb-jar.xml
    openejb/trunk/openejb3/examples/simple-webservice/src/main/resources/META-INF/ejb-jar.xml
    openejb/trunk/openejb3/examples/telephone-stateful/src/main/resources/META-INF/ejb-jar.xml
    openejb/trunk/openejb3/examples/testing-security/src/main/resources/META-INF/ejb-jar.xml
    openejb/trunk/openejb3/examples/testing-security/src/test/resources/META-INF/ejb-jar.xml
    openejb/trunk/openejb3/examples/testing-transactions/src/main/resources/META-INF/ejb-jar.xml
    openejb/trunk/openejb3/examples/testing-transactions/src/test/resources/META-INF/ejb-jar.xml

Modified: openejb/trunk/openejb3/examples/component-interfaces/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/component-interfaces/src/main/resources/META-INF/ejb-jar.xml?rev=638394&r1=638393&r2=638394&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/component-interfaces/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/component-interfaces/src/main/resources/META-INF/ejb-jar.xml Tue Mar 18 08:00:59 2008
@@ -1,22 +1 @@
-<?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$ -->
-
 <ejb-jar/>

Modified: openejb/trunk/openejb3/examples/custom-injection/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/custom-injection/src/main/resources/META-INF/ejb-jar.xml?rev=638394&r1=638393&r2=638394&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/custom-injection/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/custom-injection/src/main/resources/META-INF/ejb-jar.xml Tue Mar 18 08:00:59 2008
@@ -1,22 +1 @@
-<?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$ -->
-
 <ejb-jar/>

Modified: openejb/trunk/openejb3/examples/helloworld-weblogic/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/helloworld-weblogic/src/main/resources/META-INF/ejb-jar.xml?rev=638394&r1=638393&r2=638394&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/helloworld-weblogic/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/helloworld-weblogic/src/main/resources/META-INF/ejb-jar.xml Tue Mar 18 08:00:59 2008
@@ -1,22 +1 @@
-<?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$ -->
-
 <ejb-jar/>

Modified: openejb/trunk/openejb3/examples/injection-of-datasource/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/injection-of-datasource/src/main/resources/META-INF/ejb-jar.xml?rev=638394&r1=638393&r2=638394&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/injection-of-datasource/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/injection-of-datasource/src/main/resources/META-INF/ejb-jar.xml Tue Mar 18 08:00:59 2008
@@ -1,22 +1 @@
-<?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$ -->
-
 <ejb-jar/>

Modified: openejb/trunk/openejb3/examples/injection-of-ejbs/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/injection-of-ejbs/src/main/resources/META-INF/ejb-jar.xml?rev=638394&r1=638393&r2=638394&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/injection-of-ejbs/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/injection-of-ejbs/src/main/resources/META-INF/ejb-jar.xml Tue Mar 18 08:00:59 2008
@@ -1,22 +1 @@
-<?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$ -->
-
 <ejb-jar/>

Modified: openejb/trunk/openejb3/examples/injection-of-entitymanager/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/injection-of-entitymanager/src/main/resources/META-INF/ejb-jar.xml?rev=638394&r1=638393&r2=638394&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/injection-of-entitymanager/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/injection-of-entitymanager/src/main/resources/META-INF/ejb-jar.xml Tue Mar 18 08:00:59 2008
@@ -1,22 +1 @@
-<?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$ -->
-
 <ejb-jar/>

Modified: openejb/trunk/openejb3/examples/jpa-hibernate/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/jpa-hibernate/src/main/resources/META-INF/ejb-jar.xml?rev=638394&r1=638393&r2=638394&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/jpa-hibernate/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/jpa-hibernate/src/main/resources/META-INF/ejb-jar.xml Tue Mar 18 08:00:59 2008
@@ -1,22 +1 @@
-<?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: 636494 $ $Date: 2008-03-12 21:24:02 +0100 (Wed, 12 Mar 2008) $ -->
-
 <ejb-jar/>

Modified: openejb/trunk/openejb3/examples/simple-stateful/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-stateful/src/main/resources/META-INF/ejb-jar.xml?rev=638394&r1=638393&r2=638394&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-stateful/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/simple-stateful/src/main/resources/META-INF/ejb-jar.xml Tue Mar 18 08:00:59 2008
@@ -1,22 +1 @@
-<?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$ -->
-
 <ejb-jar/>

Modified: openejb/trunk/openejb3/examples/simple-stateless/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-stateless/src/main/resources/META-INF/ejb-jar.xml?rev=638394&r1=638393&r2=638394&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-stateless/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/simple-stateless/src/main/resources/META-INF/ejb-jar.xml Tue Mar 18 08:00:59 2008
@@ -1,22 +1 @@
-<?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$ -->
-
 <ejb-jar/>

Modified: openejb/trunk/openejb3/examples/simple-webservice/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-webservice/src/main/resources/META-INF/ejb-jar.xml?rev=638394&r1=638393&r2=638394&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-webservice/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/simple-webservice/src/main/resources/META-INF/ejb-jar.xml Tue Mar 18 08:00:59 2008
@@ -1,22 +1 @@
-<?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$ -->
-
 <ejb-jar/>

Modified: openejb/trunk/openejb3/examples/telephone-stateful/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/telephone-stateful/src/main/resources/META-INF/ejb-jar.xml?rev=638394&r1=638393&r2=638394&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/telephone-stateful/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/telephone-stateful/src/main/resources/META-INF/ejb-jar.xml Tue Mar 18 08:00:59 2008
@@ -1,22 +1 @@
-<?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$ -->
-
 <ejb-jar/>

Modified: openejb/trunk/openejb3/examples/testing-security/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/testing-security/src/main/resources/META-INF/ejb-jar.xml?rev=638394&r1=638393&r2=638394&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/testing-security/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/testing-security/src/main/resources/META-INF/ejb-jar.xml Tue Mar 18 08:00:59 2008
@@ -1,22 +1 @@
-<?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: 636494 $ $Date: 2008-03-12 21:24:02 +0100 (Wed, 12 Mar 2008) $ -->
-
 <ejb-jar/>

Modified: openejb/trunk/openejb3/examples/testing-security/src/test/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/testing-security/src/test/resources/META-INF/ejb-jar.xml?rev=638394&r1=638393&r2=638394&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/testing-security/src/test/resources/META-INF/ejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/testing-security/src/test/resources/META-INF/ejb-jar.xml Tue Mar 18 08:00:59 2008
@@ -1,23 +1,2 @@
-<?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: 636494 $ $Date: 2008-03-12 21:24:02 +0100 (Wed, 12 Mar 2008) $ -->
-
 <!-- this is here so the ejbs in the test code are discovered and deployed -->
 <ejb-jar/>

Modified: openejb/trunk/openejb3/examples/testing-transactions/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/testing-transactions/src/main/resources/META-INF/ejb-jar.xml?rev=638394&r1=638393&r2=638394&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/testing-transactions/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/testing-transactions/src/main/resources/META-INF/ejb-jar.xml Tue Mar 18 08:00:59 2008
@@ -1,22 +1 @@
-<?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: 636494 $ $Date: 2008-03-12 21:24:02 +0100 (Wed, 12 Mar 2008) $ -->
-
 <ejb-jar/>

Modified: openejb/trunk/openejb3/examples/testing-transactions/src/test/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/testing-transactions/src/test/resources/META-INF/ejb-jar.xml?rev=638394&r1=638393&r2=638394&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/testing-transactions/src/test/resources/META-INF/ejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/testing-transactions/src/test/resources/META-INF/ejb-jar.xml Tue Mar 18 08:00:59 2008
@@ -1,23 +1,2 @@
-<?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: 636494 $ $Date: 2008-03-12 21:24:02 +0100 (Wed, 12 Mar 2008) $ -->
-
 <!-- this is here so the ejbs in the test code are discovered and deployed -->
 <ejb-jar/>