Ignore:
Timestamp:
08/30/12 17:04:16 (12 years ago)
Author:
sherbold
Message:
  • added command man that prints manuals of commands to the console
  • added manuals für the commands exec, exit, listCommands, man, and trainMarkovModel
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-utils/pom.xml

    r529 r718  
    99                <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/java-utils</url> 
    1010        </scm> 
     11        <dependencies> 
     12                <dependency> 
     13                        <groupId>org.apache.commons</groupId> 
     14                        <artifactId>commons-io</artifactId> 
     15                        <version>1.3.2</version> 
     16                </dependency> 
     17                <dependency> 
     18        <groupId>commons-lang</groupId> 
     19        <artifactId>commons-lang</artifactId> 
     20        <version>2.1</version> 
     21      </dependency> 
     22        </dependencies> 
    1123        <build> 
    1224                <plugins> 
Note: See TracChangeset for help on using the changeset viewer.