You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by we...@apache.org on 2013/10/08 13:59:58 UTC

git commit: updated refs/heads/4.2 to 2ebcfdb

Updated Branches:
  refs/heads/4.2 f6cf65983 -> 2ebcfdb73


fix CS 4.2.1-SNAPSHOT apidocs build error


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2ebcfdb7
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2ebcfdb7
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2ebcfdb7

Branch: refs/heads/4.2
Commit: 2ebcfdb7335f504db99c213eb41fa8e290b4b4c1
Parents: f6cf659
Author: Wei Zhou <w....@leaseweb.com>
Authored: Tue Oct 8 13:59:36 2013 +0200
Committer: Wei Zhou <w....@leaseweb.com>
Committed: Tue Oct 8 13:59:36 2013 +0200

----------------------------------------------------------------------
 tools/apidoc/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2ebcfdb7/tools/apidoc/pom.xml
----------------------------------------------------------------------
diff --git a/tools/apidoc/pom.xml b/tools/apidoc/pom.xml
index 1a02f83..363e025 100644
--- a/tools/apidoc/pom.xml
+++ b/tools/apidoc/pom.xml
@@ -21,7 +21,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>
-        <client.config.base>../../client/target/cloud-client-ui-4.2.0/WEB-INF/</client.config.base>
+        <client.config.base>../../client/target/cloud-client-ui-4.2.1-SNAPSHOT/WEB-INF/</client.config.base>
         <client.config.jars>${client.config.base}/lib</client.config.jars>
         <client.config.conf>${client.config.base}/classes</client.config.conf>
     </properties>