You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ka...@apache.org on 2002/12/16 17:33:45 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/uberjar/xdocs index.xml navigation.xml

kaz         2002/12/16 08:33:45

  Modified:    src/plugins-build/uberjar/xdocs index.xml navigation.xml
  Log:
  Added links to the Classworlds page.
  
  Revision  Changes    Path
  1.3       +4 -2      jakarta-turbine-maven/src/plugins-build/uberjar/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/uberjar/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	16 Dec 2002 05:29:33 -0000	1.2
  +++ index.xml	16 Dec 2002 16:33:45 -0000	1.3
  @@ -24,9 +24,11 @@
           dependencies and executes your <tt>main</tt> method.  It also
           enables your dependent JARs to be inserted into the classpath,
           and best of all, the JARs are located with the UberJar.  JARs
  -        withing JARs are supported by the Classworlds class loaders.
  +        within JARs are supported by the Classworlds class loaders.
           However, you do not need to know anything about Classworlds to
  -        build your UberJar.  
  +        build your UberJar.  For those that want more information, see
  +        the <a href="http://classworlds.werken.com/uberjar.html">
  +        Classworlds uberjar page </a>.
         </p>
         <p>
           To create the UberJar, be sure to define the
  
  
  
  1.3       +1 -0      jakarta-turbine-maven/src/plugins-build/uberjar/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/uberjar/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml	16 Dec 2002 05:29:33 -0000	1.2
  +++ navigation.xml	16 Dec 2002 16:33:45 -0000	1.3
  @@ -6,6 +6,7 @@
     <body>
       <links>
         <item name="Maven" href="http://jakarta.apache.org/turbine/maven/"/>
  +      <item name="Classworlds" href="http://classworlds.werken.com/"/>
       </links>
       <menu name="Overview">
         <item name="Goals"                   href="/goals.html" />