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

svn commit: r561586 - /commons/proper/jci/trunk/src/site/xdoc/usage.xml

Author: dennisl
Date: Tue Jul 31 16:06:08 2007
New Revision: 561586

URL: http://svn.apache.org/viewvc?view=rev&rev=561586
Log:
JCI is no longer in the sandbox.

Modified:
    commons/proper/jci/trunk/src/site/xdoc/usage.xml

Modified: commons/proper/jci/trunk/src/site/xdoc/usage.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/src/site/xdoc/usage.xml?view=diff&rev=561586&r1=561585&r2=561586
==============================================================================
--- commons/proper/jci/trunk/src/site/xdoc/usage.xml (original)
+++ commons/proper/jci/trunk/src/site/xdoc/usage.xml Tue Jul 31 16:06:08 2007
@@ -41,9 +41,9 @@
                 Information like line numbers of errors etc are accessible in a consistent way.
                 If supported by the compiler you can even get notified about error before the
                 end of the compilation. (see the <code>CompilationProblemHandler</code>) for that.
-                The <a href="http://commons.apache.org/sandbox/jci/commons-jci-examples/index.html">example subproject</a>
-                provides a simple <a href="http://commons.apache.org/sandbox/jci/xref/org/apache/commons/jci/examples/serverpages/ServerPageServlet.html">JSP servlet</a>
-                and a javac-like <a href="http://commons.apache.org/sandbox/jci/xref/org/apache/commons/jci/examples/commandline/CommandlineCompiler.html">command line interface</a>.
+                The <a href="http://commons.apache.org/jci/commons-jci-examples/index.html">example subproject</a>
+                provides a simple <a href="http://commons.apache.org/jci/xref/org/apache/commons/jci/examples/serverpages/ServerPageServlet.html">JSP servlet</a>
+                and a javac-like <a href="http://commons.apache.org/jci/xref/org/apache/commons/jci/examples/commandline/CommandlineCompiler.html">command line interface</a>.
             </p>
             
         </section>
@@ -67,7 +67,7 @@
             <p>
                 But you can also just implement a simple <code>FilesystemAlterationListener</code>
                 yourself and just use it to get notified about configuration files changes
-                <a href="http://commons.apache.org/sandbox/jci/xref/org/apache/commons/jci/examples/configuration/ConfigurationReloading.html">for example</a>.
+                <a href="http://commons.apache.org/jci/xref/org/apache/commons/jci/examples/configuration/ConfigurationReloading.html">for example</a>.
                 The example just extends the <code>FileChangeListener</code> that provides a few convenience methods.
             </p>