diff options
author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2013-11-11 20:55:19 +0000 |
---|---|---|
committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2013-11-11 20:55:19 +0000 |
commit | 95799aca6aa16ca3aff2e21c2ec0dc80c65f5a76 (patch) | |
tree | 3fadc769f88f84809bb486efe7096c56bc7337ab /BKUApplet/pom.xml | |
parent | 1dde2d674df750e818fd8ac5e9363730a2422d9b (diff) | |
download | mocca-95799aca6aa16ca3aff2e21c2ec0dc80c65f5a76.tar.gz mocca-95799aca6aa16ca3aff2e21c2ec0dc80c65f5a76.tar.bz2 mocca-95799aca6aa16ca3aff2e21c2ec0dc80c65f5a76.zip |
Add new Manifest attributes to Applets
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1215 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUApplet/pom.xml')
-rw-r--r-- | BKUApplet/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BKUApplet/pom.xml b/BKUApplet/pom.xml index 31b7240e..2c5e66bc 100644 --- a/BKUApplet/pom.xml +++ b/BKUApplet/pom.xml @@ -129,7 +129,11 @@ <addDefaultImplementationEntries>true</addDefaultImplementationEntries> </manifest> <manifestEntries> + <Application-Name>MOCCA</Application-Name> <Implementation-Build>${project.version}-r${buildNumber}</Implementation-Build> + <Permissions>all-permissions</Permissions> + <Codebase>*</Codebase> + <Caller-Allowable-Codebase>*</Caller-Allowable-Codebase> <Trusted-Library>true</Trusted-Library> </manifestEntries> </archive> |