Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 251402 | Differences between
and this patch

Collapse All | Expand All

(-)tests/org.eclipse.emf.test.build/src/org/eclipse/emf/test/build/BuildTest.java (-3 lines)
Lines 319-327 Link Here
319
  {
319
  {
320
    Set<String> brandingPluginNames = new HashSet<String>();
320
    Set<String> brandingPluginNames = new HashSet<String>();
321
    brandingPluginNames.add("org.eclipse.emf.doc");
321
    brandingPluginNames.add("org.eclipse.emf.doc");
322
    brandingPluginNames.add("org.eclipse.emf.ecore.sdo.doc");
323
    brandingPluginNames.add("org.eclipse.emf.ecore.sdo.source");
324
    brandingPluginNames.add("org.eclipse.emf.ecore.sdo");
325
    brandingPluginNames.add("org.eclipse.emf.source");
322
    brandingPluginNames.add("org.eclipse.emf.source");
326
    brandingPluginNames.add("org.eclipse.emf");
323
    brandingPluginNames.add("org.eclipse.emf");
327
    brandingPluginNames.add("org.eclipse.xsd.doc");
324
    brandingPluginNames.add("org.eclipse.xsd.doc");
(-)tests/org.eclipse.emf.test.build/src/org/eclipse/emf/test/build/StandAloneSuites.java (-1 lines)
Lines 23-29 Link Here
23
  private static Test[] suites = new Test []{ 
23
  private static Test[] suites = new Test []{ 
24
    org.eclipse.emf.test.core.AllSuites.suite() 
24
    org.eclipse.emf.test.core.AllSuites.suite() 
25
    ,org.eclipse.emf.test.edit.AllSuites.suite()
25
    ,org.eclipse.emf.test.edit.AllSuites.suite()
26
    ,org.eclipse.emf.test.sdo.AllSuites.suite()
27
    ,org.eclipse.emf.test.xml.AllSuites.suite()
26
    ,org.eclipse.emf.test.xml.AllSuites.suite()
28
  };
27
  };
29
28
(-)tests/org.eclipse.emf.test.build/src/org/eclipse/emf/test/build/VersionAuditTest.java (-1 lines)
Lines 31-37 Link Here
31
  
31
  
32
  private static String[] URLs = {
32
  private static String[] URLs = {
33
    "http://build.eclipse.org/modeling/emf/emf/versionaudit.php?branch=",
33
    "http://build.eclipse.org/modeling/emf/emf/versionaudit.php?branch=",
34
    "http://build.eclipse.org/modeling/emf/sdo/versionaudit.php?branch=",
35
    "http://build.eclipse.org/modeling/mdt/xsd/versionaudit.php?branch="
34
    "http://build.eclipse.org/modeling/mdt/xsd/versionaudit.php?branch="
36
  };
35
  };
37
  private static String branch = "";
36
  private static String branch = "";

Return to bug 251402