You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2012/03/18 22:49:17 UTC

svn commit: r1302232 - in /maven/skins/trunk/maven-fluido-skin: pom.xml src/site/site.xml

Author: simonetripodi
Date: Sun Mar 18 21:49:17 2012
New Revision: 1302232

URL: http://svn.apache.org/viewvc?rev=1302232&view=rev
Log:
fixed MSKINS-33 links, included right ITs

Modified:
    maven/skins/trunk/maven-fluido-skin/pom.xml
    maven/skins/trunk/maven-fluido-skin/src/site/site.xml

Modified: maven/skins/trunk/maven-fluido-skin/pom.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1302232&r1=1302231&r2=1302232&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/pom.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/pom.xml Sun Mar 18 21:49:17 2012
@@ -454,7 +454,7 @@
                 </configuration>
               </execution>
               <execution>
-                <id>copy-mskins-33_default</id>
+                <id>copy-mskins-33_topbar</id>
                 <phase>site</phase>
                 <goals>
                   <goal>copy-resources</goal>
@@ -462,25 +462,10 @@
                 <configuration>
                   <resources>
                     <resource>
-                      <directory>${project.build.directory}/it/mskins-33_default/target/site/</directory>
+                      <directory>${project.build.directory}/it/mskins-33_topbar/target/site/</directory>
                     </resource>
                   </resources>
-                  <outputDirectory>${project.build.directory}/site/mskins-33_default/</outputDirectory>
-                </configuration>
-              </execution>
-              <execution>
-                <id>copy-mskins-33_default-topbar</id>
-                <phase>site</phase>
-                <goals>
-                  <goal>copy-resources</goal>
-                </goals>
-                <configuration>
-                  <resources>
-                    <resource>
-                      <directory>${project.build.directory}/it/mskins-33_default-topbar/target/site/</directory>
-                    </resource>
-                  </resources>
-                  <outputDirectory>${project.build.directory}/site/mskins-33_default-topbar/</outputDirectory>
+                  <outputDirectory>${project.build.directory}/site/mskins-33_topbar/</outputDirectory>
                 </configuration>
               </execution>
             </executions>

Modified: maven/skins/trunk/maven-fluido-skin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/site/site.xml?rev=1302232&r1=1302231&r2=1302232&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/site/site.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/src/site/site.xml Sun Mar 18 21:49:17 2012
@@ -73,8 +73,7 @@ under the License.
       <item name="MSKINS-25" href="./mskins-25/index.html"/>
       <item name="MSKINS-31" href="./mskins-31/index.html"/>
       <item name="MSKINS-33" href="./mskins-33/index.html"/>
-      <item name="MSKINS-33 (default)" href="./mskins-33_default/index.html"/>
-      <item name="MSKINS-33 (default, topbar)" href="./mskins-33_default-topbar/index.html"/>
+      <item name="MSKINS-33 topbar)" href="./mskins-33_topbar/index.html"/>
     </menu>
 
     <menu ref="reports"/>