You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2013/10/20 09:41:15 UTC

svn commit: r1533855 - in /buildr/trunk/tests: JavaSystemProperty/src/test/java/ compile_with_parent/child/src/main/java/ helloWorld/src/main/java/ junit3/src/main/java/ junit3/src/test/java/ package_war_as_jar/src/main/java/

Author: donaldp
Date: Sun Oct 20 07:41:14 2013
New Revision: 1533855

URL: http://svn.apache.org/r1533855
Log:
Add EOF EOL

Modified:
    buildr/trunk/tests/JavaSystemProperty/src/test/java/FooTest.java
    buildr/trunk/tests/compile_with_parent/child/src/main/java/Foo.java
    buildr/trunk/tests/helloWorld/src/main/java/HelloWorld.java
    buildr/trunk/tests/junit3/src/main/java/Foo.java
    buildr/trunk/tests/junit3/src/test/java/FooTest.java
    buildr/trunk/tests/package_war_as_jar/src/main/java/Foo.java

Modified: buildr/trunk/tests/JavaSystemProperty/src/test/java/FooTest.java
URL: http://svn.apache.org/viewvc/buildr/trunk/tests/JavaSystemProperty/src/test/java/FooTest.java?rev=1533855&r1=1533854&r2=1533855&view=diff
==============================================================================
--- buildr/trunk/tests/JavaSystemProperty/src/test/java/FooTest.java (original)
+++ buildr/trunk/tests/JavaSystemProperty/src/test/java/FooTest.java Sun Oct 20 07:41:14 2013
@@ -21,4 +21,4 @@ public class FooTest {
 	
 	@Test
 	public void testSomething() {}
-}
\ No newline at end of file
+}

Modified: buildr/trunk/tests/compile_with_parent/child/src/main/java/Foo.java
URL: http://svn.apache.org/viewvc/buildr/trunk/tests/compile_with_parent/child/src/main/java/Foo.java?rev=1533855&r1=1533854&r2=1533855&view=diff
==============================================================================
--- buildr/trunk/tests/compile_with_parent/child/src/main/java/Foo.java (original)
+++ buildr/trunk/tests/compile_with_parent/child/src/main/java/Foo.java Sun Oct 20 07:41:14 2013
@@ -20,4 +20,4 @@ import org.apache.log4j.Logger;
 public class Foo {
 	
 	private static final Logger _logger = Logger.getLogger(Foo.class);
-}
\ No newline at end of file
+}

Modified: buildr/trunk/tests/helloWorld/src/main/java/HelloWorld.java
URL: http://svn.apache.org/viewvc/buildr/trunk/tests/helloWorld/src/main/java/HelloWorld.java?rev=1533855&r1=1533854&r2=1533855&view=diff
==============================================================================
--- buildr/trunk/tests/helloWorld/src/main/java/HelloWorld.java (original)
+++ buildr/trunk/tests/helloWorld/src/main/java/HelloWorld.java Sun Oct 20 07:41:14 2013
@@ -20,4 +20,4 @@ public class HelloWorld {
 	public void foo() {
 		System.err.println("bar");
 	}
-}
\ No newline at end of file
+}

Modified: buildr/trunk/tests/junit3/src/main/java/Foo.java
URL: http://svn.apache.org/viewvc/buildr/trunk/tests/junit3/src/main/java/Foo.java?rev=1533855&r1=1533854&r2=1533855&view=diff
==============================================================================
--- buildr/trunk/tests/junit3/src/main/java/Foo.java (original)
+++ buildr/trunk/tests/junit3/src/main/java/Foo.java Sun Oct 20 07:41:14 2013
@@ -20,4 +20,4 @@ public class Foo {
 	public String bar() {
 		return "bar";
 	}
-}
\ No newline at end of file
+}

Modified: buildr/trunk/tests/junit3/src/test/java/FooTest.java
URL: http://svn.apache.org/viewvc/buildr/trunk/tests/junit3/src/test/java/FooTest.java?rev=1533855&r1=1533854&r2=1533855&view=diff
==============================================================================
--- buildr/trunk/tests/junit3/src/test/java/FooTest.java (original)
+++ buildr/trunk/tests/junit3/src/test/java/FooTest.java Sun Oct 20 07:41:14 2013
@@ -25,4 +25,4 @@ public class FooTest extends TestCase {
 		assertEquals("bar", foo.bar());
 	}
 	
-}
\ No newline at end of file
+}

Modified: buildr/trunk/tests/package_war_as_jar/src/main/java/Foo.java
URL: http://svn.apache.org/viewvc/buildr/trunk/tests/package_war_as_jar/src/main/java/Foo.java?rev=1533855&r1=1533854&r2=1533855&view=diff
==============================================================================
--- buildr/trunk/tests/package_war_as_jar/src/main/java/Foo.java (original)
+++ buildr/trunk/tests/package_war_as_jar/src/main/java/Foo.java Sun Oct 20 07:41:14 2013
@@ -16,4 +16,4 @@
  */
 
 public class Foo {
-}
\ No newline at end of file
+}