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:
nik
2019-07-10 14:49:28 +03:00
committed by intellij-monorepo-bot
parent 87ee3a7b97
commit 863cec3a3c

View File

@@ -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>