You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2007/01/13 01:48:51 UTC

svn commit: r495807 - /jakarta/commons/trunks-sandbox/src/site/apt/index.apt

Author: dennisl
Date: Fri Jan 12 16:48:50 2007
New Revision: 495807

URL: http://svn.apache.org/viewvc?view=rev&rev=495807
Log:
Use relative links instead of absolute.

Modified:
    jakarta/commons/trunks-sandbox/src/site/apt/index.apt

Modified: jakarta/commons/trunks-sandbox/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/jakarta/commons/trunks-sandbox/src/site/apt/index.apt?view=diff&rev=495807&r1=495806&r2=495807
==============================================================================
--- jakarta/commons/trunks-sandbox/src/site/apt/index.apt (original)
+++ jakarta/commons/trunks-sandbox/src/site/apt/index.apt Fri Jan 12 16:48:50 2007
@@ -15,31 +15,31 @@
 
   ~~TODO: we should be able to auto-generate this table.
 
-*---------------------------------------------------------------------+------------------------------------------------------------------------+
-|| Sandbox                                                            ||
-*---------------------------------------------------------------------+------------------------------------------------------------------------+
-| {{{http://jakarta.apache.org/commons/sandbox/compress/} Compress}}  | Defines an API for working with tar, zip and bzip2 files.
-*---------------------------------------------------------------------+------------------------------------------------------------------------+
-| {{{http://jakarta.apache.org/commons/sandbox/csv/} CSV}}            | Component for reading and writing comma separated value files.
-*---------------------------------------------------------------------+------------------------------------------------------------------------+
-| {{{http://jakarta.apache.org/commons/sandbox/exec/} Exec}}          | API for dealing with external process execution and environment management in Java.
-*---------------------------------------------------------------------+------------------------------------------------------------------------+
-| {{{http://jakarta.apache.org/commons/sandbox/finder/} Finder}}      | Java library inspired by the UNIX find command.
-*---------------------------------------------------------------------+------------------------------------------------------------------------+
-| {{{http://jakarta.apache.org/commons/sandbox/i18n/} I18n}}          | Adds the feature of localized message bundles that consist of one or many localized texts that belong together. Think of an error message that consists of title, text, summary and error details.
-*---------------------------------------------------------------------+------------------------------------------------------------------------+
-| {{{http://jakarta.apache.org/commons/sandbox/id/} Id}}              | Id is a component used to generate identifiers.
-*---------------------------------------------------------------------+------------------------------------------------------------------------+
-| {{{http://jakarta.apache.org/commons/sandbox/javaflow/} Javaflow}}  | Continuation implementation to capture the state of the application.
-*---------------------------------------------------------------------+------------------------------------------------------------------------+
-| {{{http://jakarta.apache.org/commons/sandbox/jci/} JCI}}            | Java Compiler Interface
-*---------------------------------------------------------------------+------------------------------------------------------------------------+
-| {{{http://jakarta.apache.org/commons/sandbox/openpgp/} OpenPGP}}    | Interface to signing and verifying data using OpenPGP.
-*---------------------------------------------------------------------+------------------------------------------------------------------------+
-| {{{http://jakarta.apache.org/commons/sandbox/pipeline/} Pipeline}}  | Provides a set of pipeline utilities designed around work queues that run in parallel to sequentially process data objects data objects.
-*---------------------------------------------------------------------+------------------------------------------------------------------------+
-| {{{http://jakarta.apache.org/commons/sandbox/proxy/} Proxy}}        | Library for creating dynamic proxies.
-*---------------------------------------------------------------------+------------------------------------------------------------------------+
+*---------------------------+------------------------------------------------------------------------------------------------------------------+
+|| Sandbox                  ||
+*---------------------------+------------------------------------------------------------------------------------------------------------------+
+| {{{compress/} Compress}}  | Defines an API for working with tar, zip and bzip2 files.
+*---------------------------+------------------------------------------------------------------------------------------------------------------+
+| {{{csv/} CSV}}            | Component for reading and writing comma separated value files.
+*---------------------------+------------------------------------------------------------------------------------------------------------------+
+| {{{exec/} Exec}}          | API for dealing with external process execution and environment management in Java.
+*---------------------------+------------------------------------------------------------------------------------------------------------------+
+| {{{finder/} Finder}}      | Java library inspired by the UNIX find command.
+*---------------------------+------------------------------------------------------------------------------------------------------------------+
+| {{{i18n/} I18n}}          | Adds the feature of localized message bundles that consist of one or many localized texts that belong together. Think of an error message that consists of title, text, summary and error details.
+*---------------------------+------------------------------------------------------------------------------------------------------------------+
+| {{{id/} Id}}              | Id is a component used to generate identifiers.
+*---------------------------+------------------------------------------------------------------------------------------------------------------+
+| {{{javaflow/} Javaflow}}  | Continuation implementation to capture the state of the application.
+*---------------------------+------------------------------------------------------------------------------------------------------------------+
+| {{{jci/} JCI}}            | Java Compiler Interface
+*---------------------------+------------------------------------------------------------------------------------------------------------------+
+| {{{openpgp/} OpenPGP}}    | Interface to signing and verifying data using OpenPGP.
+*---------------------------+------------------------------------------------------------------------------------------------------------------+
+| {{{pipeline/} Pipeline}}  | Provides a set of pipeline utilities designed around work queues that run in parallel to sequentially process data objects data objects.
+*---------------------------+------------------------------------------------------------------------------------------------------------------+
+| {{{proxy/} Proxy}}        | Library for creating dynamic proxies.
+*---------------------------+------------------------------------------------------------------------------------------------------------------+
 
 Status of the Sandbox Components
 



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