Mirror of github.com/nicolabs/ciform
Go to file
2012-01-29 20:24:41 +01:00
ant-jsunit-hieatt
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
tools
.hgignore
README.txt

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