You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/02/15 19:51:56 UTC

svn commit: r378060 - in /myfaces/tomahawk/trunk/sandbox/core: pom.xml src/site/xdoc/schedule.xml

Author: bommel
Date: Wed Feb 15 10:51:54 2006
New Revision: 378060

URL: http://svn.apache.org/viewcvs?rev=378060&view=rev
Log:
added tlddoc to site 
fix error in schedule doc

Modified:
    myfaces/tomahawk/trunk/sandbox/core/pom.xml
    myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/schedule.xml

Modified: myfaces/tomahawk/trunk/sandbox/core/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/core/pom.xml?rev=378060&r1=378059&r2=378060&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/pom.xml Wed Feb 15 10:51:54 2006
@@ -2,7 +2,6 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-
   <artifactId>tomahawk-sandbox</artifactId>
   <packaging>jar</packaging>
   <name>Sandbox Core</name>
@@ -22,7 +21,6 @@
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/core</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/sandbox/core</url>
   </scm>
-  
 
   <dependencies>
 
@@ -160,17 +158,30 @@
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>xslt-maven-plugin</artifactId>
             <version>1.0-SNAPSHOT</version>
-            <configuration>
-              <xslFile>src/main/tld/misc/resolve_entities-tlddoc.xsl</xslFile>
-              <srcIncludes>**/*.tld</srcIncludes>
-              <srcDir>src/main/tld</srcDir>
-              <destDir>target/tlddoc-site</destDir>
-            </configuration>
             <executions>
               <execution>
+                <id>generate-tld-for-tlddoc</id>
+                <goals>
+                  <goal>transform</goal>
+                </goals>
+                <configuration>
+                  <xslFile>src/main/tld/misc/resolve_entities-tlddoc.xsl</xslFile>
+                  <srcIncludes>**/*.tld</srcIncludes>
+                  <srcDir>src/main/tld</srcDir>
+                  <destDir>target/tlddoc-site</destDir>
+                </configuration>
+              </execution>
+              <execution>
+                <id>generate-tld-for-jar</id>
                 <goals>
                   <goal>transform</goal>
                 </goals>
+                <configuration>
+                  <xslFile>src/main/tld/misc/resolve_entities.xsl</xslFile>
+                  <srcIncludes>**/*.tld</srcIncludes>
+                  <srcDir>src/main/tld</srcDir>
+                  <destDir>target/classes/META-INF</destDir>
+                </configuration>
               </execution>
             </executions>
           </plugin>
@@ -195,6 +206,37 @@
       <build>
         <plugins>
           <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>xslt-maven-plugin</artifactId>
+            <version>1.0-SNAPSHOT</version>
+            <executions>
+              <execution>
+                <id>generate-tld-for-tlddoc</id>
+                <goals>
+                  <goal>transform</goal>
+                </goals>
+                <configuration>
+                  <xslFile>src/main/tld/misc/resolve_entities-tlddoc.xsl</xslFile>
+                  <srcIncludes>**/*.tld</srcIncludes>
+                  <srcDir>src/main/tld</srcDir>
+                  <destDir>target/tlddoc-site</destDir>
+                </configuration>
+              </execution>
+              <execution>
+                <id>generate-tld-for-jar</id>
+                <goals>
+                  <goal>transform</goal>
+                </goals>
+                <configuration>
+                  <xslFile>src/main/tld/misc/resolve_entities.xsl</xslFile>
+                  <srcIncludes>**/*.tld</srcIncludes>
+                  <srcDir>src/main/tld</srcDir>
+                  <destDir>target/classes/META-INF</destDir>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-javadoc-plugin</artifactId>
              <executions>
@@ -204,11 +246,11 @@
                </execution>
              </executions>
            </plugin>
-           <!--plugin>
+           <plugin>
              <groupId>net.sourceforge.maven-taglib</groupId>
              <artifactId>maven-taglib-plugin</artifactId>
              <configuration>
-               <taglib.src.dir>${basedir}/target/classes/META-INF</taglib.src.dir>
+               <taglib.src.dir>${basedir}/target/tlddoc-site</taglib.src.dir>
                <tldDocDir>${basedir}/target/tlddoc</tldDocDir>
              </configuration>
              <executions>
@@ -217,7 +259,7 @@
                  <goals><goal>taglibdocjar</goal></goals>
                </execution>
              </executions>
-           </plugin-->
+           </plugin>
          </plugins>
        </build>
      </profile>

Modified: myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/schedule.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/schedule.xml?rev=378060&r1=378059&r2=378060&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/schedule.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/schedule.xml Wed Feb 15 10:51:54 2006
@@ -235,10 +235,5 @@
         </section>        
 
     </body>
-    <footer>
-    	<legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br />
-	&copy; 2004 - 2005, Apache Software Foundation
-	</legal>
-    </footer>
 
 </document>