mirror of
https://github.com/zxing/zxing.git
synced 2025-01-27 11:01:00 -08:00
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:
parent
79add84a5a
commit
c79fb8474b
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue