Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] Publisher regression

I'm using the publisher internally in Buckminster. It worked fine until my last update of the IDE. Now, when I publish more then one product into the same repository, they all get the same settings for the 'configure' instruction in the touchPointData in the CU's. I.e. I get:

<instruction key='configure'>
setProgramProperty(propName:eclipse.application, propValue:org.eclipse.equinox.p2.director.app.application);setProgramProperty(propName:eclipse.product, propValue:org.eclipse.equinox.p2.director.app.product);
</instruction>

on everything but I really should have:

<instruction key='configure'>
setProgramProperty(propName:eclipse.application, propValue:org.eclipse.buckminster.cmdline.application);setProgramProperty(propName:eclipse.product, propValue:org.eclipse.buckminster.cmdline.product);
</instruction>

on the CU's related to the buckminster.cmdline product. Any idea why this is or where I should start looking?

Regards,
Thomas Hallgren



Back to the top