Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test4/src/site/apt/test.apt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test4/src/site/apt/test.apt?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test4/src/site/apt/test.apt
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test4/src/site/apt/test.apt
 Thu Jul 14 13:12:21 2005
@@ -1,12 +1,12 @@
- ------

- Configuring Site Plugin

- ------

- Vincent Siveton

- ------

- 13 July 2005

- ------

-

-

-Site Plugin Test

-

+ ------
+ Configuring Site Plugin
+ ------
+ Vincent Siveton
+ ------
+ 13 July 2005
+ ------
+
+
+Site Plugin Test
+
 Todo

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test4/src/site/apt/test.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test4/src/site/apt/test.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test4/src/site/site.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test4/src/site/site.xml?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test4/src/site/site.xml
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test4/src/site/site.xml
 Thu Jul 14 13:12:21 2005
@@ -1,40 +1,40 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>

-

-<!--

-/*

- * Copyright 2001-2005 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.

- */

--->

-

-<project name="Maven Site">

-  <bannerLeft>

-    <name>Maven Site</name>

-    <src>http://maven.apache.org/images/apache-maven-project.png</src>

-    <href>http://maven.apache.org/</href>

-  </bannerLeft>

-  <bannerRight>

-    <src>http://maven.apache.org/images/maven-small.gif</src>

-  </bannerRight>

-  <body>

-    <links>

-      <item name="Maven 2" href="http://maven.apache.org/maven2/"/>

-    </links>

-

-    <menu name="Overview">

-      <item name="Test" href="/test.html"/>

-    </menu>

-    ${reports}

-  </body>

-</project>

+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+/*
+ * Copyright 2001-2005 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.
+ */
+-->
+
+<project name="Maven Site">
+  <bannerLeft>
+    <name>Maven Site</name>
+    <src>http://maven.apache.org/images/apache-maven-project.png</src>
+    <href>http://maven.apache.org/</href>
+  </bannerLeft>
+  <bannerRight>
+    <src>http://maven.apache.org/images/maven-small.gif</src>
+  </bannerRight>
+  <body>
+    <links>
+      <item name="Maven 2" href="http://maven.apache.org/maven2/"/>
+    </links>
+
+    <menu name="Overview">
+      <item name="Test" href="/test.html"/>
+    </menu>
+    ${reports}
+  </body>
+</project>

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test4/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test4/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test4/src/test/java/org/apache/maven/plugin/site/test4/AppTest.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test4/src/test/java/org/apache/maven/plugin/site/test4/AppTest.java?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test4/src/test/java/org/apache/maven/plugin/site/test4/AppTest.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test4/src/test/java/org/apache/maven/plugin/site/test4/AppTest.java
 Thu Jul 14 13:12:21 2005
@@ -1,38 +1,38 @@
-package org.apache.maven.plugin.site.test4;

-

-import junit.framework.Test;

-import junit.framework.TestCase;

-import junit.framework.TestSuite;

-

-/**

- * Unit test for simple App.

- */

-public class AppTest 

-    extends TestCase

-{

-    /**

-     * Create the test case

-     *

-     * @param testName name of the test case

-     */

-    public AppTest( String testName )

-    {

-        super( testName );

-    }

-

-    /**

-     * @return the suite of tests being tested

-     */

-    public static Test suite()

-    {

-        return new TestSuite( AppTest.class );

-    }

-

-    /**

-     * Rigourous Test :-)

-     */

-    public void testApp()

-    {

-        assertTrue( true );

-    }

-}

+package org.apache.maven.plugin.site.test4;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
+import junit.framework.TestSuite;
+
+/**
+ * Unit test for simple App.
+ */
+public class AppTest 
+    extends TestCase
+{
+    /**
+     * Create the test case
+     *
+     * @param testName name of the test case
+     */
+    public AppTest( String testName )
+    {
+        super( testName );
+    }
+
+    /**
+     * @return the suite of tests being tested
+     */
+    public static Test suite()
+    {
+        return new TestSuite( AppTest.class );
+    }
+
+    /**
+     * Rigourous Test :-)
+     */
+    public void testApp()
+    {
+        assertTrue( true );
+    }
+}

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test4/src/test/java/org/apache/maven/plugin/site/test4/AppTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test4/src/test/java/org/apache/maven/plugin/site/test4/AppTest.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/pom.xml?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/pom.xml
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/pom.xml
 Thu Jul 14 13:12:21 2005
