mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix ModuleRootsExternalizationTest
This commit is contained in:
@@ -159,11 +159,15 @@ public class ModuleRootsExternalizationTest extends ModuleTestCase {
|
||||
"<orderEntry type=\"module-library\">" +
|
||||
"<library>" +
|
||||
"<CLASSES><root url=\"file://$MODULE_DIR$/unnamedLibClasses\" /></CLASSES>" +
|
||||
"<JAVADOC />" +
|
||||
"<SOURCES />" +
|
||||
"</library>" +
|
||||
"</orderEntry>" +
|
||||
"<orderEntry type=\"module-library\">" +
|
||||
"<library name=\"namedLibrary\">" +
|
||||
"<CLASSES><root url=\"file://$MODULE_DIR$/namedLibClasses\" /></CLASSES>" +
|
||||
"<JAVADOC />" +
|
||||
"<SOURCES />" +
|
||||
"</library>" +
|
||||
"</orderEntry>" +
|
||||
"</root>", module);
|
||||
|
||||
Reference in New Issue
Block a user