all i am stuck with an issue. I have 14 third party jars.I am signing those jars with comodo code sign certificate successfully via ant task.
Now i want to accomplish that whenever i sign those jars i need to add some attributes to jar's manifest file ,
How can i do that ?
I found some manifest task inside jar task but did not find anything while signing.
all those jars are third party jars and already packed so i think do not need to compile and pack them from the source.
Thanks