You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by aj...@apache.org on 2007/04/12 22:32:26 UTC

svn commit: r528223 - in /webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema: ./ src/main/assembly/ src/site/ src/site/apt/ src/site/xdoc/

Author: ajith
Date: Thu Apr 12 13:32:25 2007
New Revision: 528223

URL: http://svn.apache.org/viewvc?view=rev&rev=528223
Log:
1. The JXR reports have been neglected (available in the primary site) - Hence added them back 
  I. also added a jxr.xml to act as the home for jxr reports
2. Due to the size of the documentation moved the documentation to a seperate zip file
3. Changed index,download and POM to reflect these new changes

Note - these changes also need to take place in the XMLSchema trunk

Added:
    webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/main/assembly/doc.xml
    webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/site/xdoc/jxr.xml
Modified:
    webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/README.txt
    webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/RELEASE-NOTE.txt
    webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/pom.xml
    webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/main/assembly/bin.xml
    webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/site/apt/index.apt
    webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/site/site.xml
    webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/site/xdoc/download.xml

Modified: webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/README.txt
URL: http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/README.txt?view=diff&rev=528223&r1=528222&r2=528223
==============================================================================
--- webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/README.txt (original)
+++ webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/README.txt Thu Apr 12 13:32:25 2007
@@ -20,7 +20,7 @@
    Documentation
 ===================
  
-Documentation can be found in the 'binary' distribution of this release and in
+Documentation can be found in the 'documents' distribution of this release and in
 the main site.
 
 ===================

Modified: webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/RELEASE-NOTE.txt
URL: http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/RELEASE-NOTE.txt?view=diff&rev=528223&r1=528222&r2=528223
==============================================================================
--- webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/RELEASE-NOTE.txt (original)
+++ webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/RELEASE-NOTE.txt Thu Apr 12 13:32:25 2007
@@ -2,7 +2,7 @@
        XMLSchema 1.3 Release Notes
  ====================================
 
-This is the release of XMLSchema 1.3 of Apache WS-Commons. This release includes
+This is the release of XMLSchema 1.3.1 of Apache WS-Commons. This release includes
 numerous bug fixes and a new feature addition that enables users to register
 extension types with the schema parser.
 

Modified: webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/pom.xml?view=diff&rev=528223&r1=528222&r2=528223
==============================================================================
--- webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/pom.xml (original)
+++ webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/pom.xml Thu Apr 12 13:32:25 2007
@@ -274,6 +274,7 @@
                     <descriptors>
                         <descriptor>src/main/assembly/bin.xml</descriptor>
                         <descriptor>src/main/assembly/src.xml</descriptor>
+				<descriptor>src/main/assembly/doc.xml</descriptor>
                     </descriptors>
                     <tarLongFileMode>gnu</tarLongFileMode>
                 </configuration>
@@ -359,10 +360,10 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-          <groupId>org.apache.ws.commons</groupId>
-          <artifactId>ws-commons-java5</artifactId>
-          <version>1.0.1</version>
-          <optional>true</optional>
+            <groupId>org.apache.ws.commons</groupId>
+            <artifactId>ws-commons-java5</artifactId>
+            <version>1.0.1</version>
+            <optional>true</optional>
         </dependency>
     </dependencies>
     <reporting>
@@ -378,11 +379,16 @@
                 <artifactId>jdepend-maven-plugin</artifactId>
                 <version>2.0-beta-1-SNAPSHOT</version>
             </plugin>
-            <!--plugin>
-              <groupId>org.codehaus.mojo</groupId>
-              <artifactId>jxr-maven-plugin</artifactId>
-              <version>2.0-beta-2-SNAPSHOT</version>
-            </plugin-->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jxr-plugin</artifactId>
+            </plugin>
+
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+            </plugin>
         </plugins>
     </reporting>
     <distributionManagement>

Modified: webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/main/assembly/bin.xml?view=diff&rev=528223&r1=528222&r2=528223
==============================================================================
--- webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/main/assembly/bin.xml (original)
+++ webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/main/assembly/bin.xml Thu Apr 12 13:32:25 2007
@@ -3,7 +3,7 @@
     <formats>
         <format>zip</format>
     </formats>
-    <includeSiteDirectory>true</includeSiteDirectory>
+    <includeSiteDirectory>false</includeSiteDirectory>
     <fileSets>
         <fileSet>
             <includes>
@@ -25,9 +25,7 @@
     <dependencySets>
         <dependencySet>
             <outputDirectory>/lib</outputDirectory>
