Skip to content
Snippets Groups Projects
Commit 8dfb151b authored by herwin's avatar herwin
Browse files

hooked up to hmibuild

parent 7af4b153
No related branches found
No related tags found
No related merge requests found
......@@ -13,4 +13,6 @@
.*.sw[a-z]
*.un~
Session.vim
**/manifest.mf
**/*.*~
<project name="ipaaca" default="build" basedir=".">
<project name="ipaaca-all" default="build" basedir=".">
<target name="resolve">
<subant target="resolve" genericantfile="build.xml">
<fileset dir="." includes="*/build.xml"/>
......
<?xml version="1.0" encoding="UTF-8"?>
<project name="IpaacaCpp" default="run">
<import file="../../soashared/ant/build.xml" />
<target name="-pre-compilation">
<echo message="Compiling protobuf file" />
<exec executable="protoc">
......@@ -9,5 +9,8 @@
<arg value="--cpp_out=build/" />
</exec>
</target>
<!--import file="../../soashared/ant/build.xml" /-->
<import file="../../HmiBuild/build.xml" />
</project>
language=java
resolve.status=beta
resource.path=
publish.resolver=soa.core.repository
#resource.path=${shared.repository}/Humanoids;${shared.repository}/3dmodels;${shared.repository}/HMI/HmiElckerlyc/resources;${shared.repository}/logbackconfig;${shared.repository}/shaders;
run.jvmargs= -Xms128m -Xmx512m -Xss5M
rebuild.list=
<?xml version="1.0" encoding="UTF-8"?>
<project name="IpaacaJava" default="run">
<import file="../../soashared/ant/build.xml" />
<project name="ipaaca-java" default="run">
<target name="-pre-compilation">
<echo message="Compiling protobuf file" />
<mkdir dir="generatedsrc"/>
......@@ -11,4 +10,7 @@
<arg value="--java_out=generatedsrc/" />
</exec>
</target>
<!--import file="../../soashared/ant/build.xml" /-->
<import file="../../HmiBuild/build.xml" />
</project>
<ivy-module version="2.0">
<info organisation="ipaaca" module="ipaaca"/>
<info organisation="ipaaca" module="ipaaca-java"/>
<configurations>
<include file="${ivy.settings.dir}/configurations.xml"/>
</configurations>
......
Manifest-Version: 1.0
Main-Class: ipaaca.Info
Name: ipaaca
Specification-Title: ipaaca
Main-Class: main
Name: IpaacaJava
Specification-Title: IpaacaJava
Specification-Version: 0.1
Specification-Vendor: ipaaca
Implementation-Title: ipaaca
Implementation-Version: February 21 2012 05:23 PM
Implementation-Vendor: ipaaca
Implementation-Title: IpaacaJava
Implementation-Version: July 02 2012 01:46 PM
Implementation-Vendor: ipaaca
\ No newline at end of file
......@@ -4,4 +4,5 @@ resource.path=${shared.resources}/Shared3DModels/resource;${shared.resources}/De
rebuild.list=
pyzip.excludes=
run.py=run.py
publish.resolver=soa.core.repository
<?xml version="1.0" encoding="UTF-8"?>
<project name="IpaacaPython" default="run">
<import file="../../soashared/ant/build.xml" />
<!--import file="../../soashared/ant/build.xml" /-->
<import file="../../HmiBuild/build.xml" />
<target name="-pre-compilation">
<echo message="Compiling protobuf file" />
<exec executable="protoc">
......
<ivy-module version="2.0">
<info organisation="ipaaca" module="IpaacaPython" />
<publications>
<artifact type="zip" ext="zip"/>
</publications>
<dependencies>
<dependency org="google" name="protobuf" rev="latest.release"/>
<dependency org="rsb" name="rsb" rev="latest.release"/>
</dependencies>
</ivy-module>
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