### Eclipse Workspace Patch 1.0 #P eclipse-build Index: patches/generatedqualifiers.patch =================================================================== --- patches/generatedqualifiers.patch (revision 0) +++ patches/generatedqualifiers.patch (revision 0) @@ -0,0 +1,56 @@ +--- plugins/org.eclipse.cvs/build.properties 2010-02-11 15:49:26.000000000 -0500 ++++ plugins/org.eclipse.cvs/build.properties 2007-11-14 20:47:54.000000000 -0500 +@@ -16,4 +16,3 @@ + eclipse32.png,\ + plugin.properties,META-INF/ + ++qualifier=v201002111343 +\ No newline at end of file +--- plugins/org.eclipse.help.base/build.properties 2010-02-11 15:50:43.000000000 -0500 ++++ plugins/org.eclipse.help.base/build.properties 2008-06-17 11:42:48.000000000 -0400 +@@ -29,4 +29,3 @@ + ant_tasks/helpbase-ant.jar + source.ant_tasks/helpbase-ant.jar = src_ant/ + jars.extra.classpath = platform:/plugin/org.apache.ant/lib/ant.jar ++qualifier=v201002111343 +\ No newline at end of file +--- plugins/org.eclipse.jdt/build.properties 2010-02-11 15:52:28.000000000 -0500 ++++ plugins/org.eclipse.jdt/build.properties 2008-03-28 18:06:55.000000000 -0400 +@@ -19,4 +19,3 @@ + META-INF/,\ + eclipse32.png,\ + images/ ++qualifier=v201002111343 +\ No newline at end of file +--- plugins/org.eclipse.pde/build.properties 2010-02-11 15:41:16.000000000 -0500 ++++ plugins/org.eclipse.pde/build.properties 2008-12-04 09:27:47.000000000 -0500 +@@ -21,4 +21,3 @@ + eclipse32.png,\ + images/ + src.includes = about.html ++qualifier=v201002111343 +\ No newline at end of file +--- plugins/org.eclipse.platform/build.properties 2010-02-11 15:45:52.000000000 -0500 ++++ plugins/org.eclipse.platform/build.properties 2007-11-14 20:47:55.000000000 -0500 +@@ -40,4 +40,3 @@ + launchersrc.zip,\ + platformsrc.zip + source.platform.jar = src-intro/ ++qualifier=v201002111343 +\ No newline at end of file +--- plugins/org.eclipse.rcp/build.properties 2010-02-11 15:52:01.000000000 -0500 ++++ plugins/org.eclipse.rcp/build.properties 2007-11-14 20:47:53.000000000 -0500 +@@ -16,4 +16,3 @@ + eclipse32.png,\ + plugin.properties,META-INF/ + ++qualifier=v201002111343 +\ No newline at end of file +--- plugins/org.eclipse.sdk/build.properties 2010-02-11 15:44:59.000000000 -0500 ++++ plugins/org.eclipse.sdk/build.properties 2006-12-11 16:48:14.000000000 -0500 +@@ -31,4 +31,3 @@ + introData.xml,\ + intro-eclipse.png,\ + helpData.xml ++qualifier=v201002111343 +\ No newline at end of file Index: build.xml =================================================================== --- build.xml (revision 24439) +++ build.xml (working copy) @@ -256,6 +256,7 @@ + Index: ChangeLog =================================================================== --- ChangeLog (revision 24439) +++ ChangeLog (working copy) @@ -1,3 +1,9 @@ +2010-03-17 Andrew Overholt + + * patches/generatedqualifiers.patch: Ensure the same qualifiers for a few + plugins that get generated qualifiers. + * build.xml: Apply above patch. + 2010-03-12 Andrew Overholt * build.xml: Remove unnecessary copying of test result XML files.