@@ -1,51 +1,51 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>

-

-<!--

-/*

- * Copyright 2001-2005 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.

- */

- -->

-

-<project>

-  <modelVersion>4.0.0</modelVersion>

-  <groupId>org.apache.maven.plugin.site.test5</groupId>

-  <artifactId>site-plugin-test5</artifactId>

-  <packaging>jar</packaging>

-  <version>1.0-SNAPSHOT</version>

-  <inceptionYear>2005</inceptionYear>

-  <name>Maven Site Plugin Test5</name>

-  <description>Two indexes exists.</description> -->

-  <url>http://maven.apache.org</url>

-  <dependencies>

-    <dependency>

-      <groupId>junit</groupId>

-      <artifactId>junit</artifactId>

-      <version>3.8.1</version>

-      <scope>test</scope>

-    </dependency>

-  </dependencies>

-  <developers>

-    <developer>

-      <id>vsiveton</id>

-      <name>Vincent Siveton</name>

-      <email>[EMAIL PROTECTED]</email>

-      <organization>Apache Software Foundation</organization>

-      <roles>

-        <role>Java Developer</role>

-      </roles>

-      <timezone>-5</timezone>

-    </developer>

-  </developers>

-</project>

+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+/*
+ * Copyright 2001-2005 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.
+ */
+ -->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.plugin.site.test5</groupId>
+  <artifactId>site-plugin-test5</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0-SNAPSHOT</version>
+  <inceptionYear>2005</inceptionYear>
+  <name>Maven Site Plugin Test5</name>
+  <description>Two indexes exists.</description> -->
+  <url>http://maven.apache.org</url>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <developers>
+    <developer>
+      <id>vsiveton</id>
+      <name>Vincent Siveton</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>Apache Software Foundation</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+  </developers>
+</project>

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/main/java/org/apache/maven/plugin/site/test5/App.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/main/java/org/apache/maven/plugin/site/test5/App.java?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/main/java/org/apache/maven/plugin/site/test5/App.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/main/java/org/apache/maven/plugin/site/test5/App.java
 Thu Jul 14 13:12:21 2005
@@ -1,13 +1,13 @@
-package org.apache.maven.plugin.site.test5;

-

-/**

- * Hello world!

- *

- */

-public class App 

-{

-    public static void main( String[] args )

-    {

-        System.out.println( "Hello World!" );

-    }

-}

+package org.apache.maven.plugin.site.test5;
+
+/**
+ * Hello world!
+ *
+ */
+public class App 
+{
+    public static void main( String[] args )
+    {
+        System.out.println( "Hello World!" );
+    }
+}

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/main/java/org/apache/maven/plugin/site/test5/App.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/main/java/org/apache/maven/plugin/site/test5/App.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/apt/index.apt?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/apt/index.apt
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/apt/index.apt
 Thu Jul 14 13:12:21 2005
@@ -1,12 +1,12 @@
- ------

- Configuring Site Plugin

- ------

- Vincent Siveton

- ------

- 13 July 2005

- ------

-

-

-Site Plugin Test

-

+ ------
+ Configuring Site Plugin
+ ------
+ Vincent Siveton
+ ------
+ 13 July 2005
+ ------
+
+
+Site Plugin Test
+
 Todo

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/apt/test.apt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/apt/test.apt?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/apt/test.apt
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/apt/test.apt
 Thu Jul 14 13:12:21 2005
@@ -1,12 +1,12 @@
- ------

- Configuring Site Plugin

- ------

- Vincent Siveton

- ------

- 13 July 2005

- ------

-

-

-Site Plugin Test

-

+ ------
+ Configuring Site Plugin
+ ------
+ Vincent Siveton
+ ------
+ 13 July 2005
+ ------
+
+
+Site Plugin Test
+
 Todo

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/apt/test.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/apt/test.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/site.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/site.xml?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/site.xml
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/site.xml
 Thu Jul 14 13:12:21 2005
@@ -1,40 +1,40 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>

-

-<!--

-/*

- * Copyright 2001-2005 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.

- */

--->

-

-<project name="Maven Site">

-  <bannerLeft>

-    <name>Maven Site</name>

-    <src>http://maven.apache.org/images/apache-maven-project.png</src>

