annotate pom.xml @ 3:9eb9fabd9f29

added Table framework
author shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
date Wed, 13 Jun 2012 01:29:02 +0900
parents cc30c2773c09
children 761d04aecfcb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 <modelVersion>4.0.0</modelVersion>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 <groupId>jungle</groupId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 <artifactId>jungle-core</artifactId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 <version>0.0.1-SNAPSHOT</version>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 <packaging>jar</packaging>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
9
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
10 <name>jungle-core</name>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 <url>http://maven.apache.org</url>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
12
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
13 <properties>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
15 </properties>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
16
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
17 <dependencies>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
18 <dependency>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
19 <groupId>junit</groupId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
20 <artifactId>junit</artifactId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
21 <version>3.8.1</version>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
22 <scope>test</scope>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
23 </dependency>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
24 <dependency>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
25 <groupId>com.google.guava</groupId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
26 <artifactId>guava</artifactId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
27 <version>12.0</version>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
28 </dependency>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
29 <dependency>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
30 <groupId>commons-collections</groupId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
31 <artifactId>commons-collections</artifactId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
32 <version>3.2.1</version>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
33 </dependency>
3
9eb9fabd9f29 added Table framework
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 2
diff changeset
34 <dependency>
9eb9fabd9f29 added Table framework
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 2
diff changeset
35 <groupId>net.sf.jpf</groupId>
9eb9fabd9f29 added Table framework
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 2
diff changeset
36 <artifactId>jpf</artifactId>
9eb9fabd9f29 added Table framework
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 2
diff changeset
37 <version>1.5</version>
9eb9fabd9f29 added Table framework
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 2
diff changeset
38 </dependency>
0
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
39 </dependencies>
2
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
40 <build>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
41 <plugins>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
42 <plugin>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
43 <groupId>org.apache.maven.plugins</groupId>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
44 <artifactId>maven-compiler-plugin</artifactId>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
45 <configuration>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
46 <source>1.6</source>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
47 <target>1.6</target>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
48 </configuration>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
49 </plugin>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
50 </plugins>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
51 </build>
0
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
52 </project>