Changeset 1701 for extensions/net.sf.basedb.mev/trunk/jarsign
- Timestamp:
- Jun 13, 2012, 3:00:51 PM (11 years ago)
- Location:
- extensions/net.sf.basedb.mev/trunk/jarsign
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.mev/trunk/jarsign/readme.txt
r1228 r1701 3 3 checked in JAR files have already been signed, so there is 4 4 no need to do this again unless MeV itself needs to be 5 updated . In that case, the new JAR files need to be signed.5 updated or if the current certificate has expired. 6 6 Since this is a somewhat complex task, we have tried to make 7 7 easier. 8 8 9 Follow this procedure :9 Follow this procedure (for updating MeV): 10 10 11 11 1. Delete all the existing JAR files in the ./resources/jar … … 15 15 3. Run 'ant fixjars' (*) 16 16 4. Run 'ant signjars' 17 5. Commit the changes to the subversion repository. 18 19 Follow this procedure (for re-signing with a new certificat): 20 21 1. Generate a new certificate as desribed below. 22 2. Set lazy="false" for the <signjar> action in build.xml 23 3. Run 'ant signjars' 24 4. Revert back to lazy="true" 17 25 5. Commit the changes to the subversion repository. 18 26
Note: See TracChangeset
for help on using the changeset viewer.