Last change
on this file since 749 was
718,
checked in by sherbold, 12 years ago
|
- added command man that prints manuals of commands to the console
- added manuals für the commands exec, exit, listCommands, man, and trainMarkovModel
|
-
Property svn:mime-type set to
text/plain
|
File size:
1.1 KB
|
Rev | Line | |
---|
[528] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
---|
| 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
---|
| 3 | <modelVersion>4.0.0</modelVersion>
|
---|
| 4 | <groupId>de.ugoe.cs</groupId>
|
---|
| 5 | <artifactId>java-utils</artifactId>
|
---|
| 6 | <version>0.0.1-SNAPSHOT</version>
|
---|
| 7 | <name>java-utils</name>
|
---|
| 8 | <scm>
|
---|
| 9 | <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/java-utils</url>
|
---|
| 10 | </scm>
|
---|
[718] | 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>
|
---|
[528] | 23 | <build>
|
---|
| 24 | <plugins>
|
---|
| 25 | <plugin>
|
---|
| 26 | <artifactId>maven-compiler-plugin</artifactId>
|
---|
| 27 | <version>2.3.2</version>
|
---|
| 28 | <configuration>
|
---|
| 29 | <source>1.6</source>
|
---|
| 30 | <target>1.6</target>
|
---|
| 31 | </configuration>
|
---|
| 32 | </plugin>
|
---|
| 33 | </plugins>
|
---|
| 34 | </build>
|
---|
[478] | 35 | </project> |
---|
Note: See
TracBrowser
for help on using the repository browser.