aboutsummaryrefslogtreecommitdiffstats
path: root/build/package
diff options
context:
space:
mode:
authorMarko Grönroos <magi@iki.fi>2009-02-09 12:40:16 +0000
committerMarko Grönroos <magi@iki.fi>2009-02-09 12:40:16 +0000
commit572a3a1e6485cbd6b4484b1bdb3f3c5461a95905 (patch)
tree003ee1a5aa4bcfbb36ffdbe9ef8e949fec2fdc9e /build/package
parent968543e763cb6e5e7a8bc06cfe6061a04d3ace29 (diff)
downloadvaadin-framework-572a3a1e6485cbd6b4484b1bdb3f3c5461a95905.tar.gz
vaadin-framework-572a3a1e6485cbd6b4484b1bdb3f3c5461a95905.zip
Demo and QuickStart fixes: use UTF-8 encoding for source files (#2544) and include source path in demo launch scripts and Eclipse launch classpath (#2265). Finishes #2349.
svn changeset:6763/svn branch:trunk
Diffstat (limited to 'build/package')
-rw-r--r--build/package/eclipse-IT Mill Toolkit Web Mode-launch6
-rw-r--r--build/package/eclipse-org.eclipse.core.resources.prefs3
-rw-r--r--build/package/start.bat2
-rw-r--r--build/package/start.sh2
4 files changed, 11 insertions, 2 deletions
diff --git a/build/package/eclipse-IT Mill Toolkit Web Mode-launch b/build/package/eclipse-IT Mill Toolkit Web Mode-launch
index 2c60ed49d3..ab9efe4b1d 100644
--- a/build/package/eclipse-IT Mill Toolkit Web Mode-launch
+++ b/build/package/eclipse-IT Mill Toolkit Web Mode-launch
@@ -12,6 +12,12 @@
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
</listAttribute>
+<listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
+<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;runtimeClasspathEntry containerPath=&quot;org.eclipse.jdt.launching.JRE_CONTAINER&quot; javaProject=&quot;itmill-toolkit-examples&quot; path=&quot;1&quot; type=&quot;4&quot;/&gt;&#10;"/>
+<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;runtimeClasspathEntry id=&quot;org.eclipse.jdt.launching.classpathentry.defaultClasspath&quot;&gt;&#10;&lt;memento exportedEntriesOnly=&quot;false&quot; project=&quot;itmill-toolkit-examples&quot;/&gt;&#10;&lt;/runtimeClasspathEntry&gt;&#10;"/>
+<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/itmill-toolkit-examples/WebContent/WEB-INF/src&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#10;"/>
+</listAttribute>
+<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.itmill.toolkit.launcher.ITMillToolkitWebMode"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="<eclipse-workspace-name></eclipse-workspace-name>"/>
</launchConfiguration>
diff --git a/build/package/eclipse-org.eclipse.core.resources.prefs b/build/package/eclipse-org.eclipse.core.resources.prefs
new file mode 100644
index 0000000000..bedbb5be74
--- /dev/null
+++ b/build/package/eclipse-org.eclipse.core.resources.prefs
@@ -0,0 +1,3 @@
+#Mon Feb 09 04:14:03 EET 2009
+eclipse.preferences.version=1
+encoding/<project>=UTF-8
diff --git a/build/package/start.bat b/build/package/start.bat
index 6bb33d5de1..004df31251 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" com.itmill.toolkit.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.itmill.toolkit.launcher.ITMillToolkitDesktopMode
diff --git a/build/package/start.sh b/build/package/start.sh
index 95b3d60bee..448d318415 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 com.itmill.toolkit.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.itmill.toolkit.launcher.ITMillToolkitDesktopMode