You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2005/06/30 20:43:07 UTC

cvs commit: ws-axis/site/src/java build.xml

dims        2005/06/30 11:43:06

  Modified:    site/src/cpp build.xml
               site/src/ja build.xml
               site/src/java build.xml
  Log:
  Fix location of the sources.
  
  Revision  Changes    Path
  1.2       +4 -4      ws-axis/site/src/cpp/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/site/src/cpp/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	11 Feb 2005 19:30:48 -0000	1.1
  +++ build.xml	30 Jun 2005 18:43:06 -0000	1.2
  @@ -7,9 +7,9 @@
       * This version supports only Windows platforms.
       * You may have to edit the 'IEPath' property below.
       * The target source you have to edit will be in;
  -      'ws-axis/site/src4forrest-060/cpp'.
  +      'ws-axis/site/src/cpp'.
       * After editing the target, you have to commit a set of
  -      updates in 'ws-axis/site/src4forrest-060/cpp' and
  +      updates in 'ws-axis/site/src/cpp' and
         'ws-site/target/axis/cpp'.
   -->
   
  @@ -121,7 +121,7 @@
     <target name="putmessage">
       <echo>
         (If you are a committer,) please commit your updates in
  -      'ws-axis/site/src4forrest-060/cpp' and 'ws-site/target/axis/cpp' !!
  +      'ws-axis/site/src/cpp' and 'ws-site/target/axis/cpp' !!
       </echo>
     </target>
   
  
  
  
  1.3       +4 -4      ws-axis/site/src/ja/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/site/src/ja/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	10 Feb 2005 08:34:09 -0000	1.2
  +++ build.xml	30 Jun 2005 18:43:06 -0000	1.3
  @@ -7,9 +7,9 @@
       * This version supports only Windows platforms.
       * You may have to edit the 'IEPath' property below.
       * The target source you have to edit will be in;
  -      'ws-axis/site/src4forrest-060/ja'.
  +      'ws-axis/site/src/ja'.
       * After editing the target, you have to commit a set of
  -      updates in 'ws-axis/site/src4forrest-060/ja' and
  +      updates in 'ws-axis/site/src/ja' and
         'ws-site/target/axis'.
   -->
   
  @@ -121,7 +121,7 @@
     <target name="putmessage">
       <echo>
         (If you are a committer,) please commit your updates in
  -      'ws-axis/site/src4forrest-060/ja' and 'ws-site/target/axis/ja' !!
  +      'ws-axis/site/src/ja' and 'ws-site/target/axis/ja' !!
       </echo>
     </target>
   
  
  
  
  1.3       +4 -4      ws-axis/site/src/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/site/src/java/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	10 Feb 2005 08:33:22 -0000	1.2
  +++ build.xml	30 Jun 2005 18:43:06 -0000	1.3
  @@ -7,9 +7,9 @@
       * This version supports only Windows platforms.
       * You may have to edit the 'IEPath' property below.
       * The target source you have to edit will be in;
  -      'ws-axis/site/src4forrest-060/java'.
  +      'ws-axis/site/src4/java'.
       * After editing the target, you have to commit a set of
  -      updates in 'ws-axis/site/src4forrest-060/java' and
  +      updates in 'ws-axis/site/src/java' and
         'ws-site/target/axis'.
   -->
   
  @@ -121,7 +121,7 @@
     <target name="putmessage">
       <echo>
         (If you are a committer,) please commit your updates in
  -      'ws-axis/site/src4forrest-060/java' and 'ws-site/target/axis' !!
  +      'ws-axis/site/src/java' and 'ws-site/target/axis' !!
       </echo>
     </target>