You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/09/15 17:04:48 UTC

svn commit: r446625 - in /maven/components/trunk: maven-artifact-ant/sample-build-test.pom maven-reporting/maven-reporting-api/src/main/resources/default-report.xml

Author: brett
Date: Fri Sep 15 08:04:47 2006
New Revision: 446625

URL: http://svn.apache.org/viewvc?view=rev&rev=446625
Log:
merge r446623 from maven-2.0.x - fix line endings

Modified:
    maven/components/trunk/maven-artifact-ant/sample-build-test.pom   (contents, props changed)
    maven/components/trunk/maven-reporting/maven-reporting-api/src/main/resources/default-report.xml   (contents, props changed)

Modified: maven/components/trunk/maven-artifact-ant/sample-build-test.pom
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-artifact-ant/sample-build-test.pom?view=diff&rev=446625&r1=446624&r2=446625
==============================================================================
--- maven/components/trunk/maven-artifact-ant/sample-build-test.pom (original)
+++ maven/components/trunk/maven-artifact-ant/sample-build-test.pom Fri Sep 15 08:04:47 2006
@@ -1,6 +1,6 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.test</groupId>
-  <artifactId>sample-build-test</artifactId>
-  <version>2.0-beta-4-SNAPSHOT</version>
-</project>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.test</groupId>
+  <artifactId>sample-build-test</artifactId>
+  <version>2.0-beta-4-SNAPSHOT</version>
+</project>

Propchange: maven/components/trunk/maven-artifact-ant/sample-build-test.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: maven/components/trunk/maven-reporting/maven-reporting-api/src/main/resources/default-report.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-reporting/maven-reporting-api/src/main/resources/default-report.xml?view=diff&rev=446625&r1=446624&r2=446625
==============================================================================
--- maven/components/trunk/maven-reporting/maven-reporting-api/src/main/resources/default-report.xml (original)
+++ maven/components/trunk/maven-reporting/maven-reporting-api/src/main/resources/default-report.xml Fri Sep 15 08:04:47 2006
@@ -1,6 +1,6 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="${project.name}">
-  <body>
-    ${reports}
-  </body>
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="${project.name}">
+  <body>
+    ${reports}
+  </body>
+</project>

Propchange: maven/components/trunk/maven-reporting/maven-reporting-api/src/main/resources/default-report.xml
------------------------------------------------------------------------------
    svn:eol-style = native