diff options
author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2013-11-12 16:46:13 +0000 |
---|---|---|
committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2013-11-12 16:46:13 +0000 |
commit | f003aa60cff9eb68b318a1100bd1b56bae37c092 (patch) | |
tree | f230bdab7c8cdd26ddba17a45e579f4c7fb21331 | |
parent | bb6cbce8c2df664be6ec7104ff672f5a991d765c (diff) | |
download | mocca-f003aa60cff9eb68b318a1100bd1b56bae37c092.tar.gz mocca-f003aa60cff9eb68b318a1100bd1b56bae37c092.tar.bz2 mocca-f003aa60cff9eb68b318a1100bd1b56bae37c092.zip |
Add permissions manifest entry to webstart jar
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1217 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
-rw-r--r-- | BKUWebStart/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml index 15bfc711..0e1dbff6 100644 --- a/BKUWebStart/pom.xml +++ b/BKUWebStart/pom.xml @@ -65,7 +65,10 @@ <addDefaultImplementationEntries>true</addDefaultImplementationEntries> </manifest> <manifestEntries> + <Application-Name>MOCCA</Application-Name> <Implementation-Build>${project.version}-r${buildNumber}</Implementation-Build> + <Permissions>all-permissions</Permissions> + <Codebase>*</Codebase> </manifestEntries> </archive> <verbose>true</verbose> |