-            <!--<includes>-->
-                <!--<include>org.apache.ws.commons:ws-commons-java5</include>-->
-            <!--</includes>-->
+            
         </dependencySet>
     </dependencySets>
 </assembly>

Added: webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/main/assembly/doc.xml
URL: http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/main/assembly/doc.xml?view=auto&rev=528223
==============================================================================
--- webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/main/assembly/doc.xml (added)
+++ webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/main/assembly/doc.xml Thu Apr 12 13:32:25 2007
@@ -0,0 +1,7 @@
+<assembly>
+    <id>docs</id>
+    <formats>
+        <format>zip</format>
+    </formats>
+    <includeSiteDirectory>true</includeSiteDirectory>
+</assembly>

Modified: webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/site/apt/index.apt?view=diff&rev=528223&r1=528222&r2=528223
==============================================================================
--- webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/site/apt/index.apt (original)
+++ webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/site/apt/index.apt Thu Apr 12 13:32:25 2007
@@ -15,7 +15,7 @@
 
 Downloads
 
-  The latest release is 1.3 and can be found
+  The latest release is 1.3.1 and can be found
   {{{http://ws.apache.org/commons/XmlSchema/download.cgi}here}}.
 
 

Modified: webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/site/site.xml
URL: http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/site/site.xml?view=diff&rev=528223&r1=528222&r2=528223
==============================================================================
--- webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/site/site.xml (original)
+++ webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/site/site.xml Thu Apr 12 13:32:25 2007
@@ -22,6 +22,8 @@
                 <item name="Tutorial" href="schematutorial.html"/>
                 <item name="Extensions" href="writingExtensions.html"/>
                 <item name="Javadocs" href="/apidocs/index.html"/>
+                <item name="Jxr Reports" href="jxr.html"/>
+                <item name="JDepend Report" href="jdepend-report.html"/>
                 <item name="View Source"
                       href="http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/?root=Apache-SVN"/>
             </item>

Modified: webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/site/xdoc/download.xml
URL: http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/site/xdoc/download.xml?view=diff&rev=528223&r1=528222&r2=528223
==============================================================================
--- webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/site/xdoc/download.xml (original)
+++ webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/site/xdoc/download.xml Thu Apr 12 13:32:25 2007
@@ -61,7 +61,17 @@
                                                            class="externalLink"
                                                            title="http://www.apache.org/dist/ws/ws/commons/XmlSchema/1_3_1/XmlSchema-1.3.1-bin.zip.asc">
                                                             PGP</a>
-
+                                          <br/>
+                                          Documents Distribution
+                                          <a href="[preferred]/ws/commons/XmlSchema/1_3_1/XmlSchema-1.3.1-docs.zip"
+                                                           title="[preferred]/ws/commons/XmlSchema/1_3_1/XmlSchema-1.3.1-docs.zip">zip</a>
+                                         <a href="http://www.apache.org/dist/ws/commons/XmlSchema/1_3_1/XmlSchema-1.3.1-docs.zip.md5"
+                                                           class="externalLink"
+                                                           title="http://www.apache.org/dist/ws/commons/XmlSchema/1_3_1/XmlSchema-1.3.1-docs.zip.md5">MD5</a>
+                                         <a href="http://www.apache.org/dist/ws/commons/XmlSchema/1_3_1/XmlSchema-1.3.1-docs.zip.asc"
+                                                           class="externalLink"
+                                                           title="http://www.apache.org/dist/ws/ws/commons/XmlSchema/1_3_1/XmlSchema-1.3.1-docs.zip.asc">
+                                                            PGP</a>
                                           <br/>
                                           </td>
                                           <td>12 - 04 - 2007</td>

Added: webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/site/xdoc/jxr.xml
URL: http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/site/xdoc/jxr.xml?view=auto&rev=528223
==============================================================================
--- webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/site/xdoc/jxr.xml (added)
+++ webservices/commons/branches/modules/XmlSchema/1.3.1/XmlSchema/src/site/xdoc/jxr.xml Thu Apr 12 13:32:25 2007
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<document>
+    <properties>
+        <title>:: Apache XmlSchema JXR Reports ::</title>
+    </properties>
+
+    <head>
+        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
+        <meta content="text/html; charset=iso-8859-1"/>
+    </head>
+
+    <body>
+        <section name="JXR Reports">
+            <p>JXR reports show how the source is cross referenced</p>
+           <ul>
+              <li><a href="xref/index.html">Main source JXR Report</a></li>
+              <li><a href="xref-test/index.html">Test source JXR Report</a></li>
+
+           </ul>
+        </section>
+    </body>
+</document>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org