FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 079cbb6d authored by Dean Rasheed's avatar Dean Rasheed
Browse files

Release 1.2.5 of the web service API client code.

* Adds python 2 and 3 documentation.

* Updated javadocs, now built using Java 7.

--
Imported using git-svn from
https://dev.csi.cam.ac.uk/svn/lookup/trunk@73
parent 4e9926e9
No related branches found
No related tags found
No related merge requests found
Showing
with 4 additions and 2 deletions
<project name="ibis-client" default="all">
<property name="api.version" value="1.2.4"/>
<property name="api.version" value="1.2.5"/>
<!-- =================================
target: Java autogen
......@@ -190,7 +190,9 @@
<delete file="downloads/python3/ibis-python3-client-api-${api.version}-src.tar.bz2"/>
<tar destfile="downloads/python3/ibis-python3-client-api-${api.version}-src.tar.bz2"
compression="bzip2">
<tarfileset prefix="ibis-python3-client-api-${api.version}" dir="src/python3"/>
<tarfileset prefix="ibis-python3-client-api-${api.version}" dir="src/python3">
<exclude name="**/__pycache__/"/>
</tarfileset>
<tarfileset prefix="ibis-python3-client-api-${api.version}" file="src/application.wadl"/>
<tarfileset prefix="ibis-python3-client-api-${api.version}" file="src/generate-client-methods.py"/>
<tarfileset prefix="ibis-python3-client-api-${api.version}" file="lgpl.txt"/>
......
File deleted
File deleted
File added
File added
No preview for this file type
File deleted
File added
File deleted
File added
File added
File deleted
File added
File added
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