Assign annotation to intellij-core library

This commit is contained in:
Nikolay Krasko
2013-11-14 15:52:25 +04:00
parent 8f12db341e
commit f8357aecc1
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,5 +1,8 @@
<component name="libraryTable">
<library name="intellij-core">
<ANNOTATIONS>
<root url="file://$PROJECT_DIR$/annotations" />
</ANNOTATIONS>
<CLASSES>
<root url="file://$PROJECT_DIR$/ideaSDK/core" />
<root url="jar://$PROJECT_DIR$/dependencies/cli-parser-1.1.1.jar!/" />
+1 -1
View File
@@ -316,7 +316,7 @@
<cleandir dir="${output}/classes/compiler"/>
<javac2 destdir="${output}/classes/compiler" debug="true" debuglevel="lines,vars,source" includeAntRuntime="false" source="${java.target}" target="${java.target}">
<withKotlin/>
<withKotlin externalannotations="${external.annotations.path}"/>
<src refid="compilerSources.path"/>
<classpath refid="classpath"/>
</javac2>