Updated Branches:
  refs/heads/4.0 c49f3becc -> 66daa1a2b

add javassit on the classpath


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

Branch: refs/heads/4.0
Commit: 66daa1a2bc6e86adea265a8a0b8b512756c8f77c
Parents: c49f3be
Author: Edison Su <[email protected]>
Authored: Tue Oct 9 19:36:45 2012 -0700
Committer: Edison Su <[email protected]>
Committed: Tue Oct 9 19:36:45 2012 -0700

----------------------------------------------------------------------
 wscript_configure |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/66daa1a2/wscript_configure
----------------------------------------------------------------------
diff --git a/wscript_configure b/wscript_configure
index 8014540..58aa8be 100644
--- a/wscript_configure
+++ b/wscript_configure
@@ -67,6 +67,7 @@ systemjars = {
                 "tomcat6/jasper.jar",
                 "tomcat6/jasper-el.jar",
                 "tomcat6/jasper-jdt.jar",
+               "javassist.jar",
                 
        ),
        'CentOS':
@@ -79,6 +80,7 @@ systemjars = {
                 "tomcat6/jasper.jar",
                 "tomcat6/jasper-el.jar",
                 "tomcat6/jasper-jdt.jar",
+               "javassist.jar",
                #"tomcat6/catalina.jar", # all supported distros put the file 
there
        ),
        'Ubuntu':

Reply via email to