Skip to content

Commit edead29

Browse files
authored
fix: format
1 parent 1d8a148 commit edead29

File tree

8 files changed

+510
-820
lines changed

8 files changed

+510
-820
lines changed

kura/distrib/pom.xml

Lines changed: 391 additions & 662 deletions
Large diffs are not rendered by default.

kura/distrib/src/main/ant/build_equinox_distrib.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@
239239
</propertyfile>
240240

241241

242+
242243
<propertyfile
243244
file="${project.build.directory}/${build.output.name}/dpa.properties">
244245
<entry key="kura"
@@ -547,8 +548,7 @@ fi]]>
547548
file="${project.build.directory}/${build.output.name}/kura.properties"
548549
prefix="${build.output.name}/${framework.config.folder}/" />
549550

550-
<zipfileset dir="${kura.osgi.repo}/plugins/"
551-
prefix="${build.output.name}/${plugins.folder}">
551+
<zipfileset dir="${kura.osgi.repo}/plugins/" prefix="${build.output.name}/${plugins.folder}">
552552

553553
<!-- exclude source bundles -->
554554
<exclude name="*.source_*.jar" />
@@ -706,6 +706,7 @@ fi]]>
706706
</exec>
707707

708708

709+
709710
<!-- Get version information for the bundles/files in this build -->
710711
<echo
711712
message="Gathering version information for the bundles/files in ${build.name}" />
@@ -1658,4 +1659,4 @@ fi]]>
16581659
</zip>
16591660
</target>
16601661

1661-
</project>
1662+
</project>

kura/distrib/src/main/resources/common/Kura_Emulator_Linux.launch

Lines changed: 27 additions & 35 deletions
Large diffs are not rendered by default.

kura/distrib/src/main/resources/common/Kura_Emulator_OSX.launch

Lines changed: 27 additions & 35 deletions
Large diffs are not rendered by default.

kura/emulator/org.eclipse.kura.emulator/src/main/resources/Kura_Emulator_Linux.launch

Lines changed: 27 additions & 35 deletions
Large diffs are not rendered by default.

kura/emulator/org.eclipse.kura.emulator/src/main/resources/Kura_Emulator_OSX.launch

Lines changed: 27 additions & 35 deletions
Large diffs are not rendered by default.

kura/pom.xml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
Red Hat Inc
1212
Cavium
1313
-->
14-
<project xmlns="http://maven.apache.org/POM/4.0.0"
15-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1615
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1716

1817
<modelVersion>4.0.0</modelVersion>
@@ -508,8 +507,7 @@
508507
<configuration>
509508
<exportAntProperties>true</exportAntProperties>
510509
<target name="verify.jdeps">
511-
<available file="jdeps" filepath="${env.PATH}"
512-
property="jdeps.present" />
510+
<available file="jdeps" filepath="${env.PATH}" property="jdeps.present" />
513511
</target>
514512
</configuration>
515513
</execution>
@@ -561,9 +559,7 @@
561559
</executions>
562560
</plugin>
563561

564-
<!--This
565-
plugin's configuration is used to store Eclipse m2e settings only. It has no
566-
influence on the Maven build itself.-->
562+
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
567563
<plugin>
568564
<groupId>org.eclipse.m2e</groupId>
569565
<artifactId>lifecycle-mapping</artifactId>
@@ -709,4 +705,4 @@
709705
</plugins>
710706
</pluginManagement>
711707
</build>
712-
</project>
708+
</project>

kura/test/pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ Copyright (c) 2016, 2025 Eurotech and/or its affiliates and others
99
http://www.eclipse.org/legal/epl-v10.html
1010
1111
-->
12-
<project xmlns="http://maven.apache.org/POM/4.0.0"
13-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1513
<modelVersion>4.0.0</modelVersion>
1614
<parent>
1715
<groupId>org.eclipse.kura</groupId>
@@ -249,9 +247,7 @@ Copyright (c) 2016, 2025 Eurotech and/or its affiliates and others
249247
</build>
250248
<properties>
251249
<kura.basedir>${project.basedir}/..</kura.basedir>
252-
<tycho.argline>
253-
${jacocoArgs}
254-
-Dlog4j.configurationFile=file:${kura.basedir}/emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml</tycho.argline>
250+
<tycho.argline>${jacocoArgs} -Dlog4j.configurationFile=file:${kura.basedir}/emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml</tycho.argline>
255251
</properties>
256252
<modules>
257253
<module>org.eclipse.kura.asset.provider.test</module>
@@ -321,4 +317,4 @@ Copyright (c) 2016, 2025 Eurotech and/or its affiliates and others
321317
</modules>
322318
</profile>
323319
</profiles>
324-
</project>
320+
</project>

0 commit comments

Comments
 (0)