Revision: 6411 Author: [email protected] Date: Fri Oct 16 22:24:33 2009 Log: Remove last traces of dev/oophm.
Patch by: jat Review by: amitmanjhi (verbal) http://code.google.com/p/google-web-toolkit/source/detail?r=6411 Deleted: /trunk/dev/oophm Modified: /trunk/dev/build.xml /trunk/eclipse/dev/.classpath /trunk/eclipse/dev/.project /trunk/eclipse/samples/Showcase/Showcase.launch ======================================= --- /trunk/dev/build.xml Fri Oct 16 10:59:37 2009 +++ /trunk/dev/build.xml Fri Oct 16 22:24:33 2009 @@ -21,9 +21,6 @@ <gwt.javac srcdir="" destdir="${javac.junit.out}"> <src path="core/src" /> <src path="core/test" /> - <src path="oophm/src" /> - <src path="oophm/overlay" /> - <src path="oophm/test" /> <classpath> <pathelement location="${javac.out}" /> <pathelement location="${alldeps.jar}" /> @@ -184,8 +181,6 @@ <target name="compile" depends="compiler.standalone, build.alldeps.jar" description="Compiles this project"> <gwt.javac srcdir="" excludes="${filter.pattern}"> <src path="core/src" /> - <src path="oophm/src" /> - <src path="oophm/overlay" /> <classpath> <pathelement location="${alldeps.jar}" /> <pathelement location="${gwt.tools.lib}/junit/junit-3.8.1.jar" /> @@ -217,9 +212,6 @@ <filename name="org/eclipse/**/*.java" negate="yes" /> <filename name="org/apache/**/*.java" negate="yes" /> </fileset> - <fileset dir="oophm/src" /> - <fileset dir="oophm/overlay" /> - <fileset dir="oophm/test" /> </gwt.checkstyle> <gwt.checkstyle> @@ -235,14 +227,11 @@ <pathelement location="${alldeps.jar}" /> <!-- TODO: the following six items are needed because dev (alone) does not adhere to the .../{src,super,test} convention, having a split - between core, oophm, and (historically) the OS platforms. When + between core and (historically) oophm and the OS platforms. When that unifies, these should go away. --> <pathelement location="${gwt.root}/${project.tail}/core/src" /> <pathelement location="${gwt.root}/${project.tail}/core/super" /> <pathelement location="${gwt.root}/${project.tail}/core/test" /> - <pathelement location="${gwt.root}/${project.tail}/oophm/src" /> - <pathelement location="${gwt.root}/${project.tail}/oophm/overlay" /> - <pathelement location="${gwt.root}/${project.tail}/oophm/test" /> <!-- Pull in gwt-dev and gwt-user sources for .gwt.xml files --> <pathelement location="${gwt.root}/user/src/" /> <pathelement location="${gwt.root}/user/super/" /> @@ -255,8 +244,6 @@ <mkdir dir="${gwt.build.lib}" /> <outofdate> <sourcefiles> - <fileset dir="oophm/src" excludes="**/package.html"/> - <fileset dir="oophm/overlay" excludes="**/package.html"/> <fileset dir="core/src"> <exclude name="**/package.html"/> <exclude name="**/*.properties"/> <!-- copied and/or filtered into bin --> @@ -273,8 +260,6 @@ </targetfiles> <sequential> <gwt.jar> - <fileset dir="oophm/src" excludes="**/package.html"/> - <fileset dir="oophm/overlay" excludes="**/package.html"/> <fileset dir="core/src"> <exclude name="**/package.html"/> <exclude name="**/*.properties"/> <!-- copied and/or filtered into bin --> ======================================= --- /trunk/eclipse/dev/.classpath Tue Oct 13 19:01:20 2009 +++ /trunk/eclipse/dev/.classpath Fri Oct 16 22:24:33 2009 @@ -2,9 +2,6 @@ <classpath> <classpathentry kind="src" path="core/src"/> <classpathentry kind="src" path="core/test"/> - <classpathentry kind="src" path="oophm/overlay"/> - <classpathentry kind="src" path="oophm/src"/> - <classpathentry kind="src" path="oophm/test"/> <classpathentry excluding="com/google/gwt/dev/jjs/intrinsic/" kind="src" path="core/super"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="var" path="GWT_TOOLS/lib/apache/ant-1.6.5.jar" sourcepath="/GWT_TOOLS/lib/apache/ant-1.6.5-src.zip"/> ======================================= --- /trunk/eclipse/dev/.project Tue Oct 13 19:01:20 2009 +++ /trunk/eclipse/dev/.project Fri Oct 16 22:24:33 2009 @@ -20,10 +20,5 @@ <type>2</type> <locationURI>GWT_ROOT/dev/core</locationURI> </link> - <link> - <name>oophm</name> - <type>2</type> - <locationURI>GWT_ROOT/dev/oophm</locationURI> - </link> </linkedResources> </projectDescription> ======================================= --- /trunk/eclipse/samples/Showcase/Showcase.launch Tue Oct 13 16:57:19 2009 +++ /trunk/eclipse/samples/Showcase/Showcase.launch Fri Oct 16 22:24:33 2009 @@ -1,5 +1,11 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> +<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> +<listEntry value="/gwt-dev/core/src/com/google/gwt/dev/HostedMode.java"/> +</listAttribute> +<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> +<listEntry value="1"/> +</listAttribute> <booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> <listAttribute key="org.eclipse.jdt.launching.CLASSPATH"> <listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry containerPath="org.eclipse.jdt.launching.JRE_CONTAINER" javaProject="Showcase" path="1" type="4"/> "/> --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