-    <href>http://maven.apache.org/</href>

-  </bannerLeft>

-  <bannerRight>

-    <src>http://maven.apache.org/images/maven-small.gif</src>

-  </bannerRight>

-  <body>

-    <links>

-      <item name="Maven 2" href="http://maven.apache.org/maven2/"/>

-    </links>

-

-    <menu name="Overview">

-      <item name="Test" href="/test.html"/>

-    </menu>

-    ${reports}

-  </body>

-</project>

+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+/*
+ * Copyright 2001-2005 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.
+ */
+-->
+
+<project name="Maven Site">
+  <bannerLeft>
+    <name>Maven Site</name>
+    <src>http://maven.apache.org/images/apache-maven-project.png</src>
+    <href>http://maven.apache.org/</href>
+  </bannerLeft>
+  <bannerRight>
+    <src>http://maven.apache.org/images/maven-small.gif</src>
+  </bannerRight>
+  <body>
+    <links>
+      <item name="Maven 2" href="http://maven.apache.org/maven2/"/>
+    </links>
+
+    <menu name="Overview">
+      <item name="Test" href="/test.html"/>
+    </menu>
+    ${reports}
+  </body>
+</project>

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/xdoc/index.xml?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/xdoc/index.xml
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/xdoc/index.xml
 Thu Jul 14 13:12:21 2005
@@ -1,34 +1,34 @@
-<?xml version="1.0"?>

-

-<!--

-/*

- * Copyright 2001-2005 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.

- */

- -->

-

-<document>

-  <properties>

-    <title>Welcome</title>

-    <author email="vincent.siveton">Vincent Siveton</author>

-  </properties>

-  <body>

-    <section name="Welcome to Maven">

-      <p>

-        Test the Maven Site Plugin.

-      </p>

-       </section>

-  </body>

-</document>

-

+<?xml version="1.0"?>
+
+<!--
+/*
+ * Copyright 2001-2005 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.
+ */
+ -->
+
+<document>
+  <properties>
+    <title>Welcome</title>
+    <author email="vincent.siveton">Vincent Siveton</author>
+  </properties>
+  <body>
+    <section name="Welcome to Maven">
+      <p>
+        Test the Maven Site Plugin.
+      </p>
+       </section>
+  </body>
+</document>
+

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/xdoc/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/site/xdoc/index.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/test/java/org/apache/maven/plugin/site/test5/AppTest.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/test/java/org/apache/maven/plugin/site/test5/AppTest.java?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/test/java/org/apache/maven/plugin/site/test5/AppTest.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/test/java/org/apache/maven/plugin/site/test5/AppTest.java
 Thu Jul 14 13:12:21 2005
@@ -1,38 +1,38 @@
-package org.apache.maven.plugin.site.test5;

-

-import junit.framework.Test;

-import junit.framework.TestCase;

-import junit.framework.TestSuite;

-

-/**

- * Unit test for simple App.

- */

-public class AppTest 

-    extends TestCase

-{

-    /**

-     * Create the test case

-     *

-     * @param testName name of the test case

-     */

-    public AppTest( String testName )

-    {

-        super( testName );

-    }

-

-    /**

-     * @return the suite of tests being tested

-     */

-    public static Test suite()

-    {

-        return new TestSuite( AppTest.class );

-    }

-

-    /**

-     * Rigourous Test :-)

-     */

-    public void testApp()

-    {

-        assertTrue( true );

-    }

-}

+package org.apache.maven.plugin.site.test5;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
+import junit.framework.TestSuite;
+
+/**
+ * Unit test for simple App.
+ */
+public class AppTest 
+    extends TestCase
+{
+    /**
+     * Create the test case
+     *
+     * @param testName name of the test case
+     */
+    public AppTest( String testName )
+    {
+        super( testName );
+    }
+
+    /**
+     * @return the suite of tests being tested
+     */
+    public static Test suite()
+    {
+        return new TestSuite( AppTest.class );
+    }
+
+    /**
+     * Rigourous Test :-)
+     */
+    public void testApp()
+    {
+        assertTrue( true );
+    }
+}

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/test/java/org/apache/maven/plugin/site/test5/AppTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test5/src/test/java/org/apache/maven/plugin/site/test5/AppTest.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/pom.xml?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/pom.xml
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/pom.xml
 Thu Jul 14 13:12:21 2005
