Skip to content

Commit d2f3e62

Browse files
eclipse-pde-botakurtakov
authored andcommitted
Perform clean code of build/org.eclipse.pde.build.tests
1 parent 76d0ddd commit d2f3e62

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
lines changed

build/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/AssembleTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* https://www.eclipse.org/legal/epl-2.0/
88
*
99
* SPDX-License-Identifier: EPL-2.0
10-
*
10+
*
1111
* Contributors: IBM Corporation - initial API and implementation
1212
*******************************************************************************/
1313

build/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/FetchTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* https://www.eclipse.org/legal/epl-2.0/
88
*
99
* SPDX-License-Identifier: EPL-2.0
10-
*
10+
*
1111
* Contributors: IBM Corporation - initial API and implementation
1212
*******************************************************************************/
1313

build/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/ProductTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* https://www.eclipse.org/legal/epl-2.0/
88
*
99
* SPDX-License-Identifier: EPL-2.0
10-
*
10+
*
1111
* Contributors: IBM Corporation - initial API and implementation
1212
*******************************************************************************/
1313

build/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* https://www.eclipse.org/legal/epl-2.0/
88
*
99
* SPDX-License-Identifier: EPL-2.0
10-
*
10+
*
1111
* Contributors: Andrew Eisenberg - bug 303960 tests
1212
*******************************************************************************/
1313

@@ -571,7 +571,7 @@ public void testBug193393() throws Exception {
571571
/*
572572
* Test disabled and resources removed 23 July 2013 as Equinox framework no
573573
* longer supports pre-osgi plug-ins (Bug 411907)
574-
*
574+
*
575575
* Tests that 196754 works without a manifest (pre-osgi plug-in) Bug 196754:
576576
* Unpacked fragments have their manifest entries reordered during feature
577577
* export

build/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/SourceTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* https://www.eclipse.org/legal/epl-2.0/
88
*
99
* SPDX-License-Identifier: EPL-2.0
10-
*
10+
*
1111
* Contributors: IBM Corporation - initial API and implementation
1212
*******************************************************************************/
1313

@@ -525,7 +525,7 @@ public void test243475_243227() throws Exception {
525525

526526
// TODO here the rcp.source_1.0.0.123.jar should be extracted to rcp.source_1.0.0.123 as it was before
527527
// but I'm too lazy to do that and Java doesn't provide one liner to do that
528-
528+
529529
String oldBuild = buildFolder.getLocation().toOSString();
530530
Utils.generateAllElements(build2, "sdk");
531531
buildProperties = BuildConfiguration.getBuilderProperties(build2);

build/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public class Utils {
6565
/**
6666
* Transfer the contents of resource into the destination IFile. During the
6767
* transfer, replace all instances of "@replaceTag@" with "replaceString"
68-
*
68+
*
6969
* @param resource
7070
* - input URL
7171
* @param destination

build/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/ant/TestBrandTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* https://www.eclipse.org/legal/epl-2.0/
88
*
99
* SPDX-License-Identifier: EPL-2.0
10-
*
10+
*
1111
* Contributors:
1212
* IBM Corporation - initial API and implementation
1313
*******************************************************************************/

build/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* https://www.eclipse.org/legal/epl-2.0/
88
*
99
* SPDX-License-Identifier: EPL-2.0
10-
*
10+
*
1111
* Contributors: IBM - Initial API and implementation
1212
*******************************************************************************/
1313
package org.eclipse.pde.build.internal.tests.p2;

build/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/p2/P2TestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* https://www.eclipse.org/legal/epl-2.0/
88
*
99
* SPDX-License-Identifier: EPL-2.0
10-
*
10+
*
1111
* Contributors: IBM - Initial API and implementation
1212
*******************************************************************************/
1313
package org.eclipse.pde.build.internal.tests.p2;

build/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/p2/P2Tests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* https://www.eclipse.org/legal/epl-2.0/
88
*
99
* SPDX-License-Identifier: EPL-2.0
10-
*
10+
*
1111
* Contributors: IBM Corporation - initial API and implementation
1212
*******************************************************************************/
1313

0 commit comments

Comments
 (0)