Hey Wido,

I've reverted this commit. These files are used by people like me that run 
cloudstack using the jetty:run target. I need at least the components and log4j 
files in there to work. It is also part of the put-everyting-in-a-single-webapp 
plan that will allow us to redistribute the management server as a webapp. 

Tried to reach you to discuss alternatives, but didn't get hold of you yet. If 
you have a moment lets discuss alternatives. I think we can fix some stuff with 
packaging.

Cheers,

Hugo

> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: Thursday, April 04, 2013 8:52 AM
> To: [email protected]
> Subject: [1/2] git commit: updated refs/heads/master to a773ab1
> 
> Updated Branches:
>   refs/heads/master f18a1d6f1 -> a773ab16d
> 
> 
> maven: Do not copy the management server configuration to the webapp
> 
> All configuration should be in /etc/cloudstack/management
> 
> 
> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
> Commit: http://git-wip-
> us.apache.org/repos/asf/cloudstack/commit/a773ab16
> Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a773ab16
> Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a773ab16
> 
> Branch: refs/heads/master
> Commit: a773ab16d6af5cd98245ddb14f0e065acfee48bd
> Parents: d80d8d8
> Author: Wido den Hollander <[email protected]>
> Authored: Wed Apr 3 20:08:34 2013 +0200
> Committer: Wido den Hollander <[email protected]>
> Committed: Thu Apr 4 08:51:38 2013 +0200
> 
> ----------------------------------------------------------------------
>  client/pom.xml |   25 -------------------------
>  1 files changed, 0 insertions(+), 25 deletions(-)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-
> us.apache.org/repos/asf/cloudstack/blob/a773ab16/client/pom.xml
> ----------------------------------------------------------------------
> diff --git a/client/pom.xml b/client/pom.xml index 9323d0f..06d80d2 100644
> --- a/client/pom.xml
> +++ b/client/pom.xml
> @@ -329,31 +329,6 @@
>                  <copy todir="${basedir}/target/generated-webapp">
>                    <fileset dir="${basedir}/../ui" />
>                  </copy>
> -                <copy overwrite="true"
> -                  todir="${basedir}/target/generated-webapp/WEB-INF/classes">
> -                  <fileset dir="${basedir}/tomcatconf">
> -                    <include name="*.in" />
> -                  </fileset>
> -                  <globmapper from="*.in" to="*" />
> -                  <filterchain>
> -                    <filterreader
> -                      classname="org.apache.tools.ant.filters.ReplaceTokens">
> -                      <param type="propertiesfile"
> -                        value="${cs.replace.properties}" />
> -                    </filterreader>
> -                  </filterchain>
> -                </copy>
> -                <copy overwrite="true" todir="${basedir}/target/generated-
> webapp/WEB-INF/classes">
> -                  <fileset dir="${basedir}/tomcatconf">
> -                    <include name="*.in" />
> -                  </fileset>
> -                  <globmapper from="*.in" to="*" />
> -                  <filterchain>
> -                    <filterreader
> classname="org.apache.tools.ant.filters.ReplaceTokens">
> -                      <param type="propertiesfile" 
> value="${cs.replace.properties}"
> />
> -                    </filterreader>
> -                  </filterchain>
> -                </copy>
>                  <copy overwrite="true" 
> todir="${basedir}/target/utilities/bin">
>                    <fileset dir="${basedir}/../setup/bindir">
>                      <include name="*.in" />

Reply via email to