diff --git a/tests/jars/build.sh b/tests/jars/build.sh index 0bddd5d5..4d4d8bcb 100755 --- a/tests/jars/build.sh +++ b/tests/jars/build.sh @@ -37,6 +37,7 @@ JAR_FOLDERS=( jul-config inheritance properties_inheritance + simple_record ) main() { diff --git a/tests/jars/properties_inheritance/msgs.properties b/tests/jars/properties_inheritance/msgs.properties new file mode 100644 index 00000000..eda54a3b --- /dev/null +++ b/tests/jars/properties_inheritance/msgs.properties @@ -0,0 +1,6 @@ +#Classloader messages +ECLIPSE_CLASSLOADER_CONCURRENT_STARTUP=While loading class "{1}", thread "{0}" timed out waiting ({4}ms) for thread "{2}" to finish starting bundle "{3}". To avoid deadlock, thread "{0}" is proceeding but "{1}" may not be fully initialized. +ECLIPSE_CLASSLOADER_ACTIVATION=An error occurred while automatically activating bundle {0} ({1}). + +#Location message +ECLIPSE_CANNOT_CHANGE_LOCATION = Cannot change the location once it is set. \ No newline at end of file