@@ -1,51 +1,51 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>

-

-<!--

-/*

- * Copyright 2001-2005 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.

- */

- -->

-

-<project>

-  <modelVersion>4.0.0</modelVersion>

-  <groupId>org.apache.maven.plugin.site.test6</groupId>

-  <artifactId>site-plugin-test6</artifactId>

-  <packaging>jar</packaging>

-  <version>1.0-SNAPSHOT</version>

-  <inceptionYear>2005</inceptionYear>

-  <name>Maven Site Plugin Test6 MNG-584 and MNG-585 issues</name>

-  <description>Test the MNG-584 and MNG-585 issues</description>

-  <url>http://maven.apache.org</url>

-  <dependencies>

-    <dependency>

-      <groupId>junit</groupId>

-      <artifactId>junit</artifactId>

-      <version>3.8.1</version>

-      <scope>test</scope>

-    </dependency>

-  </dependencies>

-  <developers>

-    <developer>

-      <id>vsiveton</id>

-      <name>Vincent Siveton</name>

-      <email>[EMAIL PROTECTED]</email>

-      <organization>Apache Software Foundation</organization>

-      <roles>

-        <role>Java Developer</role>

-      </roles>

-      <timezone>-5</timezone>

-    </developer>

-  </developers>

-</project>

+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+/*
+ * Copyright 2001-2005 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.
+ */
+ -->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.plugin.site.test6</groupId>
+  <artifactId>site-plugin-test6</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0-SNAPSHOT</version>
+  <inceptionYear>2005</inceptionYear>
+  <name>Maven Site Plugin Test6 MNG-584 and MNG-585 issues</name>
+  <description>Test the MNG-584 and MNG-585 issues</description>
+  <url>http://maven.apache.org</url>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <developers>
+    <developer>
+      <id>vsiveton</id>
+      <name>Vincent Siveton</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>Apache Software Foundation</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+  </developers>
+</project>

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/main/java/org/apache/maven/plugin/site/test6/App.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/main/java/org/apache/maven/plugin/site/test6/App.java?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/main/java/org/apache/maven/plugin/site/test6/App.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/main/java/org/apache/maven/plugin/site/test6/App.java
 Thu Jul 14 13:12:21 2005
@@ -1,13 +1,13 @@
-package org.apache.maven.plugin.site.test6;

-

-/**

- * Hello world!

- *

- */

-public class App 

-{

-    public static void main( String[] args )

-    {

-        System.out.println( "Hello World!" );

-    }

-}

+package org.apache.maven.plugin.site.test6;
+
+/**
+ * Hello world!
+ *
+ */
+public class App 
+{
+    public static void main( String[] args )
+    {
+        System.out.println( "Hello World!" );
+    }
+}

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/main/java/org/apache/maven/plugin/site/test6/App.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/main/java/org/apache/maven/plugin/site/test6/App.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/alpha/index.apt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/alpha/index.apt?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/alpha/index.apt
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/alpha/index.apt
 Thu Jul 14 13:12:21 2005
@@ -1,12 +1,12 @@
- ------

- Configuring Site Plugin

- ------

- Vincent Siveton

- ------

- 13 July 2005

- ------

-

-

-Site Plugin Index

-

+ ------
+ Configuring Site Plugin
+ ------
+ Vincent Siveton
+ ------
+ 13 July 2005
+ ------
+
+
+Site Plugin Index
+
  From /alpha/index.apt

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/alpha/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/alpha/index.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/alpha/one/index.apt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/alpha/one/index.apt?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/alpha/one/index.apt
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/alpha/one/index.apt
 Thu Jul 14 13:12:21 2005
@@ -1,12 +1,12 @@
- ------

- Configuring Site Plugin

- ------

- Vincent Siveton

- ------

- 13 July 2005

- ------

-

-

-Site Plugin Index

-

+ ------
+ Configuring Site Plugin
+ ------
+ Vincent Siveton
+ ------
+ 13 July 2005
+ ------
+
+
+Site Plugin Index
+
  From /alpha/one/index.apt

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/alpha/one/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/alpha/one/index.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/alpha/two/index.apt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/alpha/two/index.apt?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/alpha/two/index.apt
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/alpha/two/index.apt
 Thu Jul 14 13:12:21 2005
@@ -1,12 +1,12 @@
- ------

- Configuring Site Plugin

