fix android plugin libs dependencies

This commit is contained in:
Mikhail Mutcianko
2014-08-22 18:01:14 +04:00
committed by Yan Zhulanow
parent bafaf9e46c
commit ec0d1f5d06
3 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/src/META-INF/plugin.xml" />
<module version="4">
<component name="EclipseModuleManager">
<libelement value="jar://$MODULE_DIR$/../lib/asm-util-3.3.1.jar!/" />
<src_description expected_position="1">
+2 -2
View File
@@ -20,8 +20,8 @@
<orderEntry type="module" module-name="serialization.jvm" />
<orderEntry type="module" module-name="compiler-tests" scope="TEST" />
<orderEntry type="library" name="asm" level="project" />
<orderEntry type="library" name="android" level="project" />
<orderEntry type="library" scope="PROVIDED" name="android" level="project" />
<orderEntry type="module" module-name="util" />
<orderEntry type="module" module-name="preloader" />
</component>
</module>
</module>
-1
View File
@@ -524,6 +524,5 @@
<fail message="File name '${android.file.name}' wasn't matched"/>
</else>
</if>
<copydir src="${android.destination.dir}/plugins/android" dest="ideaSDK/plugins/android"/>
</target>
</project>