diff options
Diffstat (limited to 'java/jdk14/files/patch-j2se-resources-jar.properties')
-rw-r--r-- | java/jdk14/files/patch-j2se-resources-jar.properties | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jdk14/files/patch-j2se-resources-jar.properties b/java/jdk14/files/patch-j2se-resources-jar.properties new file mode 100644 index 000000000000..3d9d46286bb9 --- /dev/null +++ b/java/jdk14/files/patch-j2se-resources-jar.properties @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- ../../j2se/src/share/classes/sun/tools/jar/resources/jar.properties 22 Oct 2003 23:02:47 -0000 1.1.1.3 ++++ ../../j2se/src/share/classes/sun/tools/jar/resources/jar.properties 27 Apr 2005 05:01:59 -0000 +@@ -30,6 +30,8 @@ + {0} : could not create directory + error.incorrect.length=\ + incorrect length while processing: {0} ++error.no.cwd=\ ++ {0} : could not determine current working directory + out.added.manifest=\ + added manifest + out.update.manifest=\ |