Home | History | Annotate | Download | only in releng

Lines Matching defs:xmlParser

106         ElementParser xmlParser = new ElementParser();
107 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.platform-feature");
108 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.platform.win32-feature");
109 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.platform.linux.motif-feature");
110 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.platform.linux.gtk-feature");
111 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.platform.solaris.motif-feature");
112 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.platform.aix.motif-feature");
113 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.platform.qnx.photon-feature");
114 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.jdt-feature");
115 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.pde-feature");
116 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.sdk.examples-feature");
117 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.sdk.tests-feature");
119 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.platform.source-feature");
120 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.platform.win32.source-feature");
121 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.platform.linux.motif.source-feature");
122 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.platform.linux.gtk.source-feature");
123 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.platform.solaris.motif.source-feature");
124 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.platform.aix.motif.source-feature");
125 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.platform.qnx.photon.source-feature");
126 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.jdt.source-feature");
128 System.out.println(xmlParser.plugins);
129 System.out.println(xmlParser.features);
131 System.out.println(xmlParser.plugins.size()+" plugins expected");
132 System.out.println(xmlParser.features.size()+" features expected");