Author: dennisl
Date: Fri Jul 28 11:11:23 2006
New Revision: 426633
URL: http://svn.apache.org/viewvc?rev=426633&view=rev
Log:
o Set EOL style to native.
Modified:
maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/multimodule/index.apt
(props changed)
maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/single/filtering-some-distribution-files.apt
(props changed)
maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/single/index.apt
(props changed)
maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/single/using-components.apt
(props changed)
maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/single/using-repositories.apt
(props changed)
maven/plugins/trunk/maven-assembly-plugin/src/site/fml/faq.fml (contents,
props changed)
Propchange:
maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/multimodule/index.apt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/single/filtering-some-distribution-files.apt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/single/index.apt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/single/using-components.apt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/single/using-repositories.apt
------------------------------------------------------------------------------
svn:eol-style = native
Modified: maven/plugins/trunk/maven-assembly-plugin/src/site/fml/faq.fml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/site/fml/faq.fml?rev=426633&r1=426632&r2=426633&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/src/site/fml/faq.fml Fri Jul 28
11:11:23 2006
@@ -1,41 +1,41 @@
-<?xml version="1.0"?>
-
-<!--
- ~ Copyright 2006 The Apache Software Foundation.
- ~
- ~ Licensed 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.
- -->
-
-<faqs id="FAQ" title="Frequently Asked Questions">
- <part id="General">
- <faq id="deploy">
- <question>If the Assembly Plugin is run during the package phase, do my
assemblies get deployed during the deploy phase?</question>
- <answer>
- <p>Yes. The assemblies created by the Assembly Plugin is attached to
your project so it gets deployed too.</p>
- </answer>
- </faq>
- <faq id="classifier">
- <question>Can I use an artifact created by the assembly plugin as a
dependency?</question>
- <answer>
- <p>Yes. You can refer to it using the id of the assembly as the
dependency classifier.</p>
- </answer>
- </faq>
- <faq id="javadoc">
- <question>How do I use the Assembly Plugin to package my project's
javadoc files?</question>
- <answer>
- <p>The Javadoc Plugin can generate the javadoc files of your projects.
Also, the Javadoc Plugin can package them!</p>
- <p>Please see the <a href="/plugins/maven-javadoc-plugin/">Javadoc
Plugin Documentation</a>.</p>
- </answer>
- </faq>
- </part>
-</faqs>
+<?xml version="1.0"?>
+
+<!--
+ ~ Copyright 2006 The Apache Software Foundation.
+ ~
+ ~ Licensed 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.
+ -->
+
+<faqs id="FAQ" title="Frequently Asked Questions">
+ <part id="General">
+ <faq id="deploy">
+ <question>If the Assembly Plugin is run during the package phase, do my
assemblies get deployed during the deploy phase?</question>
+ <answer>
+ <p>Yes. The assemblies created by the Assembly Plugin is attached to
your project so it gets deployed too.</p>
+ </answer>
+ </faq>
+ <faq id="classifier">
+ <question>Can I use an artifact created by the assembly plugin as a
dependency?</question>
+ <answer>
+ <p>Yes. You can refer to it using the id of the assembly as the
dependency classifier.</p>
+ </answer>
+ </faq>
+ <faq id="javadoc">
+ <question>How do I use the Assembly Plugin to package my project's
javadoc files?</question>
+ <answer>
+ <p>The Javadoc Plugin can generate the javadoc files of your projects.
Also, the Javadoc Plugin can package them!</p>
+ <p>Please see the <a href="/plugins/maven-javadoc-plugin/">Javadoc
Plugin Documentation</a>.</p>
+ </answer>
+ </faq>
+ </part>
+</faqs>
Propchange: maven/plugins/trunk/maven-assembly-plugin/src/site/fml/faq.fml
------------------------------------------------------------------------------
svn:eol-style = native