diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-12-22 20:04:13 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-12-22 20:04:13 +0000 |
commit | 25bb98f89839b6034c6b6f8bd9216d2fb65f1b9d (patch) | |
tree | 796326c1335b476947e97e11ffe5cda6410dd9d8 /build | |
parent | 4387be83a6df0d2268d2da34090f593d230f82d2 (diff) | |
download | vaadin-framework-25bb98f89839b6034c6b6f8bd9216d2fb65f1b9d.tar.gz vaadin-framework-25bb98f89839b6034c6b6f8bd9216d2fb65f1b9d.zip |
Rolled back OOPHM support from Launch config and build.xml
svn changeset:6334/svn branch:trunk
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 16 | ||||
-rw-r--r-- | build/package/eclipse-IT Mill Toolkit Hosted Mode-launch | 4 |
2 files changed, 3 insertions, 17 deletions
diff --git a/build/build.xml b/build/build.xml index 131f73a56d..2af01b8806 100644 --- a/build/build.xml +++ b/build/build.xml @@ -358,15 +358,6 @@ </replacetokens> </filterchain> </copy> - <if> <!-- use oophm for hosted mode in Linux only --> - <equals arg1="${package-platform}" arg2="linux" /> - <then> - <var name="hostedmode-platform" value="oophm" /> - </then> - <else> - <var name="hostedmode-platform" value="${hostedmode-platform}" /> - </else> - </if> <copy todir="${output-dir}"> <filterchain> <expandproperties /> @@ -380,16 +371,11 @@ <token key="platform-specific-entries" value="<classpathentry kind="lib" path="gwt/gwt-dev-${package-platform}.jar" />" /> <token key="/platform-specific-entries" value="" /> </replacetokens> - <!-- .classpath, build-widgetset.xml --> + <!-- .classpath, HostedMode.launch, build-widgetset.xml --> <replacetokens begintoken="<" endtoken=">"> <token key="platform" value="${package-platform}" /> <token key="/platform" value="" /> </replacetokens> - <!-- HostedMode.launch --> - <replacetokens begintoken="<" endtoken=">"> - <token key="hostedmode-platform" value="${hostedmode-platform}" /> - <token key="/hostedmode-platform" value="" /> - </replacetokens> <!-- .project, *.launch --> <replacetokens begintoken="<" endtoken=">"> <token key="eclipse-workspace-name" value="${eclipse-workspace-name}" /> diff --git a/build/package/eclipse-IT Mill Toolkit Hosted Mode-launch b/build/package/eclipse-IT Mill Toolkit Hosted Mode-launch index a4cb659f4c..44773b209c 100644 --- a/build/package/eclipse-IT Mill Toolkit Hosted Mode-launch +++ b/build/package/eclipse-IT Mill Toolkit Hosted Mode-launch @@ -2,7 +2,7 @@ <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"/> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> -<listEntry value="/<eclipse-workspace-name></eclipse-workspace-name>/gwt/gwt-dev-<hostedmode-platform></hostedmode-platform>.jar"/> +<listEntry value="/<eclipse-workspace-name></eclipse-workspace-name>/gwt/gwt-dev-<platform></platform>.jar"/> </listAttribute> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> <listEntry value="1"/> @@ -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 -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> |