Pierre-Arnaud Marcelot schrieb:
On Jan 15, 2008 12:09 PM, Felix Knecht <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:
3°/ We can remove the sha and md5 checksum files from the repository,
but this works only if eclipse doesn't has any internal checksums.
Unfortunaltely, the SHA1 checksum we are talking about is inside the
jar... In the manifest and other files...
Hmmm. The process of replacing the plugin.xml (done by our
studio-plugin) is:
1. Unzip the jar
2. Copy our plugin.xml over
3. Recreate the jar file and use it
When we know which files go into the SHA1 checksum we also could
recreate the SHA1 checksum before repacking the jar file as e.g. step 2.a.
WDYT?
Felix