summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>2008-12-22 20:04:13 +0000
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>2008-12-22 20:04:13 +0000
commit25bb98f89839b6034c6b6f8bd9216d2fb65f1b9d (patch)
tree796326c1335b476947e97e11ffe5cda6410dd9d8 /build
parent4387be83a6df0d2268d2da34090f593d230f82d2 (diff)
downloadvaadin-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.xml16
-rw-r--r--build/package/eclipse-IT Mill Toolkit Hosted Mode-launch4
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="&lt;classpathentry kind=&quot;lib&quot; path=&quot;gwt/gwt-dev-${package-platform}.jar&quot; /&gt;" />
<token key="/platform-specific-entries" value="" />
</replacetokens>
- <!-- .classpath, build-widgetset.xml -->
+ <!-- .classpath, HostedMode.launch, build-widgetset.xml -->
<replacetokens begintoken="&lt;" endtoken=">">
<token key="platform" value="${package-platform}" />
<token key="/platform" value="" />
</replacetokens>
- <!-- HostedMode.launch -->
- <replacetokens begintoken="&lt;" endtoken=">">
- <token key="hostedmode-platform" value="${hostedmode-platform}" />
- <token key="/hostedmode-platform" value="" />
- </replacetokens>
<!-- .project, *.launch -->
<replacetokens begintoken="&lt;" 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 &quot;1localhost ^http[:][/][/]localhost[:]8888&quot; -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>