You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2007/09/17 00:17:10 UTC

svn commit: r576195 - in /directory/apacheds/trunk/sar-plugin/src: main/resources/META-INF/plexus/components.xml site/apt/howto.apt site/apt/introduction.apt

Author: elecharny
Date: Sun Sep 16 15:17:07 2007
New Revision: 576195

URL: http://svn.apache.org/viewvc?rev=576195&view=rev
Log:
removed ^M from files

Modified:
    directory/apacheds/trunk/sar-plugin/src/main/resources/META-INF/plexus/components.xml
    directory/apacheds/trunk/sar-plugin/src/site/apt/howto.apt
    directory/apacheds/trunk/sar-plugin/src/site/apt/introduction.apt

Modified: directory/apacheds/trunk/sar-plugin/src/main/resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/sar-plugin/src/main/resources/META-INF/plexus/components.xml?rev=576195&r1=576194&r2=576195&view=diff
==============================================================================
--- directory/apacheds/trunk/sar-plugin/src/main/resources/META-INF/plexus/components.xml (original)
+++ directory/apacheds/trunk/sar-plugin/src/main/resources/META-INF/plexus/components.xml Sun Sep 16 15:17:07 2007
@@ -1,34 +1,34 @@
-<component-set>
-  <components>
-    <component>
-      <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
-      <role-hint>sar</role-hint>
-      <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
-      <configuration>
-        <classifier></classifier>
-        <extension>sar</extension>
-        <type>sar</type>
-        <packaging>jar</packaging>
-        <language>java</language>
-        <addedToClasspath>false</addedToClasspath>
-      </configuration>
-    </component>
-    <component>
-      <role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role>
-      <role-hint>sar</role-hint>
-      <implementation>org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping</implementation>
-      <configuration>
-        <phases>
-          <process-resources>org.apache.maven.plugins:maven-resources-plugin:resources</process-resources>
-          <compile>org.apache.maven.plugins:maven-compiler-plugin:compile</compile>
-          <process-test-resources>org.apache.maven.plugins:maven-resources-plugin:testResources</process-test-resources>
-          <test-compile>org.apache.maven.plugins:maven-compiler-plugin:testCompile</test-compile>
-          <test>org.apache.maven.plugins:maven-surefire-plugin:test</test>
-          <package>org.apache.directory.server:apacheds-sar-plugin:sar</package>
-          <install>org.apache.maven.plugins:maven-install-plugin:install</install>
-          <deploy>org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy>
-        </phases>
-      </configuration>
-    </component>
-  </components>
-</component-set>
+<component-set>
+  <components>
+    <component>
+      <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
+      <role-hint>sar</role-hint>
+      <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
+      <configuration>
+        <classifier></classifier>
+        <extension>sar</extension>
+        <type>sar</type>
+        <packaging>jar</packaging>
+        <language>java</language>
+        <addedToClasspath>false</addedToClasspath>
+      </configuration>
+    </component>
+    <component>
+      <role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role>
+      <role-hint>sar</role-hint>
+      <implementation>org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping</implementation>
+      <configuration>
+        <phases>
+          <process-resources>org.apache.maven.plugins:maven-resources-plugin:resources</process-resources>
+          <compile>org.apache.maven.plugins:maven-compiler-plugin:compile</compile>
+          <process-test-resources>org.apache.maven.plugins:maven-resources-plugin:testResources</process-test-resources>
+          <test-compile>org.apache.maven.plugins:maven-compiler-plugin:testCompile</test-compile>
+          <test>org.apache.maven.plugins:maven-surefire-plugin:test</test>
+          <package>org.apache.directory.server:apacheds-sar-plugin:sar</package>
+          <install>org.apache.maven.plugins:maven-install-plugin:install</install>
+          <deploy>org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy>
+        </phases>
+      </configuration>
+    </component>
+  </components>
+</component-set>

Modified: directory/apacheds/trunk/sar-plugin/src/site/apt/howto.apt
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/sar-plugin/src/site/apt/howto.apt?rev=576195&r1=576194&r2=576195&view=diff
==============================================================================
--- directory/apacheds/trunk/sar-plugin/src/site/apt/howto.apt (original)
+++ directory/apacheds/trunk/sar-plugin/src/site/apt/howto.apt Sun Sep 16 15:17:07 2007
@@ -1,25 +1,25 @@
- ------
- Maven 2 Sar Plugin: configuration examples
- ------
- Frank Mena 
- <fr...@gmail.com>
- ------
- October 14, 2005
-
-Introduction
-
-  The Sar plugin allows the packaging of a JBoss service sar in 3 different modes:
-
-   * sar (default): generates the sar artifact
-
-   * inplace: package the sar in the source tree
-
-   * exploded : package an exploded sar application
-
-  Each mode is materialized by a goal. For instance, to generate an exploded
-  sar from the current project, one would type
-
-+--------
-  mvn sar:exploded
-+---------
-
+ ------
+ Maven 2 Sar Plugin: configuration examples
+ ------
+ Frank Mena 
+ <fr...@gmail.com>
+ ------
+ October 14, 2005
+
+Introduction
+
+  The Sar plugin allows the packaging of a JBoss service sar in 3 different modes:
+
+   * sar (default): generates the sar artifact
+
+   * inplace: package the sar in the source tree
+
+   * exploded : package an exploded sar application
+
+  Each mode is materialized by a goal. For instance, to generate an exploded
+  sar from the current project, one would type
+
++--------
+  mvn sar:exploded
++---------
+

Modified: directory/apacheds/trunk/sar-plugin/src/site/apt/introduction.apt
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/sar-plugin/src/site/apt/introduction.apt?rev=576195&r1=576194&r2=576195&view=diff
==============================================================================
--- directory/apacheds/trunk/sar-plugin/src/site/apt/introduction.apt (original)
+++ directory/apacheds/trunk/sar-plugin/src/site/apt/introduction.apt Sun Sep 16 15:17:07 2007
@@ -1,16 +1,16 @@
- ------
- Maven 2 Sar Plugin
- ------
- Frank Mena
- <fr...@gmail.com>
- ------
- September 23, 2005
-
-Introduction
-
-  This plugin generates a JBoss service sar archive (SAR) file.
-
-  The full description of goals is available {{{index.html}here}}.
-
-
-
+ ------
+ Maven 2 Sar Plugin
+ ------
+ Frank Mena
+ <fr...@gmail.com>
+ ------
+ September 23, 2005
+
+Introduction
+
+  This plugin generates a JBoss service sar archive (SAR) file.
+
+  The full description of goals is available {{{index.html}here}}.
+
+
+