~tritone-team/tritone/eucalyptus

« back to all changes in this revision

Viewing changes to clc/modules/www/build.xml

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2009-12-01 21:09:28 UTC
  • mto: This revision was merged to the branch mainline in revision 75.
  • Revision ID: james.westby@ubuntu.com-20091201210928-o2dvg0ubljhb0ft6
Tags: upstream-1.6.1~bzr1083
ImportĀ upstreamĀ versionĀ 1.6.1~bzr1083

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
                <mkdir dir="${gwt.war.dir}" />
124
124
                <java classpathref="gwtcompilerclasspath" fork="true" failonerror="true" classname="com.google.gwt.dev.Compiler">
125
125
                        <jvmarg value="-Xmx1024m" />
 
126
                        <jvmarg value="-Xss1024k" />
126
127
                        <arg line="-war ${gwt.war.build.dir}" />
127
128
                        <arg line="-style OBF" />
128
129
                        <arg line="edu.ucsb.eucalyptus.admin.EucalyptusWebInterface" />