-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding missing codebase entries to MANIFEST.MF files
This is obligatory for signed webstart nowadays.
- Loading branch information
1 parent
18c51e4
commit 5aaf368
Showing
12 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 change: 1 addition & 0 deletions
1
key/key.core/resources/de/uka/ilkd/key/util/install/MANIFEST.MF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
Manifest-Version: 1.0 | ||
Permissions: all-permissions | ||
Codebase: formal.iti.kit.edu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |