Skip to content

Commit

Permalink
Fixed pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaillon committed Aug 17, 2017
1 parent c343796 commit 81d170d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<url>https://github.com/jcaillon/proparse</url>

<properties>
<ikvm>ikvm\bin</ikvm>
<ikvm>${project.basedir}\ikvm\bin</ikvm>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<proparse.net.dir>${project.basedir}\..\proparse.net</proparse.net.dir>
</properties>
Expand Down Expand Up @@ -155,8 +155,8 @@
<arg value="${project.build.directory}\${project.artifactId}-${project.version}.jar"/>
<arg value="${project.build.directory}\lib\*"/>
</exec>
<copy file="${project.basedir}\{$ikvm}\ikvm.openjdk.core.dll" tofile="${proparse.net.dir}\ikvm.openjdk.core.dll" />
<copy file="${project.basedir}\{$ikvm}\ikvm.runtime.dll" tofile="${proparse.net.dir}\ikvm.runtime.dll" />
<copy file="${ikvm}\ikvm.openjdk.core.dll" tofile="${proparse.net.dir}\ikvm.openjdk.core.dll" />
<copy file="${ikvm}\ikvm.runtime.dll" tofile="${proparse.net.dir}\ikvm.runtime.dll" />
<copy file="${project.basedir}\src\resources\assemblies.xml" tofile="${proparse.net.dir}\assemblies.xml" />
<copy file="${project.build.directory}\proparse.net.dll" tofile="${proparse.net.dir}\proparse.net.dll" />
</target>
Expand Down

0 comments on commit 81d170d

Please sign in to comment.