You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by mn...@apache.org on 2012/08/23 17:54:23 UTC

svn commit: r1376558 - in /aries/trunk/subsystem/subsystem-itests/src/test: bundles/blueprint/org/apache/aries/subsystem/itests/blueprint/ bundles/helloImpl/org/apache/aries/subsystem/itests/hello/impl/ resources/blueprint/

Author: mnuttall
Date: Thu Aug 23 15:54:23 2012
New Revision: 1376558

URL: http://svn.apache.org/viewvc?rev=1376558&view=rev
Log:
Aries-909: Blueprint/Subsystem itest - tidy up

Removed:
    aries/trunk/subsystem/subsystem-itests/src/test/resources/blueprint/blueprint.jar
Modified:
    aries/trunk/subsystem/subsystem-itests/src/test/bundles/blueprint/org/apache/aries/subsystem/itests/blueprint/BPHelloImpl.java
    aries/trunk/subsystem/subsystem-itests/src/test/bundles/helloImpl/org/apache/aries/subsystem/itests/hello/impl/Activator.java
    aries/trunk/subsystem/subsystem-itests/src/test/bundles/helloImpl/org/apache/aries/subsystem/itests/hello/impl/HelloImpl.java

Modified: aries/trunk/subsystem/subsystem-itests/src/test/bundles/blueprint/org/apache/aries/subsystem/itests/blueprint/BPHelloImpl.java
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-itests/src/test/bundles/blueprint/org/apache/aries/subsystem/itests/blueprint/BPHelloImpl.java?rev=1376558&r1=1376557&r2=1376558&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-itests/src/test/bundles/blueprint/org/apache/aries/subsystem/itests/blueprint/BPHelloImpl.java (original)
+++ aries/trunk/subsystem/subsystem-itests/src/test/bundles/blueprint/org/apache/aries/subsystem/itests/blueprint/BPHelloImpl.java Thu Aug 23 15:54:23 2012
@@ -1,3 +1,17 @@
+/*
+ * Licensed 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.aries.subsystem.itests.blueprint;
 
 import org.apache.aries.subsystem.itests.hello.api.Hello;

Modified: aries/trunk/subsystem/subsystem-itests/src/test/bundles/helloImpl/org/apache/aries/subsystem/itests/hello/impl/Activator.java
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-itests/src/test/bundles/helloImpl/org/apache/aries/subsystem/itests/hello/impl/Activator.java?rev=1376558&r1=1376557&r2=1376558&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-itests/src/test/bundles/helloImpl/org/apache/aries/subsystem/itests/hello/impl/Activator.java (original)
+++ aries/trunk/subsystem/subsystem-itests/src/test/bundles/helloImpl/org/apache/aries/subsystem/itests/hello/impl/Activator.java Thu Aug 23 15:54:23 2012
@@ -1,3 +1,17 @@
+/*
+ * Licensed 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.aries.subsystem.itests.hello.impl;
 
 import org.apache.aries.subsystem.itests.hello.api.Hello;

Modified: aries/trunk/subsystem/subsystem-itests/src/test/bundles/helloImpl/org/apache/aries/subsystem/itests/hello/impl/HelloImpl.java
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-itests/src/test/bundles/helloImpl/org/apache/aries/subsystem/itests/hello/impl/HelloImpl.java?rev=1376558&r1=1376557&r2=1376558&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-itests/src/test/bundles/helloImpl/org/apache/aries/subsystem/itests/hello/impl/HelloImpl.java (original)
+++ aries/trunk/subsystem/subsystem-itests/src/test/bundles/helloImpl/org/apache/aries/subsystem/itests/hello/impl/HelloImpl.java Thu Aug 23 15:54:23 2012
@@ -1,3 +1,17 @@
+/*
+ * Licensed 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.aries.subsystem.itests.hello.impl;
 
 import org.apache.aries.subsystem.itests.hello.api.Hello;