jochen      2005/05/20 13:21:23

  Modified:    src/documentation/content/xdocs downloads.ehtml site.xml
                        news.xml
               .        status.xml build.xml
  Log:
  Release 0.4
  
  Revision  Changes    Path
  1.7       +97 -97    ws-jaxme/src/documentation/content/xdocs/downloads.ehtml
  
  Index: downloads.ehtml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/src/documentation/content/xdocs/downloads.ehtml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- downloads.ehtml   12 Apr 2005 08:31:28 -0000      1.6
  +++ downloads.ehtml   20 May 2005 20:21:23 -0000      1.7
  @@ -1,97 +1,97 @@
  -<html>

  -<!--

  -

  - Copyright 2004 The Apache Software Foundation.

  - 

  - Licensed 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.

  -

  --->

  -<body>

  -   <h1>JaxMe Downloads</h1>

  -

  -   <a name="binaries"/>

  -   <h3>Binaries</h3>

  -   <p>JaxMe binaries are available from the <a href="#mirrors">Apache 
mirrors</a>.</p>

  -

  -   <a name="sources"/>

  -   <h3>Sources</h3>

  -   <p>The JaxMe sources are also available from the <a 
href="#mirrors">Apache mirrors</a>.

  -     You may also use the <a href="#cvs">Apache CVS server</a> to download 
the bleeding

  -     edge version. For a quick view, you may <a href="#cvsweb">browse</a> 
the CVS repository

  -     online.

  -   </p>

  -

  -   <a name="cvs"/>

  -   <h3>CVS Access</h3>

  -   <p>Anonymous access to the CVS goes like this:

  -     <pre>

  -       cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login

  -       cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co ws-jaxme

  -     </pre>

  -     The anonymous users password is the same than the anonymous users login:

  -     <code>anoncvs</code>.</p>

  -   <p>

  -     For developers, a different repository is available, which requires SSH 
access:

  -     <pre>

  -       set CVS_RSH=ssh

  -       export CVS_RSH

  -       cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs co ws-jaxme

  -     </pre>

  -     Of course, you have to replace the <code>userid</code> with the name of 
your

  -     committers account.

  -   </p>

  -

  -   <a name="cvsweb"/>

  -   <h3>CVS Web Access</h3>

  -   <p>

  -     The CVS repository may also be browsed online at

  -     <a 
href="http://cvs.apache.org/viewcvs/ws-jaxme";>http://cvs.apache.org/viewcvs/ws-jaxme</a>.

  -   </p>

  -

  -   <a name="mirrors"/>

  -   <h3>Apache Mirrors</h3>

  -   <p>The preferred way to obtain JaxMe distributions is through the various

  -     archive sites aroung the world. The links below will allow you to select

  -     a suitable archive near you. You are still free to switch to another

  -     mirror, of course.</p>

  -   <p>You are currently using the <strong>[preferred]</strong> mirror.

  -     If you encounter a problem with this mirror, please select another

  -     mirror.  If all mirrors are failing, there are <em>backup</em>

  -     mirrors (at the end of the mirrors list) that should be available.

  -   </p>

  -     

  -   <form action="[location]" method="get" id="SelectMirror">

  -     Other mirrors:          

  -<select name="Preferred">

  -[if-any http]

  -  [for http]<option value="[http]">[http]</option>[end]

  -[end]  

  -[if-any ftp]

  -  [for ftp]<option value="[ftp]">[ftp]</option>[end]

  -[end]

  -[if-any backup]

  -  [for backup]<option value="[backup]">[backup] (backup)</option>[end]

  -[end]

  -        </select>

  -              <input type="submit" value="Change"/>   </form>

  -

  -   JaxMe distributions: <a 
href="[preferred]/ws/jaxme">[preferred]/ws/jaxme</a>

  -    <p>

  -   Please check the MD5 sums for any releases you download from the mirrors:

  -    </p>

  -    <ul>

  -        <li>ws-jaxme-0.4beta-bin.tar.gz: 
<strong>7a286dbbebcd04f596da22d6d8679580</strong></li>

  -        <li>ws-jaxme-0.4beta-src.tar.gz: 
<strong>a678b7795fd2126792909e73e8dab993</strong></li>

  -    </ul>

  -</body>

  -</html>

  +<html>
  +<!--
  +
  + Copyright 2004 The Apache Software Foundation.
  + 
  + Licensed 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.
  +
  +-->
  +<body>
  +   <h1>JaxMe Downloads</h1>
  +
  +   <a name="binaries"/>
  +   <h3>Binaries</h3>
  +   <p>JaxMe binaries are available from the <a href="#mirrors">Apache 
mirrors</a>.</p>
  +
  +   <a name="sources"/>
  +   <h3>Sources</h3>
  +   <p>The JaxMe sources are also available from the <a 
href="#mirrors">Apache mirrors</a>.
  +     You may also use the <a href="#cvs">Apache CVS server</a> to download 
the bleeding
  +     edge version. For a quick view, you may <a href="#cvsweb">browse</a> 
the CVS repository
  +     online.
  +   </p>
  +
  +   <a name="cvs"/>
  +   <h3>CVS Access</h3>
  +   <p>Anonymous access to the CVS goes like this:
  +     <pre>
  +       cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login
  +       cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co ws-jaxme
  +     </pre>
  +     The anonymous users password is the same than the anonymous users login:
  +     <code>anoncvs</code>.</p>
  +   <p>
  +     For developers, a different repository is available, which requires SSH 
