Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Fixup yFiles wrapper build path
Browse files Browse the repository at this point in the history
  • Loading branch information
cblichmann committed May 30, 2016
1 parent c1f0b90 commit 71789b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,6 +1,9 @@
jdk:
- oraclejdk8

sudo: false

script:
- mvn dependency:copy-dependencies
- ant build-binnavi-fat-jar
- ant build-binnavi-fat-jar

6 changes: 3 additions & 3 deletions build.xml
Expand Up @@ -40,8 +40,8 @@
</fileset>
</path>
<path id="yfileswrap.class.path">
<fileset id="yfileswrap.jar" dir="${zynamics.dir}/lib/">
<include name="yfileswrap-obfuscated.jar"/>
<fileset id="yfileswrap.build.jars" dir="${project.dir}/target/dependency">
<include name="yfileswrap-obfuscated-6.1.jar"/>
</fileset>
</path>
<path id="zylib.class.path">
Expand Down Expand Up @@ -223,7 +223,7 @@
<jar destfile="${out.dir}/binnavi-all.jar" basedir="${build.dir}">
<zipgroupfileset refid="binnavi.build.jars"/>
<zipgroupfileset refid="guava.build.jars"/>
<zipgroupfileset refid="yfileswrap.jar"/>
<zipgroupfileset refid="yfileswrap.build.jars"/>
<zipgroupfileset refid="zylib.jar"/>
<zipgroupfileset refid="reil.jar"/>
<zipgroupfileset dir="${out.dir}" includes="binnavi.jar"/>
Expand Down

0 comments on commit 71789b3

Please sign in to comment.