(String[] unused)
| 23 | |
| 24 | public class P2Test { |
| 25 | public static void main(String[] unused) throws Exception { |
| 26 | File dir = new File("C:\\Users\\ntwigg\\Documents\\DiffPlugDev\\DiffPlug\\targetplatform\\build\\p2asmaven\\__p2__"); |
| 27 | FileMisc.cleanDir(dir); |
| 28 | |
| 29 | P2Model model = new P2Model(); |
| 30 | model.addRepo(EclipseRelease.official("4.5.2").updateSite()); |
| 31 | model.addArtifactRepo(GoomphCacheLocations.bundlePool()); |
| 32 | model.addFeature("org.eclipse.equinox.executable"); |
| 33 | model.addFeature("org.eclipse.rcp.configuration"); |
| 34 | model.mirrorApp(dir).runUsingBootstrapper(); |
| 35 | } |
| 36 | } |
nothing calls this directly
no test coverage detected