Author: baerrach
Date: Fri Oct 3 19:05:46 2008
New Revision: 701584
URL: http://svn.apache.org/viewvc?rev=701584&view=rev
Log:
added eol properties
Modified:
maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/echo.xml.expected
(contents, props changed)
maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/pom.xml
(contents, props changed)
maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/verify.bsh
(contents, props changed)
Modified:
maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/echo.xml.expected
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/echo.xml.expected?rev=701584&r1=701583&r2=701584&view=diff
==============================================================================
---
maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/echo.xml.expected
(original)
+++
maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/echo.xml.expected
Fri Oct 3 19:05:46 2008
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project default="foo">
- <target name="foo">
- <echo>foo</echo>
- </target>
-</project>
+<project default="foo">
+ <target name="foo">
+ <echo>foo</echo>
+ </target>
+</project>
Propchange:
maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/echo.xml.expected
------------------------------------------------------------------------------
svn:eol-style = native
Modified:
maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/pom.xml?rev=701584&r1=701583&r2=701584&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/pom.xml
(original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/pom.xml Fri
Oct 3 19:05:46 2008
@@ -1,57 +1,57 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.maven.plugins.antrun</groupId>
- <artifactId>antrun-plugin-test</artifactId>
- <version>1.0-SNAPSHOT</version>
- <name>Test for MANTRUN-68</name>
- <dependencies></dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <version>@pom.version@</version>
- <executions>
- <execution>
- <phase>test</phase>
- <configuration>
- <tasks>
- <echoxml file="echo.xml">
- <project default="foo">
- <target name="foo">
- <echo>foo</echo>
- </target>
- </project>
- </echoxml>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<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/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.maven.plugins.antrun</groupId>
+ <artifactId>antrun-plugin-test</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <name>Test for MANTRUN-68</name>
+ <dependencies></dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>@pom.version@</version>
+ <executions>
+ <execution>
+ <phase>test</phase>
+ <configuration>
+ <tasks>
+ <echoxml file="echo.xml">
+ <project default="foo">
+ <target name="foo">
+ <echo>foo</echo>
+ </target>
+ </project>
+ </echoxml>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Propchange:
maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/pom.xml
------------------------------------------------------------------------------
svn:eol-style = native
Modified:
maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/verify.bsh
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/verify.bsh?rev=701584&r1=701583&r2=701584&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/verify.bsh
(original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/verify.bsh
Fri Oct 3 19:05:46 2008
@@ -1,17 +1,17 @@
-import java.io.*;
-import java.util.*;
-import java.util.regex.*;
-
-import org.codehaus.plexus.util.*;
-
-try
-{
- File actual = new File( basedir, "echo.xml" );
- File expected = new File( basedir, "echo.xml.expected" );
- return FileUtils.contentEquals(expected, actual);
-}
-catch( Throwable t )
-{
- t.printStackTrace();
- return false;
-}
+import java.io.*;
+import java.util.*;
+import java.util.regex.*;
+
+import org.codehaus.plexus.util.*;
+
+try
+{
+ File actual = new File( basedir, "echo.xml" );
+ File expected = new File( basedir, "echo.xml.expected" );
+ return FileUtils.contentEquals(expected, actual);
+}
+catch( Throwable t )
+{
+ t.printStackTrace();
+ return false;
+}
Propchange:
maven/plugins/trunk/maven-antrun-plugin/src/it/ant-1.7-features/verify.bsh
------------------------------------------------------------------------------
svn:eol-style = native