You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2011/07/02 23:21:25 UTC

svn commit: r1142313 - in /myfaces/extensions/cdi/trunk/test-modules: jsf12-support-module/src/main/resources/META-INF/services/ owb-support-module/src/main/resources/META-INF/services/

Author: gpetracek
Date: Sat Jul  2 21:21:25 2011
New Revision: 1142313

URL: http://svn.apache.org/viewvc?rev=1142313&view=rev
Log:
cleanup

Modified:
    myfaces/extensions/cdi/trunk/test-modules/jsf12-support-module/src/main/resources/META-INF/services/org.apache.myfaces.extensions.cdi.test.spi.WebAppTestContainer
    myfaces/extensions/cdi/trunk/test-modules/owb-support-module/src/main/resources/META-INF/services/org.apache.myfaces.extensions.cdi.test.spi.CdiTestContainer

Modified: myfaces/extensions/cdi/trunk/test-modules/jsf12-support-module/src/main/resources/META-INF/services/org.apache.myfaces.extensions.cdi.test.spi.WebAppTestContainer
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/test-modules/jsf12-support-module/src/main/resources/META-INF/services/org.apache.myfaces.extensions.cdi.test.spi.WebAppTestContainer?rev=1142313&r1=1142312&r2=1142313&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/test-modules/jsf12-support-module/src/main/resources/META-INF/services/org.apache.myfaces.extensions.cdi.test.spi.WebAppTestContainer (original)
+++ myfaces/extensions/cdi/trunk/test-modules/jsf12-support-module/src/main/resources/META-INF/services/org.apache.myfaces.extensions.cdi.test.spi.WebAppTestContainer Sat Jul  2 21:21:25 2011
@@ -1 +1,20 @@
+#####################################################################################
+# 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.
+#####################################################################################
+
 org.apache.myfaces.extensions.cdi.test.jsf.MyFacesCore12WebAppTestContainer
\ No newline at end of file

Modified: myfaces/extensions/cdi/trunk/test-modules/owb-support-module/src/main/resources/META-INF/services/org.apache.myfaces.extensions.cdi.test.spi.CdiTestContainer
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/test-modules/owb-support-module/src/main/resources/META-INF/services/org.apache.myfaces.extensions.cdi.test.spi.CdiTestContainer?rev=1142313&r1=1142312&r2=1142313&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/test-modules/owb-support-module/src/main/resources/META-INF/services/org.apache.myfaces.extensions.cdi.test.spi.CdiTestContainer (original)
+++ myfaces/extensions/cdi/trunk/test-modules/owb-support-module/src/main/resources/META-INF/services/org.apache.myfaces.extensions.cdi.test.spi.CdiTestContainer Sat Jul  2 21:21:25 2011
@@ -1,2 +1,21 @@
+#####################################################################################
+# 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.
+#####################################################################################
+
 org.apache.myfaces.extensions.cdi.test.owb.StandaloneOpenWebBeansTestContainer
 org.apache.myfaces.extensions.cdi.test.owb.ServletOpenWebBeansTestContainer
\ No newline at end of file