You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by bu...@apache.org on 2013/05/29 10:04:57 UTC

svn commit: r863593 - in /websites/staging/ace/trunk/content: ./ dev-doc/getting-started.html

Author: buildbot
Date: Wed May 29 08:04:57 2013
New Revision: 863593

Log:
Staging update by buildbot for ace

Modified:
    websites/staging/ace/trunk/content/   (props changed)
    websites/staging/ace/trunk/content/dev-doc/getting-started.html

Propchange: websites/staging/ace/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed May 29 08:04:57 2013
@@ -1 +1 @@
-1487374
+1487390

Modified: websites/staging/ace/trunk/content/dev-doc/getting-started.html
==============================================================================
--- websites/staging/ace/trunk/content/dev-doc/getting-started.html (original)
+++ websites/staging/ace/trunk/content/dev-doc/getting-started.html Wed May 29 08:04:57 2013
@@ -292,7 +292,7 @@
 <p>Update the <code>repository.xml</code>.
     After making changes to anything in <tt>cnf/lib/</tt> you need to update the index file that describes the contents of the repository. To do this enter the following commands:</p>
 <div class="codehilite"><pre><span class="nv">$ </span><span class="nb">cd </span>cnf
-<span class="nv">$ </span>ant
+<span class="nv">$ </span>ant build
 <span class="nv">$ </span>java -cp bin org.apache.ace.bnd.LibraryIndexer
 </pre></div>