You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2016/02/22 22:22:07 UTC

tomee git commit: missing headers - thanks Andy for tha catch

Repository: tomee
Updated Branches:
  refs/heads/master 4d5204e06 -> 3bf5aa105


missing headers - thanks Andy for tha catch


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/3bf5aa10
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/3bf5aa10
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/3bf5aa10

Branch: refs/heads/master
Commit: 3bf5aa10582c015f61954030273367f4b8ea69ec
Parents: 4d5204e
Author: Romain manni-Bucau <rm...@gmail.com>
Authored: Mon Feb 22 22:20:33 2016 +0100
Committer: Romain manni-Bucau <rm...@gmail.com>
Committed: Mon Feb 22 22:20:33 2016 +0100

----------------------------------------------------------------------
 .../apache/openejb/cdi/AppScopeInitEventTest.java   | 16 ++++++++++++++++
 pom.xml                                             |  2 +-
 .../httpd/part/CommonsFileUploadPartFactory.java    | 16 ++++++++++++++++
 .../openejb/server/httpd/AppScopeInitEventTest.java | 16 ++++++++++++++++
 4 files changed, 49 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/3bf5aa10/container/openejb-core/src/test/java/org/apache/openejb/cdi/AppScopeInitEventTest.java
----------------------------------------------------------------------
diff --git a/container/openejb-core/src/test/java/org/apache/openejb/cdi/AppScopeInitEventTest.java b/container/openejb-core/src/test/java/org/apache/openejb/cdi/AppScopeInitEventTest.java
index e0ff032..487ea0c 100644
--- a/container/openejb-core/src/test/java/org/apache/openejb/cdi/AppScopeInitEventTest.java
+++ b/container/openejb-core/src/test/java/org/apache/openejb/cdi/AppScopeInitEventTest.java
@@ -1,3 +1,19 @@
+/**
+ * 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.
+ */
 package org.apache.openejb.cdi;
 
 import org.apache.openejb.junit.ApplicationComposer;

http://git-wip-us.apache.org/repos/asf/tomee/blob/3bf5aa10/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 110293a..f698dc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -639,7 +639,7 @@
               <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
               <excludes>
                 <exclude>**/target/**/*</exclude>
-		<exclude>/**/js/livereload.js</exclude>
+		            <exclude>**/js/livereload.js</exclude>
 
                 <!-- left around after creating the site -->
                 <exclude>**/cobertura.ser</exclude>

http://git-wip-us.apache.org/repos/asf/tomee/blob/3bf5aa10/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/part/CommonsFileUploadPartFactory.java
----------------------------------------------------------------------
diff --git a/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/part/CommonsFileUploadPartFactory.java b/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/part/CommonsFileUploadPartFactory.java
index 309498d..6d5160c 100644
--- a/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/part/CommonsFileUploadPartFactory.java
+++ b/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/part/CommonsFileUploadPartFactory.java
@@ -1,3 +1,19 @@
+/**
+ * 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.
+ */
 package org.apache.openejb.server.httpd.part;
 
 import org.apache.commons.fileupload.FileItem;

http://git-wip-us.apache.org/repos/asf/tomee/blob/3bf5aa10/server/openejb-http/src/test/java/org/apache/openejb/server/httpd/AppScopeInitEventTest.java
----------------------------------------------------------------------
diff --git a/server/openejb-http/src/test/java/org/apache/openejb/server/httpd/AppScopeInitEventTest.java b/server/openejb-http/src/test/java/org/apache/openejb/server/httpd/AppScopeInitEventTest.java
index f1578a2..d0c9b24 100644
--- a/server/openejb-http/src/test/java/org/apache/openejb/server/httpd/AppScopeInitEventTest.java
+++ b/server/openejb-http/src/test/java/org/apache/openejb/server/httpd/AppScopeInitEventTest.java
@@ -1,3 +1,19 @@
+/**
+ * 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.
+ */
 package org.apache.openejb.server.httpd;
 
 import org.apache.openejb.junit.ApplicationComposer;