Added build targets for IntelliJ which can't see the built-in Android targets.

git-svn-id: https://zxing.googlecode.com/svn/trunk@2009 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dswitkin@google.com 2011-11-02 19:58:54 +00:00
parent 79add84a5a
commit c79fb8474b
2 changed files with 12 additions and 0 deletions

View file

@ -97,4 +97,10 @@ limitations under the License.
<!-- version-tag: 1 -->
<import file="${sdk.dir}/tools/ant/build.xml" />
<!-- These targets only exist so they will be visible in IntelliJ. -->
<target name="ij-debug" depends="clean,debug"/>
<target name="ij-release" depends="clean,release"/>
<target name="ij-install" depends="clean,install"/>
<target name="ij-uninstall" depends="uninstall"/>
</project>

View file

@ -97,4 +97,10 @@ limitations under the License.
<!-- version-tag: 1 -->
<import file="${sdk.dir}/tools/ant/build.xml" />
<!-- These targets only exist so they will be visible in IntelliJ. -->
<target name="ij-debug" depends="clean,debug"/>
<target name="ij-release" depends="clean,release"/>
<target name="ij-install" depends="clean,install"/>
<target name="ij-uninstall" depends="uninstall"/>
</project>