mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:47:25 +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">
|
||||
<library name="Ant">
|
||||
<CLASSES>
|
||||
<root url="file://$PROJECT_DIR$/lib/ant/lib"/>
|
||||
<root url="file://$PROJECT_DIR$/lib/ant/lib" />
|
||||
</CLASSES>
|
||||
<JAVADOC/>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$PROJECT_DIR$/lib/ant/src.zip!/"/>
|
||||
<root url="jar://$PROJECT_DIR$/lib/ant/src.zip!/" />
|
||||
</SOURCES>
|
||||
<jarDirectory url="file://$PROJECT_DIR$/lib/ant/lib" recursive="false"/>
|
||||
<jarDirectory url="file://$PROJECT_DIR$/lib/ant/lib" recursive="false" />
|
||||
</library>
|
||||
</component>
|
||||
Reference in New Issue
Block a user