diff options
author | Henri Sara <henri.sara@itmill.com> | 2009-05-19 08:29:12 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2009-05-19 08:29:12 +0000 |
commit | 10231abfa38d5a6e6bb87e20161bb6a5055fa3f3 (patch) | |
tree | ec800446ad16f2510c519b4999380be2d28dfe9e /build/package | |
parent | 13821cde67b4ec51d918cca58bf0b78d9c1b1130 (diff) | |
download | vaadin-framework-10231abfa38d5a6e6bb87e20161bb6a5055fa3f3.tar.gz vaadin-framework-10231abfa38d5a6e6bb87e20161bb6a5055fa3f3.zip |
#2645 Rename launcher classes and Eclipse launches
svn changeset:7874/svn branch:6.0
Diffstat (limited to 'build/package')
-rw-r--r-- | build/package/eclipse-Vaadin Development Server-launch (renamed from build/package/eclipse-Vaadin Web Mode-launch) | 4 | ||||
-rw-r--r-- | build/package/eclipse-Vaadin Hosted Mode Browser-launch (renamed from build/package/eclipse-Vaadin Hosted Mode-launch) | 4 | ||||
-rw-r--r-- | build/package/linux-readme.txt | 4 | ||||
-rw-r--r-- | build/package/mac-readme.txt | 4 | ||||
-rw-r--r-- | build/package/oophm-readme.txt | 4 | ||||
-rw-r--r-- | build/package/start.bat | 2 | ||||
-rw-r--r-- | build/package/start.sh | 2 | ||||
-rw-r--r-- | build/package/windows-readme.txt | 4 |
8 files changed, 14 insertions, 14 deletions
diff --git a/build/package/eclipse-Vaadin Web Mode-launch b/build/package/eclipse-Vaadin Development Server-launch index 30439e501f..655cb13c1e 100644 --- a/build/package/eclipse-Vaadin Web Mode-launch +++ b/build/package/eclipse-Vaadin Development Server-launch @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> -<listEntry value="/<eclipse-workspace-name></eclipse-workspace-name>/src/com/itmill/toolkit/launcher/ITMillWebModeLaunch.java"/> +<listEntry value="/<eclipse-workspace-name></eclipse-workspace-name>/src/com/vaadin/launcher/DevelopmentServerLauncher.java"/> </listAttribute> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> <listEntry value="1"/> @@ -18,6 +18,6 @@ <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/itmill-toolkit-examples/WebContent/WEB-INF/src" path="3" type="2"/> "/> </listAttribute> <booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> -<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.vaadin.launcher.ITMillToolkitWebMode"/> +<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.vaadin.launcher.DevelopmentServerLauncher"/> <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="<eclipse-workspace-name></eclipse-workspace-name>"/> </launchConfiguration> diff --git a/build/package/eclipse-Vaadin Hosted Mode-launch b/build/package/eclipse-Vaadin Hosted Mode Browser-launch index 7479aeb801..0578393797 100644 --- a/build/package/eclipse-Vaadin Hosted Mode-launch +++ b/build/package/eclipse-Vaadin Hosted Mode Browser-launch @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> -<stringAttribute key="bad_container_name" value="/<eclipse-workspace-name></eclipse-workspace-name>/IT Mill Toolkit Hosted Mode.launch"/> +<stringAttribute key="bad_container_name" value="/<eclipse-workspace-name></eclipse-workspace-name>/Vaadin Hosted Mode.launch"/> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> <listEntry value="/<eclipse-workspace-name></eclipse-workspace-name>/gwt/gwt-dev-@platform@.jar"/> </listAttribute> @@ -21,7 +21,7 @@ </listAttribute> <booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.GWTShell"/> -<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-noserver -out WebContent/ITMILL/widgetsets http://localhost:8888/"/> +<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-noserver -out WebContent/VAADIN/widgetsets http://localhost:8888/"/> <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="<eclipse-workspace-name></eclipse-workspace-name>"/> <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="<eclipse-launch-vmargs></eclipse-launch-vmargs>"/> </launchConfiguration> diff --git a/build/package/linux-readme.txt b/build/package/linux-readme.txt index 76cbccd0d5..cb886ff0a6 100644 --- a/build/package/linux-readme.txt +++ b/build/package/linux-readme.txt @@ -54,8 +54,8 @@ WebContent/doc/example-source WebContent/demo
- files required by the demos
-IT Mill Toolkit Hosted Mode.launch
-IT Mill Toolkit Web Mode.launch
+Vaadin Hosted Mode Browser.launch
+Vaadin Development Server.launch
- launch configurations for Eclipse workspace
WebContent/doc/example-source/build-widgetset.xml
diff --git a/build/package/mac-readme.txt b/build/package/mac-readme.txt index 062c1dc975..06d1ab76ab 100644 --- a/build/package/mac-readme.txt +++ b/build/package/mac-readme.txt @@ -55,8 +55,8 @@ WebContent/doc/example-source WebContent/demo
- files required by the demos
-IT Mill Toolkit Hosted Mode.launch
-IT Mill Toolkit Web Mode.launch
+Vaadin Hosted Mode Browser.launch
+Vaadin Development Server.launch
- launch configurations for Eclipse workspace
WebContent/doc/example-source/build-widgetset.xml
diff --git a/build/package/oophm-readme.txt b/build/package/oophm-readme.txt index 97ff2651e0..6a2e2c3843 100644 --- a/build/package/oophm-readme.txt +++ b/build/package/oophm-readme.txt @@ -63,8 +63,8 @@ WebContent/doc/example-source WebContent/demo - files required by the demos -IT Mill Toolkit Hosted Mode.launch -IT Mill Toolkit Web Mode.launch +Vaadin Hosted Mode Browser.launch +Vaadin Development Server.launch - launch configurations for Eclipse workspace WebContent/doc/example-source/build-widgetset.xml diff --git a/build/package/start.bat b/build/package/start.bat index 6399843e1d..c967380a87 100644 --- a/build/package/start.bat +++ b/build/package/start.bat @@ -1 +1 @@ -@java -cp "WebContent\demo\lib\jetty\jetty-6.1.7.jar;WebContent\demo\lib\jetty\jetty-util-6.1.7.jar;WebContent\demo\lib\jetty\servlet-api-2.5-6.1.7.jar;WebContent\WEB-INF\classes;WebContent\WEB-INF\src" com.vaadin.launcher.ITMillToolkitDesktopMode
+@java -cp "WebContent\demo\lib\jetty\jetty-6.1.7.jar;WebContent\demo\lib\jetty\jetty-util-6.1.7.jar;WebContent\demo\lib\jetty\servlet-api-2.5-6.1.7.jar;WebContent\WEB-INF\classes;WebContent\WEB-INF\src" com.vaadin.launcher.DemoLauncher
diff --git a/build/package/start.sh b/build/package/start.sh index b7faad9be3..d484b131bd 100644 --- a/build/package/start.sh +++ b/build/package/start.sh @@ -4,4 +4,4 @@ if [ "$1" != "" ] ; then cd $1 fi -java -cp WebContent/demo/lib/jetty/jetty-6.1.7.jar:WebContent/demo/lib/jetty/jetty-util-6.1.7.jar:WebContent/demo/lib/jetty/servlet-api-2.5-6.1.7.jar:WebContent/WEB-INF/classes:WebContent/WEB-INF/src com.vaadin.launcher.ITMillToolkitDesktopMode $VAADIN_PARAMETERS +java -cp WebContent/demo/lib/jetty/jetty-6.1.7.jar:WebContent/demo/lib/jetty/jetty-util-6.1.7.jar:WebContent/demo/lib/jetty/servlet-api-2.5-6.1.7.jar:WebContent/WEB-INF/classes:WebContent/WEB-INF/src com.vaadin.launcher.DemoLauncher $VAADIN_PARAMETERS diff --git a/build/package/windows-readme.txt b/build/package/windows-readme.txt index c81df58f85..f6dded8b5a 100644 --- a/build/package/windows-readme.txt +++ b/build/package/windows-readme.txt @@ -54,8 +54,8 @@ WebContent/doc/example-source WebContent/demo
- files required by the demos
-IT Mill Toolkit Hosted Mode.launch
-IT Mill Toolkit Web Mode.launch
+Vaadin Hosted Mode Browser.launch
+Vaadin Development Server.launch
- launch configurations for Eclipse workspace
WebContent/doc/example-source/build-widgetset.xml
|