You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2021/04/06 20:54:56 UTC

[aries] 01/02: reformat with spaces

This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git

commit 156b3c77548326a58b2be2989fa2e29d84a672b3
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Tue Apr 6 16:30:44 2021 -0400

    reformat with spaces
    
    Signed-off-by: Raymond Augé <ro...@apache.org>
---
 spi-fly/spi-fly-itests/logback.xml | 32 ++++++++++++++++----------------
 spi-fly/spi-fly-itests/test.bndrun | 28 ++++++++++++++--------------
 2 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/spi-fly/spi-fly-itests/logback.xml b/spi-fly/spi-fly-itests/logback.xml
index 1bfb558..6a51070 100644
--- a/spi-fly/spi-fly-itests/logback.xml
+++ b/spi-fly/spi-fly-itests/logback.xml
@@ -1,35 +1,35 @@
 <!--
     Copyright (c) Contributors to the Eclipse Foundation
-   
+
     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.
-   
+
     SPDX-License-Identifier: Apache-2.0
  -->
 
 <configuration>
-	<contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator">
-		<resetJUL>true</resetJUL>
-	</contextListener>
+    <contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator">
+        <resetJUL>true</resetJUL>
+    </contextListener>
 
-	<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
-		<encoder>
-			<pattern>%-4relative [%.15thread] %-5level %logger{36}:%line - %msg%n</pattern>
-		</encoder>
-	</appender>
+    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
+        <encoder>
+            <pattern>%-4relative [%.15thread] %-5level %logger{36}:%line - %msg%n</pattern>
+        </encoder>
+    </appender>
 
-	<logger name="org.osgi.test" level="DEBUG"/>
+    <logger name="org.osgi.test" level="DEBUG"/>
 
-	<root level="WARN">
-		<appender-ref ref="STDOUT" />
-	</root>
+    <root level="WARN">
+        <appender-ref ref="STDOUT" />
+    </root>
 </configuration>
diff --git a/spi-fly/spi-fly-itests/test.bndrun b/spi-fly/spi-fly-itests/test.bndrun
index 9670348..d3ce4b4 100644
--- a/spi-fly/spi-fly-itests/test.bndrun
+++ b/spi-fly/spi-fly-itests/test.bndrun
@@ -51,17 +51,17 @@
     bnd.identity;id='junit-platform-launcher'
 
 -runbundles: \
-	assertj-core;version='[3.19.0,3.19.1)',\
-	junit-jupiter-api;version='[5.7.1,5.7.2)',\
-	junit-jupiter-engine;version='[5.7.1,5.7.2)',\
-	junit-platform-commons;version='[1.7.1,1.7.2)',\
-	junit-platform-engine;version='[1.7.1,1.7.2)',\
-	junit-platform-launcher;version='[1.7.1,1.7.2)',\
-	org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.3,1.3.4)',\
-	org.apache.aries.spifly.examples.spi.bundle;version='[1.0.1,1.0.2)',\
-	org.apache.aries.spifly.itests;version='[1.3.3,1.3.4)',\
-	org.apache.felix.log.extension;version='[1.0.0,1.0.1)',\
-	org.opentest4j;version='[1.2.0,1.2.1)',\
-	org.osgi.test.assertj.framework;version='[0.10.0,0.10.1)',\
-	org.osgi.test.common;version='[0.10.0,0.10.1)',\
-	org.osgi.test.junit5;version='[0.10.0,0.10.1)'
+    assertj-core;version='[3.19.0,3.19.1)',\
+    junit-jupiter-api;version='[5.7.1,5.7.2)',\
+    junit-jupiter-engine;version='[5.7.1,5.7.2)',\
+    junit-platform-commons;version='[1.7.1,1.7.2)',\
+    junit-platform-engine;version='[1.7.1,1.7.2)',\
+    junit-platform-launcher;version='[1.7.1,1.7.2)',\
+    org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.3,1.3.4)',\
+    org.apache.aries.spifly.examples.spi.bundle;version='[1.0.1,1.0.2)',\
+    org.apache.aries.spifly.itests;version='[1.3.3,1.3.4)',\
+    org.apache.felix.log.extension;version='[1.0.0,1.0.1)',\
+    org.opentest4j;version='[1.2.0,1.2.1)',\
+    org.osgi.test.assertj.framework;version='[0.10.0,0.10.1)',\
+    org.osgi.test.common;version='[0.10.0,0.10.1)',\
+    org.osgi.test.junit5;version='[0.10.0,0.10.1)'