- version updated

- .configure moved to src/bin directory
- UTF-8 decoder for filepath

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@185 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2006-10-26 12:39:53 +00:00
parent 7625ae5e7c
commit 21926fdef8
4 changed files with 5 additions and 3 deletions

View File

@@ -49,7 +49,7 @@
</javadoc>
</target>
<target name="distribute" depends="javadoc, jar" description="--> Distribute to server">
<target name="distribute" depends="jar, javadoc" description="--> Distribute to server">
<echo message="\\www-server\web must be mapped to W:" />
<echo message="copy jar file to server" />
<copy file="${project.dir.lib}/${project.jarfile}" todir="${project.server.dir.bin}" />