adds xml for json libraries, but not the libraries

This commit is contained in:
2024-04-20 23:53:12 +02:00
parent c9e7483665
commit 120859a8d2
2 changed files with 20 additions and 0 deletions

10
.idea/libraries/glassfish_javax_json.xml generated Normal file
View File

@@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="glassfish.javax.json" type="repository">
<properties maven-id="org.glassfish:javax.json:1.1.4" />
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/javax.json-1.1.4.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

10
.idea/libraries/javax_json_api.xml generated Normal file
View File

@@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="javax.json.api" type="repository">
<properties maven-id="javax.json:javax.json-api:1.1.4" />
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/javax.json-api-1.1.4.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>