- ------

- Vincent Siveton

- ------

- 13 July 2005

- ------

-

-

-Site Plugin Index

-

+ ------
+ Configuring Site Plugin
+ ------
+ Vincent Siveton
+ ------
+ 13 July 2005
+ ------
+
+
+Site Plugin Index
+
  From /alpha/two/index.apt

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/alpha/two/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/alpha/two/index.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/beta/index.apt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/beta/index.apt?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/beta/index.apt
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/beta/index.apt
 Thu Jul 14 13:12:21 2005
@@ -1,12 +1,12 @@
- ------

- Configuring Site Plugin

- ------

- Vincent Siveton

- ------

- 13 July 2005

- ------

-

-

-Site Plugin Index

-

+ ------
+ Configuring Site Plugin
+ ------
+ Vincent Siveton
+ ------
+ 13 July 2005
+ ------
+
+
+Site Plugin Index
+
  From /beta/index.apt

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/beta/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/beta/index.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/beta/one/index.apt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/beta/one/index.apt?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/beta/one/index.apt
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/beta/one/index.apt
 Thu Jul 14 13:12:21 2005
@@ -1,12 +1,12 @@
- ------

- Configuring Site Plugin

- ------

- Vincent Siveton

- ------

- 13 July 2005

- ------

-

-

-Site Plugin Index

-

+ ------
+ Configuring Site Plugin
+ ------
+ Vincent Siveton
+ ------
+ 13 July 2005
+ ------
+
+
+Site Plugin Index
+
  From /beta/one/index.apt

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/beta/one/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/beta/one/index.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/beta/two/index.apt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/beta/two/index.apt?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/beta/two/index.apt
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/beta/two/index.apt
 Thu Jul 14 13:12:21 2005
@@ -1,12 +1,12 @@
- ------

- Configuring Site Plugin

- ------

- Vincent Siveton

- ------

- 13 July 2005

- ------

-

-

-Site Plugin Index

-

+ ------
+ Configuring Site Plugin
+ ------
+ Vincent Siveton
+ ------
+ 13 July 2005
+ ------
+
+
+Site Plugin Index
+
  From /beta/beta/index.apt

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/beta/two/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/beta/two/index.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/item.apt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/item.apt?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/item.apt
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/item.apt
 Thu Jul 14 13:12:21 2005
@@ -1,12 +1,12 @@
- ------

- Configuring Site Plugin

- ------

- Vincent Siveton

- ------

- 13 July 2005

- ------

-

-

-Site Plugin Item

-

+ ------
+ Configuring Site Plugin
+ ------
+ Vincent Siveton
+ ------
+ 13 July 2005
+ ------
+
+
+Site Plugin Item
+
 Todo

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/item.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/apt/item.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/site.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/site.xml?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/site.xml
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/site.xml
 Thu Jul 14 13:12:21 2005
@@ -1,54 +1,54 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>

-

-<!--

-/*

- * Copyright 2001-2005 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.

- */

--->

-

-<project name="Maven Site">

-  <bannerLeft>

-    <name>Maven Site</name>

-    <src>http://maven.apache.org/images/apache-maven-project.png</src>

-    <href>http://maven.apache.org/</href>

-  </bannerLeft>

-  <bannerRight>

-    <src>http://maven.apache.org/images/maven-small.gif</src>

-  </bannerRight>

-  <body>

-    <links>

-      <item name="Maven 2" href="http://maven.apache.org/maven2/"/>

-    </links>

-

-       <!-- Menu in the Left Navigation --> 

-    <menu name="Menu Name"> 

-      <!-- Standalone item --> 

-      <item name="Item" href="/item.html" /> 

-

-      <!-- Uncollapsed Submenu --> 

-      <item name="Alpha" href="/alpha/index.html"> 

-        <item name="Alpha One" href="/alpha/one/index.html"/> 

-        <item name="Alpha Two" href="/alpha/two/index.html"/> 

-      </item> 

-

-      <!-- Collapsed Submenu --> 

-      <item name="Beta" href="/beta/index.html" collapse="true"> 

-        <item name="Beta One" href="/beta/one/index.html" collapse="true"/> 

-        <item name="Beta Two" href="/beta/two/index.html" collapse="true"/> 

-      </item> 

-    </menu>

-    ${reports}

-  </body>

-</project>

