mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
root manager tests moved to community
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<application>
|
||||
<component name="libraryTable">
|
||||
<library name="xxx">
|
||||
<CLASSES>
|
||||
<root url="file:///bin" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
</library>
|
||||
</component>
|
||||
</application>
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<application>
|
||||
<component name="ProjectLibraryTable">
|
||||
<library>
|
||||
<name value="xxx" />
|
||||
<roots>
|
||||
<projectPath>
|
||||
<root type="composite" />
|
||||
</projectPath>
|
||||
<sourcePath>
|
||||
<root type="composite" />
|
||||
</sourcePath>
|
||||
<classPath>
|
||||
<root type="composite">
|
||||
<root type="simple" url="file:///bin" />
|
||||
</root>
|
||||
</classPath>
|
||||
<excludePath>
|
||||
<root type="composite" />
|
||||
</excludePath>
|
||||
<javadocPath>
|
||||
<root type="composite" />
|
||||
</javadocPath>
|
||||
</roots>
|
||||
</library>
|
||||
</component>
|
||||
</application>
|
||||
Reference in New Issue
Block a user