- includegen will now fail if a plugin is included in two or more features - includegen will no longer prepend component-deploy.xml to the plugins in the list that it generates - removed a plugin from the ncep feature that was also in the cots feature - the includegen failure will cause deploy-install to fail - peer review comments; excluding significant re-factoring Change-Id: I2e317b1ef0764da3ddd9cd6ef10555ca4bf8bd3f Former-commit-id:5fea87f1dd
[formerly 7659fb8044f3f4715c9ea7c875eda36b7c5dd136] Former-commit-id:7815b651bb
7 lines
369 B
XML
7 lines
369 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|