You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2007/12/02 17:54:24 UTC

svn commit: r600332 - in /openejb/trunk/openejb3/examples/helloworld-weblogic: build.xml pom.xml src/main/java/org/superbiz/hello/HelloEjbLocal.java src/main/resources/META-INF/ejb-jar.xml src/main/resources/META-INF/weblogic-ejb-jar.xml

Author: jlaskowski
Date: Sun Dec  2 08:54:23 2007
New Revision: 600332

URL: http://svn.apache.org/viewvc?rev=600332&view=rev
Log:
Fix license headers

Modified:
    openejb/trunk/openejb3/examples/helloworld-weblogic/build.xml
    openejb/trunk/openejb3/examples/helloworld-weblogic/pom.xml
    openejb/trunk/openejb3/examples/helloworld-weblogic/src/main/java/org/superbiz/hello/HelloEjbLocal.java
    openejb/trunk/openejb3/examples/helloworld-weblogic/src/main/resources/META-INF/ejb-jar.xml
    openejb/trunk/openejb3/examples/helloworld-weblogic/src/main/resources/META-INF/weblogic-ejb-jar.xml

Modified: openejb/trunk/openejb3/examples/helloworld-weblogic/build.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/helloworld-weblogic/build.xml?rev=600332&r1=600331&r2=600332&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/helloworld-weblogic/build.xml (original)
+++ openejb/trunk/openejb3/examples/helloworld-weblogic/build.xml Sun Dec  2 08:54:23 2007
@@ -1,3 +1,24 @@
+<?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: 580640 $ $Date: 2007-09-29 13:42:19 -0700 (Sat, 29 Sep 2007) $ -->
+
 <project name="MyProject" default="dist" basedir="." xmlns:artifact="antlib:org.apache.maven.artifact.ant">
 
   <!-- ===============================================================

Modified: openejb/trunk/openejb3/examples/helloworld-weblogic/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/helloworld-weblogic/pom.xml?rev=600332&r1=600331&r2=600332&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/helloworld-weblogic/pom.xml (original)
+++ openejb/trunk/openejb3/examples/helloworld-weblogic/pom.xml Sun Dec  2 08:54:23 2007
@@ -36,6 +36,15 @@
           <source>1.5</source>
           <target>1.5</target>
         </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/test/java/org/superbiz/hello/HelloTest.java</exclude>
+          </excludes>
+        </configuration>
       </plugin>
     </plugins>
   </build>
@@ -61,7 +70,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.1</version>
+      <version>4.4</version>
       <scope>test</scope>
     </dependency>
 

Modified: openejb/trunk/openejb3/examples/helloworld-weblogic/src/main/java/org/superbiz/hello/HelloEjbLocal.java
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/helloworld-weblogic/src/main/java/org/superbiz/hello/HelloEjbLocal.java?rev=600332&r1=600331&r2=600332&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/helloworld-weblogic/src/main/java/org/superbiz/hello/HelloEjbLocal.java (original)
+++ openejb/trunk/openejb3/examples/helloworld-weblogic/src/main/java/org/superbiz/hello/HelloEjbLocal.java Sun Dec  2 08:54:23 2007
@@ -16,8 +16,6 @@
  */
 package org.superbiz.hello;
 
-import javax.ejb.EJBLocalHome;
-import javax.ejb.CreateException;
 import javax.ejb.EJBLocalObject;
 
 /**

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=600332&r1=600331&r2=600332&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 Sun Dec  2 08:54:23 2007
@@ -1 +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.
+-->
+
+<!-- $Rev: 580640 $ $Date: 2007-09-29 13:42:19 -0700 (Sat, 29 Sep 2007) $ -->
+
 <ejb-jar/>

Modified: openejb/trunk/openejb3/examples/helloworld-weblogic/src/main/resources/META-INF/weblogic-ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/helloworld-weblogic/src/main/resources/META-INF/weblogic-ejb-jar.xml?rev=600332&r1=600331&r2=600332&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/helloworld-weblogic/src/main/resources/META-INF/weblogic-ejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/helloworld-weblogic/src/main/resources/META-INF/weblogic-ejb-jar.xml Sun Dec  2 08:54:23 2007
@@ -1,4 +1,24 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?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: 580640 $ $Date: 2007-09-29 13:42:19 -0700 (Sat, 29 Sep 2007) $ -->
+
 <!DOCTYPE weblogic-ejb-jar PUBLIC "-//BEA Systems, Inc.//DTD WebLogic 7.0.0 EJB//EN" "http://www.bea.com/servers/wls700/dtd/weblogic-ejb-jar.dtd">
 <weblogic-ejb-jar>
    <weblogic-enterprise-bean>