diff options
-rw-r--r-- | all/build.xml | 2 | ||||
-rwxr-xr-x | build/ide.xml | 2 | ||||
-rw-r--r-- | buildhelpers/build.xml | 2 | ||||
-rw-r--r-- | client-compiler/build.xml | 2 | ||||
-rw-r--r-- | client/build.xml | 2 | ||||
-rw-r--r-- | ivysettings-publish.xml | 2 | ||||
-rw-r--r-- | ivysettings.xml | 2 | ||||
-rw-r--r-- | pom-template.xml | 2 | ||||
-rw-r--r-- | publish.xml | 2 | ||||
-rw-r--r-- | push/build.xml | 2 | ||||
-rw-r--r-- | shared/build.xml | 2 | ||||
-rw-r--r-- | theme-compiler/build.xml | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/all/build.xml b/all/build.xml index 080346403f..1b48721ecd 100644 --- a/all/build.xml +++ b/all/build.xml @@ -122,4 +122,4 @@ <!-- No tests for this zip.. --> </target> -</project>
\ No newline at end of file +</project> diff --git a/build/ide.xml b/build/ide.xml index 45130e9d01..94f89da30f 100755 --- a/build/ide.xml +++ b/build/ide.xml @@ -147,4 +147,4 @@ </loadfile> <echo file="${vaadinPush.js.output}">${vaadinPush.js.contents}</echo> </target> -</project>
\ No newline at end of file +</project> diff --git a/buildhelpers/build.xml b/buildhelpers/build.xml index 7d9e23683e..28eb55e6e8 100644 --- a/buildhelpers/build.xml +++ b/buildhelpers/build.xml @@ -48,4 +48,4 @@ <!--<antcall target="common.test.run" /> --> <echo>WHAT? No JUnit tests for ${module.name}!</echo> </target> -</project>
\ No newline at end of file +</project> diff --git a/client-compiler/build.xml b/client-compiler/build.xml index 67c3c318a7..97189fc437 100644 --- a/client-compiler/build.xml +++ b/client-compiler/build.xml @@ -66,4 +66,4 @@ <echo>WHAT? No tests for ${module.name}!</echo> </target> -</project>
\ No newline at end of file +</project> diff --git a/client/build.xml b/client/build.xml index dec8b84a18..19ec05b28a 100644 --- a/client/build.xml +++ b/client/build.xml @@ -72,4 +72,4 @@ <antcall target="common.test.run" /> </target> -</project>
\ No newline at end of file +</project> diff --git a/ivysettings-publish.xml b/ivysettings-publish.xml index 4f96b16b72..aeb759d59b 100644 --- a/ivysettings-publish.xml +++ b/ivysettings-publish.xml @@ -28,4 +28,4 @@ </resolvers> -</ivysettings>
\ No newline at end of file +</ivysettings> diff --git a/ivysettings.xml b/ivysettings.xml index 3db0a8a06d..fa08f3d0bb 100644 --- a/ivysettings.xml +++ b/ivysettings.xml @@ -44,4 +44,4 @@ </modules> -</ivysettings>
\ No newline at end of file +</ivysettings> diff --git a/pom-template.xml b/pom-template.xml index 1716abc82a..2a9c1f0f28 100644 --- a/pom-template.xml +++ b/pom-template.xml @@ -96,4 +96,4 @@ </snapshots> </repository> </repositories> -</project>
\ No newline at end of file +</project> diff --git a/publish.xml b/publish.xml index 008451a2f8..314c6aee8a 100644 --- a/publish.xml +++ b/publish.xml @@ -70,4 +70,4 @@ </artifact:mvn> </target> -</project>
\ No newline at end of file +</project> diff --git a/push/build.xml b/push/build.xml index ead3a0226e..829411ea12 100644 --- a/push/build.xml +++ b/push/build.xml @@ -70,4 +70,4 @@ <target name="test" depends="checkstyle"> </target> -</project>
\ No newline at end of file +</project> diff --git a/shared/build.xml b/shared/build.xml index b0533550d4..73a0a8df7f 100644 --- a/shared/build.xml +++ b/shared/build.xml @@ -61,4 +61,4 @@ <echo>WHAT? No tests for ${module.name}!</echo> </target> -</project>
\ No newline at end of file +</project> diff --git a/theme-compiler/build.xml b/theme-compiler/build.xml index 1fd78209c3..9141605fbf 100644 --- a/theme-compiler/build.xml +++ b/theme-compiler/build.xml @@ -57,4 +57,4 @@ <antcall target="common.test.run" /> </target> -</project>
\ No newline at end of file +</project> |