This commit is contained in:
Leonardo M. Tilli 2015-09-10 18:04:36 -03:00
Родитель cd233e42dc
Коммит 1c2ead4f43
6 изменённых файлов: 21 добавлений и 1 удалений

Просмотреть файл

@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="azure-services-explorer-plugin">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/azure-services-explorer-plugin.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

Просмотреть файл

@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="common-lib">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/common-lib.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

Просмотреть файл

@ -13,7 +13,7 @@
</change-notes>
<!-- please see https://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
<idea-version since-build="131"/>
<idea-version since-build="141"/>
<!-- please see https://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
on how to target different products -->

Двоичные данные
lib/azure-services-explorer-plugin.jar

Двоичный файл не отображается.

Двоичные данные
lib/common-lib.jar

Двоичный файл не отображается.

Просмотреть файл

@ -10,5 +10,7 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="android" level="project" />
<orderEntry type="library" scope="PROVIDED" name="azure-graph-api" level="project" />
<orderEntry type="library" scope="PROVIDED" name="common-lib" level="project" />
<orderEntry type="library" scope="PROVIDED" name="azure-services-explorer-plugin" level="project" />
</component>
</module>