+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+/*
+ * Copyright 2001-2005 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.
+ */
+-->
+
+<project name="Maven Site">
+  <bannerLeft>
+    <name>Maven Site</name>
+    <src>http://maven.apache.org/images/apache-maven-project.png</src>
+    <href>http://maven.apache.org/</href>
+  </bannerLeft>
+  <bannerRight>
+    <src>http://maven.apache.org/images/maven-small.gif</src>
+  </bannerRight>
+  <body>
+    <links>
+      <item name="Maven 2" href="http://maven.apache.org/maven2/"/>
+    </links>
+
+       <!-- Menu in the Left Navigation --> 
+    <menu name="Menu Name"> 
+      <!-- Standalone item --> 
+      <item name="Item" href="/item.html" /> 
+
+      <!-- Uncollapsed Submenu --> 
+      <item name="Alpha" href="/alpha/index.html"> 
+        <item name="Alpha One" href="/alpha/one/index.html"/> 
+        <item name="Alpha Two" href="/alpha/two/index.html"/> 
+      </item> 
+
+      <!-- Collapsed Submenu --> 
+      <item name="Beta" href="/beta/index.html" collapse="true"> 
+        <item name="Beta One" href="/beta/one/index.html" collapse="true"/> 
+        <item name="Beta Two" href="/beta/two/index.html" collapse="true"/> 
+      </item> 
+    </menu>
+    ${reports}
+  </body>
+</project>

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/test/java/org/apache/maven/plugin/site/test6/AppTest.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/test/java/org/apache/maven/plugin/site/test6/AppTest.java?rev=219087&r1=219086&r2=219087&view=diff
==============================================================================
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/test/java/org/apache/maven/plugin/site/test6/AppTest.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/test/java/org/apache/maven/plugin/site/test6/AppTest.java
 Thu Jul 14 13:12:21 2005
@@ -1,38 +1,38 @@
-package org.apache.maven.plugin.site.test6;

-

-import junit.framework.Test;

-import junit.framework.TestCase;

-import junit.framework.TestSuite;

-

-/**

- * Unit test for simple App.

- */

-public class AppTest 

-    extends TestCase

-{

-    /**

-     * Create the test case

-     *

-     * @param testName name of the test case

-     */

-    public AppTest( String testName )

-    {

-        super( testName );

-    }

-

-    /**

-     * @return the suite of tests being tested

-     */

-    public static Test suite()

-    {

-        return new TestSuite( AppTest.class );

-    }

-

-    /**

-     * Rigourous Test :-)

-     */

-    public void testApp()

-    {

-        assertTrue( true );

-    }

-}

+package org.apache.maven.plugin.site.test6;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
+import junit.framework.TestSuite;
+
+/**
+ * Unit test for simple App.
+ */
+public class AppTest 
+    extends TestCase
+{
+    /**
+     * Create the test case
+     *
+     * @param testName name of the test case
+     */
+    public AppTest( String testName )
+    {
+        super( testName );
+    }
+
+    /**
+     * @return the suite of tests being tested
+     */
+    public static Test suite()
+    {
+        return new TestSuite( AppTest.class );
+    }
+
+    /**
+     * Rigourous Test :-)
+     */
+    public void testApp()
+    {
+        assertTrue( true );
+    }
+}

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/test/java/org/apache/maven/plugin/site/test6/AppTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/test/projects/site-plugin-test6/src/test/java/org/apache/maven/plugin/site/test6/AppTest.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: maven/components/trunk/maven-plugins/maven-source-plugin/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Jul 14 13:12:21 2005
@@ -1,2 +1,5 @@
 *.iml
 target
+target
+.project
+.classpath

Propchange: maven/components/trunk/maven-plugins/maven-surefire-plugin/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Jul 14 13:12:21 2005
@@ -6,3 +6,6 @@
 *.ipr
 *.iws
 *.iml
+target
+.project
+.classpath

Propchange: maven/components/trunk/maven-plugins/maven-verifier-plugin/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Jul 14 13:12:21 2005
@@ -1,2 +1,5 @@
 target
 *.iml
+target
+.project
+.classpath

Propchange: maven/components/trunk/maven-plugins/maven-war-plugin/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Jul 14 13:12:21 2005
@@ -6,3 +6,6 @@
 *.ipr
 *.iws
 *.iml
+target
+.project
+.classpath



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to