How can I avoid packing my Eclipse plugin in *.jar archive while building Update Site? -


i cab export plugin manually folder , can set option unpack *.jar after installation update site. how can totally avoid using *.jar archives? there way build update site plugin folder contents except *jar archive?

if use 'features' build update site can specify 'unpack plug-in archive after installation' option in feature.xml.

however think still loose execution bit set on files.

update:

the 'build.properties' file in feature can specify additional files put in root or other directories. can specify permissions these files:

root=file:filename root.permissions.755=filename 

see root file properties help


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -