1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Removed no more used 'core' project

This commit is contained in:
Cristian Maglie
2014-09-24 11:36:02 +02:00
parent 50f89d9665
commit be96ae3a6a
66 changed files with 1 additions and 85076 deletions

View File

@ -24,11 +24,6 @@
</target>
<target name="compile" description="Compile sources">
<condition property="core-built">
<available file="../core/core.jar" />
</condition>
<fail unless="core-built" message="Please build the core library first and make sure it sits in ../core/core.jar" />
<mkdir dir="bin" />
<!-- ant seems to nuke ${java.home} for some reason, pointing at the JRE