Author: gawor
Date: Wed May 24 07:32:56 2006
New Revision: 409176
URL: http://svn.apache.org/viewvc?rev=409176&view=rev
Log:
updated project info
Modified:
webservices/addressing/site/cvs-usage.html
webservices/addressing/site/dependencies.html
webservices/addressing/site/issue-tracking.html
webservices/addressing/site/mail-lists.html
Modified: webservices/addressing/site/cvs-usage.html
URL:
http://svn.apache.org/viewvc/webservices/addressing/site/cvs-usage.html?rev=409176&r1=409175&r2=409176&view=diff
==============================================================================
--- webservices/addressing/site/cvs-usage.html (original)
+++ webservices/addressing/site/cvs-usage.html Wed May 24 07:32:56 2006
@@ -2,32 +2,40 @@
@import url("./style/maven-base.css");
@import
url("./style/maven-theme.css");</style><link rel="stylesheet"
href="./style/print.css" type="text/css" media="print"></link><meta
http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a
href="http://ws.apache.org/" id="organizationLogo"><img alt="Apache Web
Services" src="http://ws.apache.org/images/project-logo.jpg"></img></a><a
href="http://ws.apache.org/ws-fx/addressing/" id="projectLogo"><span>Apache
Addressing</span></a><div class="clear"><hr></hr></div></div><div
id="breadcrumbs"><div class="xleft">
- Last published: 22 March 2005
+ Last published: 24 May 2006
| Doc for 1.0</div><div class="xright"></div><div
class="clear"><hr></hr></div></div><div id="leftColumn"><div
id="navcolumn"><div id="menuProject_Documentation"><h5>Project
Documentation</h5><ul><li class="none"><a href="index.html">About Apache
Addressing</a></li><li class="expanded"><a href="project-info.html">Project
Info</a><ul><li class="none"><a href="mail-lists.html">Mailing
Lists</a></li><li class="none"><a href="team-list.html">Project
Team</a></li><li class="none"><a
href="dependencies.html">Dependencies</a></li><li class="none"><strong><a
href="cvs-usage.html">Source Repository</a></strong></li><li class="none"><a
href="issue-tracking.html">Issue Tracking</a></li></ul></li><li
class="collapsed"><a href="maven-reports.html">Project Reports</a></li><li
class="none"><a href="http://maven.apache.org/development-process.html"
class="externalLink" title="External Link">Development
Process</a></li></ul></div><a href="http://maven.apache.org/" title="Bu
ilt by Maven" id="poweredBy"><img alt="Built by Maven"
src="./images/logos/maven-button-1.png"></img></a></div></div><div
id="bodyColumn"><div class="contentBox"><div class="section"><a
name="Web_Access"></a><h2>Web Access</h2><p>
- <a href="http://cvs.apache.org/viewcvs.cgi/ws-fx/addressing/"
class="externalLink" title="External
Link">http://cvs.apache.org/viewcvs.cgi/ws-fx/addressing/</a>
- </p></div><div class="section"><a
name="Anonymous_Access_with_Maven"></a><h2>Anonymous Access with Maven</h2><p>
- This project's CVS repository can be checked out through anonymous
(pserver)
- CVS with the following instruction on a single line.
- </p>
- <div class="source"><pre>
- maven scm:checkout-project
- -Dmaven.scm.method=cvs
- -Dmaven.scm.cvs.module=ws-fx/addressing/
- -Dmaven.scm.cvs.root=:pserver:[EMAIL PROTECTED]:/home/cvspublic
- -Dmaven.scm.checkout.dir=.
- </pre></div>
- </div><div class="section"><a name="Anonymous_CVS_Access"></a><h2>Anonymous
CVS Access</h2><p>
- This project's CVS repository can be checked out through anonymous
(pserver)
- CVS with the following instruction set.
- When prompted for a password for anonymous, simply press the Enter
key.
- </p><p>
- cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login
- <br></br>
- cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co
ws-fx/addressing/
- </p><p>
- Updates from within the module's directory do not need the -d
parameter.
- </p></div><div class="section"><a
name="CVS_Access_behind_a_firewall"></a><h2>CVS Access behind a firewall</h2><p>
- For those developers who are stuck behind a corporate
- firewall, <a href="http://cvsgrab.sourceforge.net/"
class="externalLink" title="External Link">CVSGrab</a>
- can use the viewcvs web interface to checkout the source code.
- </p></div></div></div><div class="clear"><hr></hr></div><div
id="footer"><div class="xright">© 2004-2005, Apache Web Services</div><div
class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file
+ <a href="http://svn.apache.org/viewvc/webservices/addressing/trunk/"
class="externalLink" title="External
Link">http://svn.apache.org/viewvc/webservices/addressing/trunk/</a></p></div>
+<div class="section">
+
<a name="Anonymous_CVS_Access"></a>
+
<h2>Anonymous SVN Access</h2>
+
<p>
+ This project's SVN repository can be checked out with
the following instruction.
+ </p>
+
+
<p>
+ svn co
http://svn.apache.org/repos/asf/webservices/addressing/trunk
+ </p>
+
+
</div>
+
+ <div class="section">
+
<a name="Anonymous_Access_with_Maven"></a>
+
<h2>Anonymous Access with Maven</h2>
+
<p>
+This project's SVN repository can be checked out using Apache Maven
+with the following instruction on a single line. </p>
+
+<div class="source">
+
<pre>
+maven scm:checkout
+ -Dmaven.scm.method=svn
+
-Dmaven.scm.url=scm:svn:http://svn.apache.org/repos/asf/webservices/addressing/trunk
+ -Dmaven.scm.checkout.dir=.
+
+ </pre>
+
</div>
+
+
</div>
+
+
+</div></div><div class="clear"><hr></hr></div><div id="footer"><div
class="xright">© 2004-2006, Apache Web Services</div><div
class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file
Modified: webservices/addressing/site/dependencies.html
URL:
http://svn.apache.org/viewvc/webservices/addressing/site/dependencies.html?rev=409176&r1=409175&r2=409176&view=diff
==============================================================================
--- webservices/addressing/site/dependencies.html (original)
+++ webservices/addressing/site/dependencies.html Wed May 24 07:32:56 2006
@@ -2,31 +2,31 @@
@import url("./style/maven-base.css");
@import
url("./style/maven-theme.css");</style><link rel="stylesheet"
href="./style/print.css" type="text/css" media="print"></link><meta
http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a
href="http://ws.apache.org/" id="organizationLogo"><img alt="Apache Web
Services" src="http://ws.apache.org/images/project-logo.jpg"></img></a><a
href="http://ws.apache.org/ws-fx/addressing/" id="projectLogo"><span>Apache
Addressing</span></a><div class="clear"><hr></hr></div></div><div
id="breadcrumbs"><div class="xleft">
- Last published: 22 March 2005
+ Last published: 24 May 2006
| Doc for 1.0</div><div class="xright"></div><div
class="clear"><hr></hr></div></div><div id="leftColumn"><div
id="navcolumn"><div id="menuProject_Documentation"><h5>Project
Documentation</h5><ul><li class="none"><a href="index.html">About Apache
Addressing</a></li><li class="expanded"><a href="project-info.html">Project
Info</a><ul><li class="none"><a href="mail-lists.html">Mailing
Lists</a></li><li class="none"><a href="team-list.html">Project
Team</a></li><li class="none"><strong><a
href="dependencies.html">Dependencies</a></strong></li><li class="none"><a
href="cvs-usage.html">Source Repository</a></li><li class="none"><a
href="issue-tracking.html">Issue Tracking</a></li></ul></li><li
class="collapsed"><a href="maven-reports.html">Project Reports</a></li><li
class="none"><a href="http://maven.apache.org/development-process.html"
class="externalLink" title="External Link">Development
Process</a></li></ul></div><a href="http://maven.apache.org/" title="Bu
ilt by Maven" id="poweredBy"><img alt="Built by Maven"
src="./images/logos/maven-button-1.png"></img></a></div></div><div
id="bodyColumn"><div class="contentBox"><div class="section"><a
name="Dependencies"></a><h2>Dependencies</h2><p>
The following is a list of dependencies for this project. These
dependencies are required to compile and run the application:
</p><table class="bodyTable"><thead>
<tr class="a"><th>Artifact
ID</th><th>Type</th><th>Version</th><th>URL</th></tr>
</thead><tbody>
- <tr class="b"><td>axis</td><td>jar</td><td>1.2-RC3</td><td>
+ <tr class="b"><td>axis</td><td>jar</td><td>1.2.1</td><td>
<a href="http://ws.apache.org/axis/" class="externalLink"
title="External Link">http://ws.apache.org/axis/</a>
</td></tr>
- <tr class="a"><td>axis-ant</td><td>jar</td><td>1.2-RC3</td><td>
+ <tr class="a"><td>axis-ant</td><td>jar</td><td>1.2.1</td><td>
</td></tr>
- <tr
class="b"><td>axis-jaxrpc</td><td>jar</td><td>1.2-RC3</td><td>
+ <tr
class="b"><td>axis-jaxrpc</td><td>jar</td><td>1.2.1</td><td>
<a href="http://ws.apache.org/axis/" class="externalLink"
title="External Link">http://ws.apache.org/axis/</a>
</td></tr>
- <tr
class="a"><td>axis-saaj</td><td>jar</td><td>1.2-RC3</td><td>
+ <tr class="a"><td>axis-saaj</td><td>jar</td><td>1.2.1</td><td>
<a href="http://ws.apache.org/axis/" class="externalLink"
title="External Link">http://ws.apache.org/axis/</a>
</td></tr>
- <tr
class="b"><td>axis-wsdl4j</td><td>jar</td><td>1.2-RC3</td><td>
+ <tr
class="b"><td>axis-wsdl4j</td><td>jar</td><td>1.2.1</td><td>
<a
href="http://www-124.ibm.com/developerworks/projects/wsdl4j/"
class="externalLink" title="External
Link">http://www-124.ibm.com/developerworks/projects/wsdl4j/</a>
</td></tr>
- <tr
class="a"><td>commons-discovery</td><td>jar</td><td>SNAPSHOT</td><td>
+ <tr
class="a"><td>commons-discovery</td><td>jar</td><td>0.2</td><td>
</td></tr>
- <tr
class="b"><td>commons-logging</td><td>jar</td><td>SNAPSHOT</td><td>
+ <tr
class="b"><td>commons-logging</td><td>jar</td><td>1.0.4</td><td>
</td></tr>
<tr class="a"><td>junit</td><td>jar</td><td>3.8.1</td><td>
</td></tr>
- </tbody></table></div></div></div><div
class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2004-2005,
Apache Web Services</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file
+ </tbody></table></div></div></div><div
class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2004-2006,
Apache Web Services</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file
Modified: webservices/addressing/site/issue-tracking.html
URL:
http://svn.apache.org/viewvc/webservices/addressing/site/issue-tracking.html?rev=409176&r1=409175&r2=409176&view=diff
==============================================================================
--- webservices/addressing/site/issue-tracking.html (original)
+++ webservices/addressing/site/issue-tracking.html Wed May 24 07:32:56 2006
@@ -2,7 +2,7 @@
@import url("./style/maven-base.css");
@import
url("./style/maven-theme.css");</style><link rel="stylesheet"
href="./style/print.css" type="text/css" media="print"></link><meta
http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a
href="http://ws.apache.org/" id="organizationLogo"><img alt="Apache Web
Services" src="http://ws.apache.org/images/project-logo.jpg"></img></a><a
href="http://ws.apache.org/ws-fx/addressing/" id="projectLogo"><span>Apache
Addressing</span></a><div class="clear"><hr></hr></div></div><div
id="breadcrumbs"><div class="xleft">
- Last published: 22 March 2005
+ Last published: 24 May 2006
| Doc for 1.0</div><div class="xright"></div><div
class="clear"><hr></hr></div></div><div id="leftColumn"><div
id="navcolumn"><div id="menuProject_Documentation"><h5>Project
Documentation</h5><ul><li class="none"><a href="index.html">About Apache
Addressing</a></li><li class="expanded"><a href="project-info.html">Project
Info</a><ul><li class="none"><a href="mail-lists.html">Mailing
Lists</a></li><li class="none"><a href="team-list.html">Project
Team</a></li><li class="none"><a
href="dependencies.html">Dependencies</a></li><li class="none"><a
href="cvs-usage.html">Source Repository</a></li><li class="none"><strong><a
href="issue-tracking.html">Issue Tracking</a></strong></li></ul></li><li
class="collapsed"><a href="maven-reports.html">Project Reports</a></li><li
class="none"><a href="http://maven.apache.org/development-process.html"
class="externalLink" title="External Link">Development
Process</a></li></ul></div><a href="http://maven.apache.org/" title="Bu
ilt by Maven" id="poweredBy"><img alt="Built by Maven"
src="./images/logos/maven-button-1.png"></img></a></div></div><div
id="bodyColumn"><div class="contentBox"><div class="section"><a
name="Issue_Tracking"></a><h2>Issue Tracking</h2><p>
- <a href="http://nagoya.apache.org/jira/browse/WSFX"
class="externalLink" title="External
Link">http://nagoya.apache.org/jira/browse/WSFX</a>
- </p></div></div></div><div class="clear"><hr></hr></div><div
id="footer"><div class="xright">© 2004-2005, Apache Web Services</div><div
class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file
+ <a href="http://issues.apache.org/jira/browse/ADDR"
class="externalLink" title="External
Link">http://issues.apache.org/jira/browse/ADDR</a>
+ </p></div></div></div><div class="clear"><hr></hr></div><div
id="footer"><div class="xright">© 2004-2006, Apache Web Services</div><div
class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file
Modified: webservices/addressing/site/mail-lists.html
URL:
http://svn.apache.org/viewvc/webservices/addressing/site/mail-lists.html?rev=409176&r1=409175&r2=409176&view=diff
==============================================================================
--- webservices/addressing/site/mail-lists.html (original)
+++ webservices/addressing/site/mail-lists.html Wed May 24 07:32:56 2006
@@ -2,7 +2,7 @@
@import url("./style/maven-base.css");
@import
url("./style/maven-theme.css");</style><link rel="stylesheet"
href="./style/print.css" type="text/css" media="print"></link><meta
http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a
href="http://ws.apache.org/" id="organizationLogo"><img alt="Apache Web
Services" src="http://ws.apache.org/images/project-logo.jpg"></img></a><a
href="http://ws.apache.org/ws-fx/addressing/" id="projectLogo"><span>Apache
Addressing</span></a><div class="clear"><hr></hr></div></div><div
id="breadcrumbs"><div class="xleft">
- Last published: 22 March 2005
+ Last published: 24 May 2006
| Doc for 1.0</div><div class="xright"></div><div
class="clear"><hr></hr></div></div><div id="leftColumn"><div
id="navcolumn"><div id="menuProject_Documentation"><h5>Project
Documentation</h5><ul><li class="none"><a href="index.html">About Apache
Addressing</a></li><li class="expanded"><a href="project-info.html">Project
Info</a><ul><li class="none"><strong><a href="mail-lists.html">Mailing
Lists</a></strong></li><li class="none"><a href="team-list.html">Project
Team</a></li><li class="none"><a
href="dependencies.html">Dependencies</a></li><li class="none"><a
href="cvs-usage.html">Source Repository</a></li><li class="none"><a
href="issue-tracking.html">Issue Tracking</a></li></ul></li><li
class="collapsed"><a href="maven-reports.html">Project Reports</a></li><li
class="none"><a href="http://maven.apache.org/development-process.html"
class="externalLink" title="External Link">Development
Process</a></li></ul></div><a href="http://maven.apache.org/" title="Bu
ilt by Maven" id="poweredBy"><img alt="Built by Maven"
src="./images/logos/maven-button-1.png"></img></a></div></div><div
id="bodyColumn"><div class="contentBox"><div class="section"><a
name="Mailing_Lists"></a><h2>Mailing Lists</h2><p>
These are the mailing lists that have been established for this
project. For each list, there is a subscribe, unsubscribe, and an
@@ -10,11 +10,11 @@
</p><table class="bodyTable"><thead>
<tr class="b"><th>List
Name</th><th>Subscribe</th><th>Unsubscribe</th><th>Archive</th></tr>
</thead><tbody>
- <tr class="a"><td>WS-FX Developer List</td><td>
- <a href="mailto:[EMAIL PROTECTED]">Subscribe</a>
+ <tr class="a"><td>Addressing Developer List</td><td>
+ <a href="mailto:[EMAIL PROTECTED]">Subscribe</a>
</td><td>
- <a href="mailto:[EMAIL PROTECTED]">Unsubscribe</a>
+ <a href="mailto:[EMAIL PROTECTED]">Unsubscribe</a>
</td><td>
- <a
href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=221"
class="externalLink" title="External Link">Archive</a>
+ <a
href="http://mail-archives.apache.org/mod_mbox/ws-addressing-dev/"
class="externalLink" title="External Link">Archive</a>
</td></tr>
- </tbody></table></div></div></div><div
class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2004-2005,
Apache Web Services</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file
+ </tbody></table></div></div></div><div
class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2004-2006,
Apache Web Services</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]