Mirror of github.com/nicolabs/ciform
Go to file
2012-01-29 20:24:41 +01:00
ant-jsunit-hieatt # 'trunk' deleted (was from SVN) 2012-01-26 13:07:11 +01:00
ciform - removed publication date (the ivy files are models, the published ones are copies) 2012-01-29 20:24:41 +01:00
crypto - removed publication date (the ivy files are models, the published ones are copies) 2012-01-29 20:24:41 +01:00
minilib + minilib has now its own project root 2012-01-29 19:58:43 +01:00
tools + minilib has now its own project root 2012-01-29 19:58:43 +01:00
.hgignore + minilib has now its own project root 2012-01-29 19:58:43 +01:00
README.txt # tools/build now centralizes common scripts and properties for builds 2012-01-27 19:42:49 +01:00

This folder contains several projects and dependent resources :

ciform      -> Ciform project directory tree
codecs      -> Dependent Javascript libraries for Ciform
            Each subdirectory is a Maven-style project with a build script that generates Ivy artifacts for use with Ciform.
            Run "ant install" to generate and import artifacts into the local Ivy repository.
tools       -> Tools required to build the projects : extract required binaries before building the projects

To build the projects, you should only need to :
    - extract the required binaries into the 'tools' directory
    - rename 'common-sample.properties' in 'tools/build' to 'common.properties' and edit it to reflect your local configuration
    - run ant in each project