Skip to content

Commit 032aece

Browse files
committed
Remove trailing whitespace
1 parent a6062df commit 032aece

File tree

3 files changed

+10
-255
lines changed

3 files changed

+10
-255
lines changed

build.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,44 +5,44 @@
55
<project name="tmc-netbeans" basedir=".">
66
<description>Builds the module suite tmc-netbeans.</description>
77
<import file="nbproject/build-impl.xml"/>
8-
8+
99
<!-- Pull maven wrapper into the 'mavenmodules' cluster. Build it first if needed. -->
10-
10+
1111
<target name="-check-mavenmodules">
1212
<uptodate property="mavenmodules.uptodate"
1313
srcfile="maven-wrapper/target/nbm/maven-wrapper-1.7.nbm"
1414
targetfile="mavenmodules"/>
1515
</target>
16-
16+
1717
<condition property="mvn.exe" value="mvn.bat" else="mvn">
1818
<os family="windows"/>
1919
</condition>
20-
20+
2121
<target name="-build-mavenmodules" depends="-check-mavenmodules" unless="mavenmodules.uptodate">
2222
<echo>Building the mavenmodules cluster.</echo>
2323
<echo>NOTE: you may need to restart NetBeans for the editor to notice.</echo>
24-
24+
2525
<exec dir="maven-wrapper" executable="${mvn.exe}" failonerror="true">
2626
<arg value="package"/>
2727
</exec>
28-
28+
2929
<delete dir="mavenmodules"/>
3030
<copy todir="mavenmodules">
3131
<fileset dir="maven-wrapper/target/nbm/netbeans/tmcbeans"/>
3232
</copy>
3333
</target>
34-
34+
3535
<target name="-clean-mavenmodules">
3636
<delete dir="mavenmodules"/>
37-
37+
3838
<exec dir="maven-wrapper" executable="${mvn.exe}" failonerror="true">
3939
<arg value="clean"/>
4040
</exec>
4141
</target>
42-
42+
4343
<target name="build" depends="-build-mavenmodules,suite.build"/>
4444
<target name="clean" depends="suite.clean,-clean-mavenmodules"/>
45-
45+
4646
<!-- Include maven-wrapper NBM in autoupdate site. -->
4747
<target name="nbms" depends="-init,branding,release,-hide-excluded-modules" description="Build NBMs and an Auto Update site descriptor for all modules in the suite.">
4848
<mkdir dir="${suite.build.dir}/updates"/>

tmc-plugin/src/fi/helsinki/cs/tmc/data/Review.java

Lines changed: 0 additions & 129 deletions
This file was deleted.

tmc-plugin/test/unit/src/fi/helsinki/cs/tmc/data/serialization/SubmissionResultParserTest.java

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
 (0)