You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2014/11/13 13:44:14 UTC

[07/10] incubator-brooklyn git commit: This closes #323

This closes #323


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/49dad19d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/49dad19d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/49dad19d

Branch: refs/heads/master
Commit: 49dad19d3e89737339e8588acc4f768d2d405c59
Parents: 297f608 0dc8e38
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Thu Nov 13 12:43:25 2014 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Thu Nov 13 12:43:25 2014 +0000

----------------------------------------------------------------------
 .../main/java/brooklyn/enricher/Enrichers.java  |   10 +-
 .../entity/basic/AbstractGroupImpl.java         |    2 +-
 .../group/AbstractMembershipTrackingPolicy.java |    5 +-
 .../entity/webapp/JavaWebAppDriver.java         |   10 +-
 .../webapp/JavaWebAppSoftwareProcessImpl.java   |   27 +
 .../entity/webapp/WebAppServiceConstants.java   |    6 +-
 .../entity/webapp/jboss/JBoss7ServerImpl.java   |   26 -
 .../entity/webapp/tomcat/Tomcat7SshDriver.java  |   65 +-
 .../entity/webapp/tomcat/TomcatServer.java      |   15 +-
 .../entity/webapp/tomcat/TomcatServerImpl.java  |    4 +-
 .../brooklyn/entity/webapp/tomcat/server.xml    |  151 +
 .../brooklyn/entity/webapp/tomcat/web.xml       | 4615 ++++++++++++++++++
 .../AbstractWebAppFixtureIntegrationTest.java   |   26 +
 .../jboss/Jboss7ServerIntegrationTest.java      |   23 +-
 ...omcatServerWebAppFixtureIntegrationTest.java |   28 +-
 usage/downstream-parent/pom.xml                 |    2 +-
 16 files changed, 4924 insertions(+), 91 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/49dad19d/usage/downstream-parent/pom.xml
----------------------------------------------------------------------