access:
  +     <pre>
  +       set CVS_RSH=ssh
  +       export CVS_RSH
  +       cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs co ws-jaxme
  +     </pre>
  +     Of course, you have to replace the <code>userid</code> with the name of 
your
  +     committers account.
  +   </p>
  +
  +   <a name="cvsweb"/>
  +   <h3>CVS Web Access</h3>
  +   <p>
  +     The CVS repository may also be browsed online at
  +     <a 
href="http://cvs.apache.org/viewcvs/ws-jaxme";>http://cvs.apache.org/viewcvs/ws-jaxme</a>.
  +   </p>
  +
  +   <a name="mirrors"/>
  +   <h3>Apache Mirrors</h3>
  +   <p>The preferred way to obtain JaxMe distributions is through the various
  +     archive sites aroung the world. The links below will allow you to select
  +     a suitable archive near you. You are still free to switch to another
  +     mirror, of course.</p>
  +   <p>You are currently using the <strong>[preferred]</strong> mirror.
  +     If you encounter a problem with this mirror, please select another
  +     mirror.  If all mirrors are failing, there are <em>backup</em>
  +     mirrors (at the end of the mirrors list) that should be available.
  +   </p>
  +     
  +   <form action="[location]" method="get" id="SelectMirror">
  +     Other mirrors:          
  +<select name="Preferred">
  +[if-any http]
  +  [for http]<option value="[http]">[http]</option>[end]
  +[end]  
  +[if-any ftp]
  +  [for ftp]<option value="[ftp]">[ftp]</option>[end]
  +[end]
  +[if-any backup]
  +  [for backup]<option value="[backup]">[backup] (backup)</option>[end]
  +[end]
  +        </select>
  +              <input type="submit" value="Change"/>   </form>
  +
  +   JaxMe distributions: <a 
href="[preferred]/ws/jaxme">[preferred]/ws/jaxme</a>
  +    <p>
  +   Please check the MD5 sums for any releases you download from the mirrors:
  +    </p>
  +    <ul>
  +        <li>ws-jaxme-0.4-bin.tar.gz: 
<strong>5b2fc355c4db179023e4760ca770e2c8</strong></li>
  +        <li>ws-jaxme-0.4-src.tar.gz: 
<strong>b6634fbd80b71639939071acb8f49000</strong></li>
  +    </ul>
  +</body>
  +</html>
  
  
  
  1.24      +4 -4      ws-jaxme/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- site.xml  12 Apr 2005 09:58:40 -0000      1.23
  +++ site.xml  20 May 2005 20:21:23 -0000      1.24
  @@ -43,11 +43,11 @@
     </about>
   
     <docs label="Documentation">
  -<!-- build.online.site=false
  +<!-- build.online.site=false -->
       <manual label="Manual" href="manual/index.html"/>
       <javadoc label="Javadocs" href="apidocs/index.html"/>    
  --->
  -<!-- build.online.site=true -->
  +<!-- build.online.site -->
  +<!-- build.online.site=true
       <manual label="Manual">
           <manual label="Current" href="manual/index.html"/>
           <manual label="0.3" href="release-0.3/manual/index.html"/>
  @@ -56,7 +56,7 @@
           <javadoc label="Current" href="apidocs/index.html"/>    
           <javadoc label="0.3" href="release-0.3/apidocs/index.html"/>
       </javadoc>
  -<!-- build.online.site -->
  +-->
     </docs>
   
     <developers label="Developer Resources">
  
  
  
  1.9       +3 -0      ws-jaxme/src/documentation/content/xdocs/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/src/documentation/content/xdocs/news.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- news.xml  12 Apr 2005 08:17:18 -0000      1.8
  +++ news.xml  20 May 2005 20:21:23 -0000      1.9
  @@ -23,6 +23,9 @@
     </header> 
     <body>
       <dl>
  +      <dt>2005-May-19: JaxMe 0.4 Released</dt>
  +      <dd>Compared to the beta version, no new features have been introduced.
  +        A few bugs have been fixed, mainly concerning the nested group 
support.</dd>
         <dt>2005-Apr-12: JaxMe 0.4beta Released</dt>
         <dd>This release introduces support for nested groups with 
multiplicity &lt;= 1.
           In particular, xs:extension is supported now.</dd>
  
  
  
  1.56      +1 -1      ws-jaxme/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/status.xml,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- status.xml        19 May 2005 20:30:33 -0000      1.55
  +++ status.xml        20 May 2005 20:21:23 -0000      1.56
  @@ -35,7 +35,7 @@
            Added support for mixed content.
          </action>
        </release>
  -    <release version="0.4" date="Not yet published">
  +    <release version="0.4" date="2005-May-19">
         <action dev="JW" type="fix" context="xs">
           The methods XSSimpleContentImpl.isEmpty(),
           XSSimpleContentImpl.isMixed(), and
  
  
  
  1.26      +1 -1      ws-jaxme/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/build.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- build.xml 12 Apr 2005 09:58:40 -0000      1.25
  +++ build.xml 20 May 2005 20:21:23 -0000      1.26
  @@ -14,7 +14,7 @@
    * limitations under the License.
   -->
   <project name="JaxMe" default="all">
  -    <property name="version" value="0.4beta"/>
  +    <property name="version" value="0.5-dev"/>
       <property name="debug" value="true"/>
       <property name="optimize" value="false"/>   
   
  
  
  

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

Reply via email to