mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
IntelliJ Community project configuration: fix format of Ant library file
To avoid changes when saving the project in IDEA. GitOrigin-RevId: 1e5af34f1c155bee4b3aa10978d1463b988f49db
This commit is contained in:
committed by
intellij-monorepo-bot
parent
87ee3a7b97
commit
863cec3a3c
8
.idea/libraries/Ant.xml
generated
8
.idea/libraries/Ant.xml
generated
@@ -1,12 +1,12 @@
|
|||||||
<component name="libraryTable">
|
<component name="libraryTable">
|
||||||
<library name="Ant">
|
<library name="Ant">
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="file://$PROJECT_DIR$/lib/ant/lib"/>
|
<root url="file://$PROJECT_DIR$/lib/ant/lib" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC/>
|
<JAVADOC />
|
||||||
<SOURCES>
|
<SOURCES>
|
||||||
<root url="jar://$PROJECT_DIR$/lib/ant/src.zip!/"/>
|
<root url="jar://$PROJECT_DIR$/lib/ant/src.zip!/" />
|
||||||
</SOURCES>
|
</SOURCES>
|
||||||
<jarDirectory url="file://$PROJECT_DIR$/lib/ant/lib" recursive="false"/>
|
<jarDirectory url="file://$PROJECT_DIR$/lib/ant/lib" recursive="false" />
|
||||||
</library>
|
</library>
|
||||||
</component>
|
</component>
|
||||||
Reference in New Issue
Block a user