Skip to content
Snippets Groups Projects
Commit 3a2afb11 authored by Herwin van Welbergen's avatar Herwin van Welbergen
Browse files

fixed ivy file

parent 1ae460bc
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project name="ipaaca-java" default="run"> <project name="ipaaca-java" default="run">
<import file="../../../hmibuild/build.xml" /> <import file="../../../hmibuild/build.xml" />
<!-- import file="../../../HmiBuild/build.xml" / -->
<target name="-pre-compilation"> <target name="-pre-compilation">
<echo message="Compiling protobuf file" /> <echo message="Compiling protobuf file" />
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
<artifact type="zip" ext="zip"/> <artifact type="zip" ext="zip"/>
</publications> </publications>
<dependencies> <dependencies>
<!-- dependency org="google" name="protobuf" rev="latest.release"/ --> <dependency org="google" name="protobuf" rev="latest.release"/>
<!-- dependency org="rsb" name="rsb" rev="latest.release"/ --> <dependency org="rsb" name="rsb" rev="latest.release"/>
</dependencies> </dependencies>
</ivy-module> </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