Author: jochen
Date: Thu May 25 13:53:00 2006
New Revision: 409462

URL: http://svn.apache.org/viewvc?rev=409462&view=rev
Log:
Added some files, which are required by the latest Maven version for building a 
proper site.

Added:
    webservices/commons/trunk/modules/util/src/site/
    webservices/commons/trunk/modules/util/src/site/apt/
    webservices/commons/trunk/modules/util/src/site/apt/index.apt
    webservices/commons/trunk/modules/util/src/site/site.xml
Modified:
    webservices/commons/trunk/modules/util/pom.xml

Modified: webservices/commons/trunk/modules/util/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/util/pom.xml?rev=409462&r1=409461&r2=409462&view=diff
==============================================================================
--- webservices/commons/trunk/modules/util/pom.xml (original)
+++ webservices/commons/trunk/modules/util/pom.xml Thu May 25 13:53:00 2006
@@ -85,6 +85,18 @@
                     </descriptorRefs>
                 </configuration>
             </plugin>
+            <plugin>
+                <inherited>true</inherited>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-source-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>
     <dependencies>

Added: webservices/commons/trunk/modules/util/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/util/src/site/apt/index.apt?rev=409462&view=auto
==============================================================================
--- webservices/commons/trunk/modules/util/src/site/apt/index.apt (added)
+++ webservices/commons/trunk/modules/util/src/site/apt/index.apt Thu May 25 
13:53:00 2006
@@ -0,0 +1,10 @@
+           -----------------------------------
+           Apache Webservices Common Utilities
+           -----------------------------------
+
+About Apache WS Common Utilities
+
+  This is a small collection of utility classes, that allow high performance 
XML
+  processing based on SAX. Basically, it is assumed, that you are using an JAXP
+  1.1 compliant XML parser and nothing else. In particular, no dependency on 
the
+  javax.xml.transform package is introduced.

Added: webservices/commons/trunk/modules/util/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/util/src/site/site.xml?rev=409462&view=auto
==============================================================================
--- webservices/commons/trunk/modules/util/src/site/site.xml (added)
+++ webservices/commons/trunk/modules/util/src/site/site.xml Thu May 25 
13:53:00 2006
@@ -0,0 +1,22 @@
+<project name="ws-commons-util">
+  <bannerLeft>
+    <name>Apache Webservices Common Utilities</name>
+    <src>http://ws.apache.org/images/project-logo.jpg</src>
+    <href>http://ws.apache.org/commons/util/</href>
+  </bannerLeft>
+  <body>
+    <links>
+      <item name="Apache" href="http://www.apache.org/"/>
+      <item name="Webservices" href="http://ws.apache.org/"/>
+      <item name="WS Commons" href="http://ws.apache.org/commons/"/>
+      <item name="Utilities" href="http://ws.apache.org/commons/util/"/>
+    </links>
+
+    <menu name="WS Common Utilities">
+      <item name="Overview"            href="/index.html"/>
+    </menu>
+
+    ${reports}
+
+  </body>
+</project>



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

Reply via email to