[maven-doxia-sitetools] Fix up newlines

Stanislav Ochotnicky sochotni at fedoraproject.org
Mon Jan 9 17:27:00 UTC 2012


commit 29d12c97586cc9f3771d53786b37396bfcdd5453
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Mon Jan 9 18:26:53 2012 +0100

    Fix up newlines

 0003-Migration-to-component-metadata.patch |   52 ++++++++++++++--------------
 1 files changed, 26 insertions(+), 26 deletions(-)
---
diff --git a/0003-Migration-to-component-metadata.patch b/0003-Migration-to-component-metadata.patch
index 7d8a22b..801bbf4 100644
--- a/0003-Migration-to-component-metadata.patch
+++ b/0003-Migration-to-component-metadata.patch
@@ -2,33 +2,33 @@ diff -Naur doxia-sitetools-1.2.orig/doxia-decoration-model/pom.xml doxia-sitetoo
 --- doxia-sitetools-1.2.orig/doxia-decoration-model/pom.xml	2011-04-26 22:48:04.000000000 +0200
 +++ doxia-sitetools-1.2/doxia-decoration-model/pom.xml	2012-01-09 17:25:20.704405788 +0100
 @@ -77,11 +77,11 @@
-       </plugin>
-       <plugin>
-         <groupId>org.codehaus.plexus</groupId>
--        <artifactId>plexus-maven-plugin</artifactId>
-+        <artifactId>plexus-component-metadata</artifactId>
-         <executions>
-           <execution>
-             <goals>
--              <goal>descriptor</goal>
-+              <goal>generate-metadata</goal>
-             </goals>
-           </execution>
-         </executions>
+       </plugin>
+       <plugin>
+         <groupId>org.codehaus.plexus</groupId>
+-        <artifactId>plexus-maven-plugin</artifactId>
++        <artifactId>plexus-component-metadata</artifactId>
+         <executions>
+           <execution>
+             <goals>
+-              <goal>descriptor</goal>
++              <goal>generate-metadata</goal>
+             </goals>
+           </execution>
+         </executions>
 diff -Naur doxia-sitetools-1.2.orig/doxia-doc-renderer/pom.xml doxia-sitetools-1.2/doxia-doc-renderer/pom.xml
 --- doxia-sitetools-1.2.orig/doxia-doc-renderer/pom.xml	2011-04-26 22:48:20.000000000 +0200
 +++ doxia-sitetools-1.2/doxia-doc-renderer/pom.xml	2012-01-09 17:26:26.943959066 +0100
 @@ -154,11 +154,11 @@
-     <plugins>
-       <plugin>
-         <groupId>org.codehaus.plexus</groupId>
--        <artifactId>plexus-maven-plugin</artifactId>
-+        <artifactId>plexus-component-metadata</artifactId>
-         <executions>
-           <execution>
-             <goals>
--              <goal>descriptor</goal>
-+              <goal>generate-metadata</goal>
-             </goals>
-           </execution>
-         </executions>
+     <plugins>
+       <plugin>
+         <groupId>org.codehaus.plexus</groupId>
+-        <artifactId>plexus-maven-plugin</artifactId>
++        <artifactId>plexus-component-metadata</artifactId>
+         <executions>
+           <execution>
+             <goals>
+-              <goal>descriptor</goal>
++              <goal>generate-metadata</goal>
+             </goals>
+           </execution>
+         </executions>


More information about the scm-commits mailing list