diff options
author | Jani Laakso <jani.laakso@itmill.com> | 2007-12-04 16:27:25 +0000 |
---|---|---|
committer | Jani Laakso <jani.laakso@itmill.com> | 2007-12-04 16:27:25 +0000 |
commit | a91016a8f287fcc61dabaca0481160ea49063745 (patch) | |
tree | 78b696856fa211ddb0335656bda252501db7ee1b /build/package/eclipse-IT Mill Toolkit Hosted Mode-launch | |
parent | 523d098b415ab1d82644f74c1500d1a422d78f41 (diff) | |
download | vaadin-framework-a91016a8f287fcc61dabaca0481160ea49063745.tar.gz vaadin-framework-a91016a8f287fcc61dabaca0481160ea49063745.zip |
fixed googmaps issue with hosted mode (127.0.0.1 => localhost)
svn changeset:3155/svn branch:trunk
Diffstat (limited to 'build/package/eclipse-IT Mill Toolkit Hosted Mode-launch')
-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 637ab7b1aa..44773b209c 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 "127.0.0.1 ^http[:][/][/]127[.]0[.]0[.]1[:]8888" -out WebContent/ITMILL/widgetsets http://127.0.0.1:8888/"/> +<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.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> |