You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2013/05/01 17:06:25 UTC

svn commit: r1478043 - in /axis/axis1/java/trunk: axis-model/ axis/ soapmonitor-applet/ soapmonitor-applet/src/site/ soapmonitor-client/ soapmonitor-client/src/site/ src/site/xdoc/

Author: veithen
Date: Wed May  1 15:06:25 2013
New Revision: 1478043

URL: http://svn.apache.org/r1478043
Log:
Some site fixes.

Added:
    axis/axis1/java/trunk/soapmonitor-applet/src/site/
    axis/axis1/java/trunk/soapmonitor-applet/src/site/site.xml   (with props)
    axis/axis1/java/trunk/soapmonitor-client/src/site/
    axis/axis1/java/trunk/soapmonitor-client/src/site/site.xml   (with props)
Modified:
    axis/axis1/java/trunk/axis-model/pom.xml
    axis/axis1/java/trunk/axis/pom.xml
    axis/axis1/java/trunk/soapmonitor-applet/pom.xml
    axis/axis1/java/trunk/soapmonitor-client/pom.xml
    axis/axis1/java/trunk/src/site/xdoc/artifacts.xml

Modified: axis/axis1/java/trunk/axis-model/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-model/pom.xml?rev=1478043&r1=1478042&r2=1478043&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis-model/pom.xml (original)
+++ axis/axis1/java/trunk/axis-model/pom.xml Wed May  1 15:06:25 2013
@@ -99,6 +99,14 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <!-- TODO: skipping for now -->
+                <artifactId>maven-site-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                    <skipDeploy>true</skipDeploy>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>

Modified: axis/axis1/java/trunk/axis/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis/pom.xml?rev=1478043&r1=1478042&r2=1478043&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis/pom.xml (original)
+++ axis/axis1/java/trunk/axis/pom.xml Wed May  1 15:06:25 2013
@@ -92,6 +92,7 @@
                                     <include>${project.groupId}:axis-rt-transport-mail</include>
                                     <include>${project.groupId}:axis-codegen</include>
                                     <include>${project.groupId}:axis-tools</include>
+                                    <include>${project.groupId}:soapmonitor-client</include>
                                     <include>${project.groupId}:tcpmon</include>
                                 </includes>
                             </artifactSet>

Modified: axis/axis1/java/trunk/soapmonitor-applet/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/soapmonitor-applet/pom.xml?rev=1478043&r1=1478042&r2=1478043&view=diff
==============================================================================
--- axis/axis1/java/trunk/soapmonitor-applet/pom.xml (original)
+++ axis/axis1/java/trunk/soapmonitor-applet/pom.xml Wed May  1 15:06:25 2013
@@ -27,4 +27,11 @@
     </parent>
     <artifactId>soapmonitor-applet</artifactId>
     <name>SOAP Monitor Applet</name>
+    <url>${baseUrl}/soapmonitor/applet</url>
+    <distributionManagement>
+        <site>
+            <id>axis</id>
+            <url>${baseSiteUrl}/soapmonitor/applet</url>
+        </site>
+    </distributionManagement>
 </project>

Added: axis/axis1/java/trunk/soapmonitor-applet/src/site/site.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/soapmonitor-applet/src/site/site.xml?rev=1478043&view=auto
==============================================================================
--- axis/axis1/java/trunk/soapmonitor-applet/src/site/site.xml (added)
+++ axis/axis1/java/trunk/soapmonitor-applet/src/site/site.xml Wed May  1 15:06:25 2013
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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>
+    <body>
+        <menu ref="reports"/>
+    </body>
+</project>

Propchange: axis/axis1/java/trunk/soapmonitor-applet/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: axis/axis1/java/trunk/soapmonitor-client/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/soapmonitor-client/pom.xml?rev=1478043&r1=1478042&r2=1478043&view=diff
==============================================================================
--- axis/axis1/java/trunk/soapmonitor-client/pom.xml (original)
+++ axis/axis1/java/trunk/soapmonitor-client/pom.xml Wed May  1 15:06:25 2013
@@ -27,6 +27,13 @@
     </parent>
     <artifactId>soapmonitor-client</artifactId>
     <name>SOAP Monitor Client</name>
+    <url>${baseUrl}/soapmonitor/client</url>
+    <distributionManagement>
+        <site>
+            <id>axis</id>
+            <url>${baseSiteUrl}/soapmonitor/client</url>
+        </site>
+    </distributionManagement>
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>

Added: axis/axis1/java/trunk/soapmonitor-client/src/site/site.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/soapmonitor-client/src/site/site.xml?rev=1478043&view=auto
==============================================================================
--- axis/axis1/java/trunk/soapmonitor-client/src/site/site.xml (added)
+++ axis/axis1/java/trunk/soapmonitor-client/src/site/site.xml Wed May  1 15:06:25 2013
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you 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>
+    <body>
+        <menu ref="reports"/>
+    </body>
+</project>

Propchange: axis/axis1/java/trunk/soapmonitor-client/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: axis/axis1/java/trunk/src/site/xdoc/artifacts.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/src/site/xdoc/artifacts.xml?rev=1478043&r1=1478042&r2=1478043&view=diff
==============================================================================
--- axis/axis1/java/trunk/src/site/xdoc/artifacts.xml (original)
+++ axis/axis1/java/trunk/src/site/xdoc/artifacts.xml Wed May  1 15:06:25 2013
@@ -73,7 +73,7 @@
                     </tr>
                     <tr>
                         <td>Runtime Core</td>
-                        <td style="text-align: center; vertical-align:middle" colspan="2" rowspan="14">axis</td>
+                        <td style="text-align: center; vertical-align:middle" colspan="2" rowspan="15">axis</td>
                         <td style="text-align: center"><a href="core/dependencies.html">axis-rt-core</a></td>
                     </tr>
                     <tr>
@@ -121,6 +121,10 @@
                         <td style="text-align: center"><a href="soapmonitor/runtime/dependencies.html">axis-rt-soapmonitor</a></td>
                     </tr>
                     <tr>
+                        <td>SOAP Monitor Client</td>
+                        <td style="text-align: center"><a href="soapmonitor/client/dependencies.html">soapmonitor-client</a></td>
+                    </tr>
+                    <tr>
                         <td>TCP Monitor</td>
                         <td style="text-align: center"><a href="tcpmon/dependencies.html">tcpmon</a></td>
                     </tr>
@@ -133,13 +137,17 @@
                         <td style="text-align: center" colspan="3"><a href="ant/dependencies.html">axis-ant</a></td>
                     </tr>
                     <tr>
+                        <td>SOAP Monitor Applet</td>
+                        <td style="text-align: center">N/A (not included in any JAR)</td>
+                        <td style="text-align: center" colspan="2"><a href="soapmonitor/applet/dependencies.html">soapmonitor-applet</a></td>
+                    </tr>
+                    <tr>
                         <td>Stand-alone Server</td>
-                        <td style="text-align: center">N/A</td>
+                        <td style="text-align: center; vertical-align:middle" rowspan="2">N/A (added in Axis 1.4.1)</td>
                         <td style="text-align: center" colspan="2"><a href="standalone-server/dependencies.html">axis-standalone-server</a></td>
                     </tr>
                     <tr>
                         <td>java.net HTTP Transport</td>
-                        <td style="text-align: center">N/A</td>
                         <td style="text-align: center" colspan="2"><a href="transports/http-javanet/dependencies.html">axis-rt-transport-http-javanet</a></td>
                     </tr>
                 </tbody>