You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/03/14 19:29:55 UTC

cvs commit: jakarta-commons/commons-build/menus components-items.ent sandbox-items.ent components.ent sandbox.ent

dirkv       2004/03/14 10:29:55

  Modified:    commons-build/menus components.ent sandbox.ent
  Added:       commons-build/menus components-items.ent sandbox-items.ent
  Log:
  split the components & sanbox into a menu entity and *-items entity
  
  Revision  Changes    Path
  1.4       +1 -28     jakarta-commons/commons-build/menus/components.ent
  
  Index: components.ent
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/commons-build/menus/components.ent,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- components.ent	2 Mar 2004 03:17:59 -0000	1.3
  +++ components.ent	14 Mar 2004 18:29:54 -0000	1.4
  @@ -2,32 +2,5 @@
   The "Components Repository" menu element
   -->
   <menu name="Components Repository" type="footer">
  -    <item name="BeanUtils"             href="http://jakarta.apache.org/commons/beanutils/"/>
  -    <item name="Betwixt"               href="http://jakarta.apache.org/commons/betwixt/"/>
  -    <item name="CLI"                   href="http://jakarta.apache.org/commons/cli/"/>
  -    <item name="Codec"                 href="http://jakarta.apache.org/commons/codec/"/>
  -    <item name="Collections"           href="http://jakarta.apache.org/commons/collections/"/>
  -    <item name="Configuration"         href="http://jakarta.apache.org/commons/configuration/"/>
  -    <item name="Daemon"                href="http://jakarta.apache.org/commons/daemon/"/>
  -    <item name="DBCP"                  href="http://jakarta.apache.org/commons/dbcp"/>
  -    <item name="DbUtils"               href="http://jakarta.apache.org/commons/dbutils/"/>
  -    <item name="Digester"              href="http://jakarta.apache.org/commons/digester/"/>
  -    <item name="Discovery"             href="http://jakarta.apache.org/commons/discovery/"/>
  -    <item name="EL"                    href="http://jakarta.apache.org/commons/el/"/>
  -    <item name="FileUpload"            href="http://jakarta.apache.org/commons/fileupload/"/>
  -    <item name="HttpClient"            href="http://jakarta.apache.org/commons/httpclient/"/>
  -    <item name="IO"                    href="http://jakarta.apache.org/commons/io/"/>
  -    <item name="Jelly"                 href="http://jakarta.apache.org/commons/jelly/"/>
  -    <item name="Jexl"                  href="http://jakarta.apache.org/commons/jexl/"/>
  -    <item name="JXPath"                href="http://jakarta.apache.org/commons/jxpath/"/>
  -    <item name="Lang"                  href="http://jakarta.apache.org/commons/lang/"/>
  -    <item name="Latka"                 href="http://jakarta.apache.org/commons/latka/"/>
  -    <item name="Launcher"              href="http://jakarta.apache.org/commons/launcher/"/>
  -    <item name="Logging"               href="http://jakarta.apache.org/commons/logging/"/>
  -    <item name="Math"                  href="http://jakarta.apache.org/commons/math/"/>
  -    <item name="Modeler"               href="http://jakarta.apache.org/commons/modeler/"/>
  -    <item name="Net"                   href="http://jakarta.apache.org/commons/net/"/>
  -    <item name="Pool"                  href="http://jakarta.apache.org/commons/pool/"/>
  -    <item name="Primitives"            href="http://jakarta.apache.org/commons/primitives/"/>
  -    <item name="Validator"             href="http://jakarta.apache.org/commons/validator/"/>
  +    &components-items;
   </menu>
  
  
  
  1.3       +1 -21     jakarta-commons/commons-build/menus/sandbox.ent
  
  Index: sandbox.ent
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/commons-build/menus/sandbox.ent,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sandbox.ent	2 Mar 2004 03:17:59 -0000	1.2
  +++ sandbox.ent	14 Mar 2004 18:29:54 -0000	1.3
  @@ -2,25 +2,5 @@
   The "Sandbox Components" menu element
   -->
   <menu name="Sandbox Components" type="footer">
  -    <item name="Attributes"            href="http://jakarta.apache.org/commons/sandbox/attributes/"/>
  -    <item name="Cache"                 href="http://jakarta.apache.org/commons/sandbox/cache/"/>
  -    <item name="Chain"                 href="http://jakarta.apache.org/commons/sandbox/chain/"/>
  -    <item name="Clazz"                 href="http://jakarta.apache.org/commons/sandbox/clazz/"/>
  -    <item name="Compress"              href="http://jakarta.apache.org/commons/sandbox/compress/"/>
  -    <item name="Convert"               href="http://jakarta.apache.org/commons/sandbox/convert/"/>
  -    <item name="Email"                 href="http://jakarta.apache.org/commons/sandbox/email/"/>
  -    <item name="Events"                href="http://jakarta.apache.org/commons/sandbox/events/"/>
  -    <item name="Functor"               href="http://jakarta.apache.org/commons/sandbox/functor/"/>
  -    <item name="HiveMind"              href="http://jakarta.apache.org/commons/sandbox/hivemind/"/>
  -    <item name="Id"                    href="http://jakarta.apache.org/commons/sandbox/id/"/>
  -    <item name="JJar"                  href="http://jakarta.apache.org/commons/sandbox/jjar/"/>
  -    <item name="JRCS"                  href="http://jakarta.apache.org/commons/sandbox/jrcs/"/>
  -    <item name="Mapper"                href="http://jakarta.apache.org/commons/sandbox/mapper/"/>
  -    <item name="Messenger"             href="http://jakarta.apache.org/commons/sandbox/messenger/"/>
  -    <item name="Resources"             href="http://jakarta.apache.org/commons/sandbox/resources/"/>
  -    <item name="Scaffold"              href="http://jakarta.apache.org/commons/sandbox/scaffold/"/>
  -    <item name="SQL"                   href="http://jakarta.apache.org/commons/sandbox/sql/"/>
  -    <item name="ThreadPool"            href="http://jakarta.apache.org/commons/sandbox/threadpool/"/>
  -    <item name="VFS"                   href="http://jakarta.apache.org/commons/sandbox/vfs/"/>
  -    <item name="Workflow"              href="http://jakarta.apache.org/commons/sandbox/workflow/"/>
  +    &sandbox-items;
   </menu>
  
  
  
  1.1                  jakarta-commons/commons-build/menus/components-items.ent
  
  Index: components-items.ent
  ===================================================================
      <item name="BeanUtils"             href="http://jakarta.apache.org/commons/beanutils/"/>
      <item name="Betwixt"               href="http://jakarta.apache.org/commons/betwixt/"/>
      <item name="CLI"                   href="http://jakarta.apache.org/commons/cli/"/>
      <item name="Codec"                 href="http://jakarta.apache.org/commons/codec/"/>
      <item name="Collections"           href="http://jakarta.apache.org/commons/collections/"/>
      <item name="Configuration"         href="http://jakarta.apache.org/commons/configuration/"/>
      <item name="Daemon"                href="http://jakarta.apache.org/commons/daemon/"/>
      <item name="DBCP"                  href="http://jakarta.apache.org/commons/dbcp"/>
      <item name="DbUtils"               href="http://jakarta.apache.org/commons/dbutils/"/>
      <item name="Digester"              href="http://jakarta.apache.org/commons/digester/"/>
      <item name="Discovery"             href="http://jakarta.apache.org/commons/discovery/"/>
      <item name="EL"                    href="http://jakarta.apache.org/commons/el/"/>
      <item name="FileUpload"            href="http://jakarta.apache.org/commons/fileupload/"/>
      <item name="HttpClient"            href="http://jakarta.apache.org/commons/httpclient/"/>
      <item name="IO"                    href="http://jakarta.apache.org/commons/io/"/>
      <item name="Jelly"                 href="http://jakarta.apache.org/commons/jelly/"/>
      <item name="Jexl"                  href="http://jakarta.apache.org/commons/jexl/"/>
      <item name="JXPath"                href="http://jakarta.apache.org/commons/jxpath/"/>
      <item name="Lang"                  href="http://jakarta.apache.org/commons/lang/"/>
      <item name="Latka"                 href="http://jakarta.apache.org/commons/latka/"/>
      <item name="Launcher"              href="http://jakarta.apache.org/commons/launcher/"/>
      <item name="Logging"               href="http://jakarta.apache.org/commons/logging/"/>
      <item name="Math"                  href="http://jakarta.apache.org/commons/math/"/>
      <item name="Modeler"               href="http://jakarta.apache.org/commons/modeler/"/>
      <item name="Net"                   href="http://jakarta.apache.org/commons/net/"/>
      <item name="Pool"                  href="http://jakarta.apache.org/commons/pool/"/>
      <item name="Primitives"            href="http://jakarta.apache.org/commons/primitives/"/>
      <item name="Validator"             href="http://jakarta.apache.org/commons/validator/"/>
  
  
  
  
  1.1                  jakarta-commons/commons-build/menus/sandbox-items.ent
  
  Index: sandbox-items.ent
  ===================================================================
      <item name="Attributes"            href="http://jakarta.apache.org/commons/sandbox/attributes/"/>
      <item name="Cache"                 href="http://jakarta.apache.org/commons/sandbox/cache/"/>
      <item name="Chain"                 href="http://jakarta.apache.org/commons/sandbox/chain/"/>
      <item name="Clazz"                 href="http://jakarta.apache.org/commons/sandbox/clazz/"/>
      <item name="Compress"              href="http://jakarta.apache.org/commons/sandbox/compress/"/>
      <item name="Convert"               href="http://jakarta.apache.org/commons/sandbox/convert/"/>
      <item name="Email"                 href="http://jakarta.apache.org/commons/sandbox/email/"/>
      <item name="Events"                href="http://jakarta.apache.org/commons/sandbox/events/"/>
      <item name="Functor"               href="http://jakarta.apache.org/commons/sandbox/functor/"/>
      <item name="Id"                    href="http://jakarta.apache.org/commons/sandbox/id/"/>
      <item name="JJar"                  href="http://jakarta.apache.org/commons/sandbox/jjar/"/>
      <item name="JRCS"                  href="http://jakarta.apache.org/commons/sandbox/jrcs/"/>
      <item name="Mapper"                href="http://jakarta.apache.org/commons/sandbox/mapper/"/>
      <item name="Messenger"             href="http://jakarta.apache.org/commons/sandbox/messenger/"/>
      <item name="Resources"             href="http://jakarta.apache.org/commons/sandbox/resources/"/>
      <item name="Scaffold"              href="http://jakarta.apache.org/commons/sandbox/scaffold/"/>
      <item name="SQL"                   href="http://jakarta.apache.org/commons/sandbox/sql/"/>
      <item name="ThreadPool"            href="http://jakarta.apache.org/commons/sandbox/threadpool/"/>
      <item name="VFS"                   href="http://jakarta.apache.org/commons/sandbox/vfs/"/>
      <item name="Workflow"              href="http://jakarta.apache.org/commons/sandbox/workflow/"/>
  
  
  
  

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