diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-12-23 09:56:51 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-12-23 09:56:51 +0000 |
commit | 31833961a5c597b5fdae06b2b98356716d014188 (patch) | |
tree | 8e996cb6012e046472150b103763d6fc62a0988a /build/package | |
parent | 6719e10996d01802c6f01e006fb1aec75d2636dd (diff) | |
download | vaadin-framework-31833961a5c597b5fdae06b2b98356716d014188.tar.gz vaadin-framework-31833961a5c597b5fdae06b2b98356716d014188.zip |
Removed whitelisting from hosted mode launch config
svn changeset:6345/svn branch:trunk
Diffstat (limited to 'build/package')
-rw-r--r-- | build/package/eclipse-IT Mill Toolkit Hosted Mode-launch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package/eclipse-IT Mill Toolkit Hosted Mode-launch b/build/package/eclipse-IT Mill Toolkit Hosted Mode-launch index 44773b209c..3ae558420a 100644 --- a/build/package/eclipse-IT Mill Toolkit Hosted Mode-launch +++ b/build/package/eclipse-IT Mill Toolkit Hosted Mode-launch @@ -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 -whitelist "1localhost ^http[:][/][/]localhost[:]8888" -out WebContent/ITMILL/widgetsets http://localhost:8888/"/> +<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-noserver -out WebContent/ITMILL/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> |