سؤال

Once the plugins are built the bundle name contains the time stamp, for e.g. org.apache.batik.transcoder.source_1.6.0.v201011041432.jar

Also in manifest.mf the Bundle Version contains the same time stamp.

I want to keep the timestamp in manifest.mf but remove in bundle file name. Is that possible?

هل كانت مفيدة؟

المحلول

To my knowledge, PDEBuild does not allow you to customize the resulting name...

You might want to consider using Tycho for your build as this is the tool of choice for Eclipse these days.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top