diff options
author | Danesh Dadachanji <[email protected]> | 2012-03-16 14:17:36 -0400 |
---|---|---|
committer | Danesh Dadachanji <[email protected]> | 2012-03-16 14:17:36 -0400 |
commit | 213c12dcb273ba9923a2cc7742ceac6ab91eadf1 (patch) | |
tree | 0a070f300322464ccde872f13c4e44842a75120d /netx/net/sourceforge/jnlp/resources | |
parent | 6b070376f754d27eb53536e6add664c860d742ce (diff) |
Fix JNLP parser to halt when required title and vendor elements are missing.
Diffstat (limited to 'netx/net/sourceforge/jnlp/resources')
-rw-r--r-- | netx/net/sourceforge/jnlp/resources/Messages.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/netx/net/sourceforge/jnlp/resources/Messages.properties b/netx/net/sourceforge/jnlp/resources/Messages.properties index f1187e5..a0801b6 100644 --- a/netx/net/sourceforge/jnlp/resources/Messages.properties +++ b/netx/net/sourceforge/jnlp/resources/Messages.properties @@ -105,6 +105,8 @@ PInnerJ2SE=j2se element cannot be specified within a j2se element. PTwoMains=Duplicate main JAR defined in a resources element (there can be only one)
PNativeHasMain=Cannot specify main attribute on native JARs.
PNoInfoElement=No information section defined
+PNoTitleElement=The title section has not been defined in the JNLP file.
+PNoVendorElement=The vendor section has not been defined in the JNLP file.
PTwoDescriptions=Duplicate description of kind {0}
PSharing=Element "sharing-allowed" is illegal in a standard JNLP file
PTwoSecurity=Only one security element allowed per JNLPFile.
|