Structure of the Zip File
The structure of the zip file created by the download feature is as follows:
A folder named lib, which contains a jar file with the action’s executor class and the external libraries.
A folder named META-INF, which contains a property file named
assertion.properties, which is the build file for the action. It includes an entry of the following format:
com.softwareag.centrasite.policy.rule.class=<fully_qualified_class_name>