Community
Participate
Working Groups
{
Set<String> brandingPluginNames = new HashSet<String>();
brandingPluginNames.add("org.eclipse.emf.doc");
brandingPluginNames.add("org.eclipse.emf.ecore.sdo.doc");
brandingPluginNames.add("org.eclipse.emf.ecore.sdo.source");
brandingPluginNames.add("org.eclipse.emf.ecore.sdo");
brandingPluginNames.add("org.eclipse.emf.source");
brandingPluginNames.add("org.eclipse.emf");
brandingPluginNames.add("org.eclipse.xsd.doc");
private static Test[] suites = new Test []{
org.eclipse.emf.test.core.AllSuites.suite()
,org.eclipse.emf.test.edit.AllSuites.suite()
,org.eclipse.emf.test.sdo.AllSuites.suite()
,org.eclipse.emf.test.xml.AllSuites.suite()
};
private static String[] URLs = {
"http://build.eclipse.org/modeling/emf/emf/versionaudit.php?branch=",
"http://build.eclipse.org/modeling/emf/sdo/versionaudit.php?branch=",
"http://build.eclipse.org/modeling/mdt/xsd/versionaudit.php?branch="
private static String branch = "";