project configuration: added missing libraries to IDEA Community project

This commit is contained in:
nik
2016-09-14 19:16:52 +03:00
parent 603105e05a
commit 2ad3bd3e21
3 changed files with 29 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<component name="libraryTable">
<library name="commons-net">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/commons-net-3.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/src/commons-net-3.3-sources.jar!/" />
</SOURCES>
</library>
</component>
+9
View File
@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="jgoodies-common">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/jgoodies-common-1.2.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
+9
View File
@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="jgoodies-looks">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/jgoodies-looks-2.4.2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>