Switch to unified view

a/README.txt b/README.txt
1
This tool provides a converter from Archi models to the Domain-Independent Ontology (DIO).
1
This tool provides a converter from Archi models to the Domain-Independent Ontology (DIO).
2
It comes in two flavours - (1) as a plugin to Archi, and (2) as a standalone command-line tool
2
It comes in two flavours - (1) as a plugin to Archi, and (2) as a standalone command-line tool
3
3
4
*** Building
4
*** Building
5
- Prerequisites
5
- Prerequisites
6
- Archi Version 2.6.0 (potentially also higher)
6
-- Java Development Kit >= 1.6 installed
7
-- Java Development Kit >= 1.6 installed
7
-- ANT installed
8
-- ANT installed
8
9
9
- run "ant dist" from the project root folder. This will call the dist-standalone and dist-plugin tasks to build both flavours
10
- run "ant dist" from the project root folder. This will call the dist-standalone and dist-plugin tasks to build both flavours
10
- alternatively, you can just run the specific dist-*** task that you want.
11
- alternatively, you can just run the specific dist-*** task that you want.