Skip to content
Snippets Groups Projects
Commit 29e7bdcf authored by Ramin Yaghoubzadeh's avatar Ramin Yaghoubzadeh
Browse files

Refactored ipaaca into "ipaacalib" and "ipaacatools" sub-projects

parent 457f2a11
No related branches found
No related tags found
No related merge requests found
Showing
with 6 additions and 5 deletions
File moved
File moved
File moved
File moved
...@@ -5,4 +5,5 @@ rebuild.list= ...@@ -5,4 +5,5 @@ rebuild.list=
pyzip.excludes= pyzip.excludes=
run.py=run.py run.py=run.py
publish.resolver=soa.core.repository publish.resolver=soa.core.repository
dist.dir=../../dist
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project name="IpaacaPython" default="run"> <project name="IpaacaPython" default="run">
<import file="../../soashared/ant/build.xml" /> <import file="../../../soashared/ant/build.xml" />
<!--import file="../../HmiBuild/build.xml" / --> <!--import file="../../../HmiBuild/build.xml" / -->
<target name="dist"> <target name="dist">
<echo>FIXME - Ramin's hack: PYTHON - DOING NOTHING ON DIST</echo> <echo>FIXME - Ramin's hack: PYTHON - DOING NOTHING ON DIST</echo>
</target> </target>
<target name="-pre-compilation"> <target name="-pre-compilation">
<echo message="Compiling protobuf file" /> <echo message="Compiling protobuf file" />
<exec executable="protoc"> <exec executable="protoc">
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment