You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by jo...@apache.org on 2004/12/31 01:41:06 UTC

cvs commit: ws-jaxme/src/jaxme/org/apache/ws/jaxme/junit JiraTest.java ParserTest.java

jochen      2004/12/30 16:41:06

  Modified:    src/documentation/content/xdocs mailinglists.xml news.xml
                        site.xml
               src/jaxme/org/apache/ws/jaxme/junit JiraTest.java
                        ParserTest.java
  Log:
  Removed the name nagoya.apache.org.
  
  Revision  Changes    Path
  1.9       +2 -2      ws-jaxme/src/documentation/content/xdocs/mailinglists.xml
  
  Index: mailinglists.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/src/documentation/content/xdocs/mailinglists.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mailinglists.xml	17 Dec 2004 22:43:57 -0000	1.8
  +++ mailinglists.xml	31 Dec 2004 00:41:06 -0000	1.9
  @@ -34,8 +34,8 @@
           or <link href="mailto:jaxme-dev-unsubscribe@ws.apache.org">jaxme-dev-unsubscribe@ws.apache.org</link>,
           respectively. This list is receiving CVS notifications.</p>
         <p>Searchable archives of this list can be found on
  -        <link href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=172">
  -          http://nagoya.apache.org/eyebrowse/SummarizeList?listId=172
  +        <link href="http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=172">
  +          http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=172
           </link> and
           <link href="http://marc.theaimsgroup.com/?l=jaxme-dev">http://marc.theaimsgroup.com/?l=jaxme-dev</link>.</p>
       </section>
  
  
  
  1.7       +0 -16     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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- news.xml	2 Sep 2004 23:05:25 -0000	1.6
  +++ news.xml	31 Dec 2004 00:41:06 -0000	1.7
  @@ -39,22 +39,6 @@
           package names. Besides, JaxMePM has been introduced.</dd>
         <dt>2003-Sep-25: The JaxMe site is online</dt>
         <dd>The new JaxMe site is online at <link href="site:jaxme">http://ws.apache.org/jaxme/</link>.</dd>
  -
  -      <dt>2003-Aug-09: JaxMe proposed for incubation into Apache</dt>
  -      <dd>
  -        The JaxMe 2 binding compiler was proposed for incubation into the Apache project.
  -        A
  -        <fork href="http://marc.theaimsgroup.com/?l=webservices-general&amp;m=106198385722711&amp;w=2"
  -              title="Vote for incubation of JaxMe 2">vote</fork>
  -        is ongoing in the
  -        <fork href="http://marc.theaimsgroup.com/?l=webservices-general"
  -              title="Archive of general@ws.apache.org">general@ws.apache.org</fork>
  -        mailing list. The 
  -        <fork href="http://nagoya.apache.org/wiki/apachewiki.cgi?JaxbProposal"
  -              title="Proposal for incubation of JaxMe 2">details</fork>
  -        of the proposal are available in the
  -        <fork href="http://nagoya.apache.org/wiki/apachewiki.cgi" title="Apache Wiki">Apache Wiki</fork>.
  -      </dd>
       </dl>
     </body>
   </document>
  
  
  
  1.22      +2 -2      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.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- site.xml	13 Sep 2004 20:56:59 -0000	1.21
  +++ site.xml	31 Dec 2004 00:41:06 -0000	1.22
  @@ -108,9 +108,9 @@
       <marc.theaimsgroup.com href="http://marc.theaimsgroup.com/">
         <jaxme-dev-marc href="?l=jaxme-dev"/>
       </marc.theaimsgroup.com>
  -    <nagoya.apache.org href="http://nagoya.apache.org/">
  +    <issues.apache.org href="http://issues.apache.org/">
         <jira href="jira/secure/Dashboard.jspa"/>
  -    </nagoya.apache.org>
  +    </issues.apache.org>
       <opensource.org href='http://www.opensource.org/'>
           <open-source-definition href='docs/definition.php'/>
       </opensource.org>
  
  
  
  1.7       +5 -5      ws-jaxme/src/jaxme/org/apache/ws/jaxme/junit/JiraTest.java
  
  Index: JiraTest.java
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/src/jaxme/org/apache/ws/jaxme/junit/JiraTest.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- JiraTest.java	4 Dec 2004 23:22:34 -0000	1.6
  +++ JiraTest.java	31 Dec 2004 00:41:06 -0000	1.7
  @@ -24,7 +24,7 @@
       	super(pName);
       }
   
  -    /** Test for <a href="http://nagoya.apache.org/jira/browse/JAXME-10">JAXME-10</a>
  +    /** Test for <a href="http://issues.apache.org/jira/browse/JAXME-10">JAXME-10</a>
        */
       public void testJaxMe10() throws Exception {
   		final String input1 =
  @@ -54,7 +54,7 @@
           unmarshalMarshalUnmarshal(TransmissionData.class, input2);
       }
   
  -    /** Test for <a href="http://nagoya.apache.org/jira/browse/JAXME-12">JAXME-12</a>
  +    /** Test for <a href="http://issues.apache.org/jira/browse/JAXME-12">JAXME-12</a>
        */
       public void testJaxMe12() throws Exception {
           final String[] inputs = new String[]{
  @@ -73,7 +73,7 @@
           body2.setValue("ok");
       }
   
  -    /** Test for <a href="http://nagoya.apache.org/jira/browse/JAXME-38">JAXME-38</a>
  +    /** Test for <a href="http://issues.apache.org/jira/browse/JAXME-38">JAXME-38</a>
        */
       public void testJaxMe38() throws Exception {
       	RowImpl emptyRow = new RowImpl();
  @@ -83,7 +83,7 @@
           unmarshalMarshalUnmarshal(Row.class, xml);
       }
   
  -    /** Test for <a href="http://nagoya.apache.org/jira/browse/JAXME-39">JAXME-39</a>
  +    /** Test for <a href="http://issues.apache.org/jira/browse/JAXME-39">JAXME-39</a>
        */
       public void testJaxMe39() throws Exception {
       	IngredientImpl ingredientImpl = new IngredientImpl();
  @@ -92,7 +92,7 @@
           assertTrue(ingredientImpl.isSetIngredientId());
       }
   
  -    /** Test for <a href="http://nagoya.apache.org/jira/browse/JAXME-45">JAXME-45</a>
  +    /** Test for <a href="http://issues.apache.org/jira/browse/JAXME-45">JAXME-45</a>
        */
       public void testJaxMe45() throws Exception {
       	Outer outer = new org.apache.ws.jaxme.test.misc.xsimport.a.ObjectFactory().createOuter();
  
  
  
  1.7       +2 -2      ws-jaxme/src/jaxme/org/apache/ws/jaxme/junit/ParserTest.java
  
  Index: ParserTest.java
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/src/jaxme/org/apache/ws/jaxme/junit/ParserTest.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ParserTest.java	4 Dec 2004 23:22:34 -0000	1.6
  +++ ParserTest.java	31 Dec 2004 00:41:06 -0000	1.7
  @@ -1030,7 +1030,7 @@
       assertEquals(new Long(1), nmtsl.getMinLength());
     }  
   
  -  /** Test for <a href="http://nagoya.apache.org/jira/browse/JAXME-45">JAXME-45</a>
  +  /** Test for <a href="http://issues.apache.org/jira/browse/JAXME-45">JAXME-45</a>
      */
     public void testJira46() throws Exception {
         final String uri = "http://www.cnipa.it/schemas/2003/eGovIT/Busta1_0/";
  
  
  

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