evenisse    2003/08/05 05:31:37

  Modified:    src/plugins-build/uberjar/xdocs changes.xml index.xml
  Log:
  Maven-655. Fix classworlds url.
  
  Revision  Changes    Path
  1.5       +3 -0      maven/src/plugins-build/uberjar/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/uberjar/xdocs/changes.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- changes.xml       25 Jul 2003 06:35:27 -0000      1.4
  +++ changes.xml       5 Aug 2003 12:31:37 -0000       1.5
  @@ -7,6 +7,9 @@
   
     <body>
       <release version="1.1" date="in CVS">
  +      <action dev="evenisse" type="fix">
  +        Maven-655. Fix classworlds url.
  +      </action>
         <action dev="dion" type="update">
           update to velocity 1.4-dev
         </action>
  
  
  
  1.2       +3 -3      maven/src/plugins-build/uberjar/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/uberjar/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 24 Jan 2003 03:46:23 -0000      1.1
  +++ index.xml 5 Aug 2003 12:31:37 -0000       1.2
  @@ -19,7 +19,7 @@
           this for you.
         </p>
         <p>
  -        UberJar utilizes the <a href="http://classworlds.werken.com";>
  +        UberJar utilizes the <a href="http://classworlds.codehaus.org";>
           Classworlds </a> package for the bootstrap code that loads your
           dependencies and executes your <tt>main</tt> method.  It also
           enables your dependent JARs to be inserted into the classpath,
  @@ -27,14 +27,14 @@
           within JARs are supported by the Classworlds class loaders.
           However, you do not need to know anything about Classworlds to
           build your UberJar.  For those that want more information, see
  -        the <a href="http://classworlds.werken.com/uberjar.html";>
  +        the <a href="http://classworlds.codehaus.org/uberjar.html";>
           Classworlds uberjar page </a>.
         </p>
         <p>
           To create the UberJar, be sure to define the
           <tt>maven.uberjar.main</tt> property in your project's
           properties file.  Alternatively, if you already have a custom <a
  -        href="http://classworlds.werken.com";>Classworlds</a>
  +        href="http://classworlds.codehaus.org";>Classworlds</a>
           configuration file, specify the
           <tt>maven.uberjar.classworlds.conf</tt> property instead.  To
           create the UberJar, type:
  
  
  

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

Reply via email to