]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed GWT Development Mode launch script name in build.xml.
authorMarko Grönroos <magi@iki.fi>
Fri, 2 Apr 2010 13:56:59 +0000 (13:56 +0000)
committerMarko Grönroos <magi@iki.fi>
Fri, 2 Apr 2010 13:56:59 +0000 (13:56 +0000)
svn changeset:12291/svn branch:6.3

build/build.xml

index 2a814ef43bc535dc9943e608a89ff793049c3374..b988d4fb25c0246db9ea5d1bfee392d80f23269c 100644 (file)
         <move file="${output-dir}/build-widgetset.xml" tofile="${output-dir}/WebContent/docs/example-source/build-widgetset.xml" />
         <move file="${output-dir}/eclipse-classpath" tofile="${output-dir}/.classpath" />
         <move file="${output-dir}/eclipse-project" tofile="${output-dir}/.project" />
-        <move file="${output-dir}/eclipse-Vaadin Hosted Mode Browser-launch" tofile="${output-dir}/Vaadin Hosted Mode Browser.launch" />
+        <move file="${output-dir}/eclipse-GWT Development Mode-launch" tofile="${output-dir}/GWT Development Mode.launch" />
         <move file="${output-dir}/eclipse-Vaadin Development Server-launch" tofile="${output-dir}/Vaadin Development Server.launch" />
         <mkdir dir="${output-dir}/.settings" />
         <move file="${output-dir}/eclipse-org.eclipse.core.resources.prefs" tofile="${output-dir}/.settings/org.eclipse.core.resources.prefs" />