Skip to content

Commit

Permalink
Adding missing codebase entries to MANIFEST.MF files
Browse files Browse the repository at this point in the history
This is obligatory for signed webstart nowadays.
  • Loading branch information
mattulbrich committed Jan 31, 2017
1 parent 18c51e4 commit 5aaf368
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 8 deletions.
3 changes: 2 additions & 1 deletion key/key.core.example/META-INF/MANIFEST.MF
@@ -1,4 +1,5 @@
Manifest-Version: 1.0
Permissions: all-permissions
Class-Path: key.util.jar ../libs/antlr.jar ../libs/recoderKey.jar key.core.jar
Main-Class: example.Main
Main-Class: example.Main
Codebase: formal.iti.kit.edu
1 change: 1 addition & 0 deletions key/key.core.proof_references/META-INF/MANIFEST.MF
@@ -1,3 +1,4 @@
Manifest-Version: 1.0
Permissions: all-permissions
Class-Path: key.util.jar ../libs/antlr.jar ../libs/recoderKey.jar key.core.jar
Codebase: formal.iti.kit.edu
3 changes: 2 additions & 1 deletion key/key.core.symbolic_execution.example/META-INF/MANIFEST.MF
@@ -1,4 +1,5 @@
Manifest-Version: 1.0
Permissions: all-permissions
Class-Path: key.util.jar ../libs/antlr.jar ../libs/recoderKey.jar key.core.jar key.core.symbolic_execution.jar
Main-Class: example.Main
Main-Class: example.Main
Codebase: formal.iti.kit.edu
1 change: 1 addition & 0 deletions key/key.core.symbolic_execution/META-INF/MANIFEST.MF
@@ -1,3 +1,4 @@
Manifest-Version: 1.0
Permissions: all-permissions
Class-Path: key.util.jar ../libs/antlr.jar ../libs/recoderKey.jar key.core.jar
Codebase: formal.iti.kit.edu
1 change: 1 addition & 0 deletions key/key.core.testgen/META-INF/MANIFEST.MF
@@ -1,3 +1,4 @@
Manifest-Version: 1.0
Permissions: all-permissions
Class-Path: key.util.jar ../libs/antlr.jar ../libs/recoderKey.jar key.core.jar
Codebase: formal.iti.kit.edu
3 changes: 2 additions & 1 deletion key/key.core/META-INF/MANIFEST.MF
@@ -1,3 +1,4 @@
Manifest-Version: 1.0
Permissions: all-permissions
Class-Path: key.util.jar ../libs/antlr.jar ../libs/recoderKey.jar
Class-Path: key.util.jar ../libs/antlr.jar ../libs/recoderKey.jar
Codebase: formal.iti.kit.edu
@@ -1,3 +1,4 @@
Manifest-Version: 1.0
Main-Class: de.uka.ilkd.key.util.install.Installer
SplashScreen-Image: de/uka/ilkd/key/gui/images/key-color.gif
Codebase: formal.iti.kit.edu
2 changes: 1 addition & 1 deletion key/key.removegenerics/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Permissions: all-permissions
Class-Path: key.util.jar ../libs/antlr.jar ../libs/recoderKey.jar key.core.jar
Codebase: *.key-project.org i12www.iti.kit.edu i12www.ira.uka.de
Codebase: formal.iti.kit.edu.key-project.org formal.iti.kit.edu i12www.ira.uka.de
Application-Name: KeY.RemoveGenerics
Main-Class: de.uka.ilkd.key.util.removegenerics.Main
4 changes: 2 additions & 2 deletions key/key.ui/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Permissions: all-permissions
Class-Path: key.util.jar ../libs/antlr.jar ../libs/recoderKey.jar key.core.jar key.core.testgen.jar key.core.symbolic_execution.jar
Codebase: *.key-project.org i12www.iti.kit.edu i12www.ira.uka.de
Codebase: formal.iti.kit.edu
Application-Name: KeY
Main-Class: de.uka.ilkd.key.core.Main
SplashScreen-Image: de/uka/ilkd/key/gui/images/key-color.gif
SplashScreen-Image: de/uka/ilkd/key/gui/images/key-color.gif
1 change: 1 addition & 0 deletions key/key.util/META-INF/MANIFEST.MF
@@ -1,2 +1,3 @@
Manifest-Version: 1.0
Permissions: all-permissions
Codebase: formal.iti.kit.edu
1 change: 1 addition & 0 deletions key/oldStuff/system/MANIFEST.MF
@@ -1,3 +1,4 @@
Manifest-Version: 1.0
Main-Class: de.uka.ilkd.key.util.InstallKeY
SplashScreen-Image: de/uka/ilkd/key/gui/images/key-color.gif
Codebase: formal.iti.kit.edu
4 changes: 2 additions & 2 deletions key/scripts/KeY.jar/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Permissions: all-permissions
Codebase: *.key-project.org i12www.iti.kit.edu i12www.ira.uka.de
Codebase: formal.iti.kit.edu
Application-Name: KeY
Class-Path: ./components/key.util.jar ./libs/antlr.jar ./libs/recoderKey.jar ./components/key.core.jar ./components/key.core.testgen.jar ./components/key.core.symbolic_execution.jar ./components/key.ui.jar
Main-Class: de.uka.ilkd.key.core.Main
SplashScreen-Image: key-color.gif
SplashScreen-Image: key-color.gif

0 comments on commit 5aaf368

Please sign in to comment.