Index: trunk/WikiWord/WikiWordBuilder/pom.xml |
— | — | @@ -48,8 +48,7 @@ |
49 | 49 | <groupId>ardverk</groupId>
|
50 | 50 | <artifactId>patricia-trie</artifactId>
|
51 | 51 | <version>0.1</version>
|
52 | | - <scope>system</scope>
|
53 | | - <systemPath>${basedir}/lib/patricia-trie-0.1.jar</systemPath>
|
| 52 | + <scope>compile</scope>
|
54 | 53 | <optional>true</optional>
|
55 | 54 | </dependency>
|
56 | 55 |
|
— | — | @@ -119,4 +118,4 @@ |
120 | 119 | </testResources>
|
121 | 120 | </build>
|
122 | 121 |
|
123 | | -</project> |
\ No newline at end of file |
| 122 | +</project>
|
Index: trunk/WikiWord/WikiWordBuilder/.classpath |
— | — | @@ -10,6 +10,6 @@ |
11 | 11 | <classpathentry combineaccessrules="false" kind="src" path="/BrightByteDB"/> |
12 | 12 | <classpathentry kind="var" path="M2_REPO/mysql/mysql-connector-java/3.1.11/mysql-connector-java-3.1.11.jar"/> |
13 | 13 | <classpathentry kind="var" path="M2_REPO/trove/trove/3.0.0a3/trove-3.0.0a3.jar"/> |
14 | | - <classpathentry kind="var" path="M2_REPO/kapsi/patricia-trie/0.1/patricia-trie-0.1.jar"/> |
| 14 | + <classpathentry kind="var" path="M2_REPO/ardverk/patricia-trie/0.1/patricia-trie-0.1.jar"/> |
15 | 15 | <classpathentry kind="output" path="bin"/> |
16 | 16 | </classpath> |
Index: trunk/WikiWord/WikiWordBuilder/contrib/patricia-trie-0.1.pom |
— | — | @@ -1,9 +1,8 @@ |
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
3 | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
5 | | - |
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
6 | 5 | <modelVersion>4.0.0</modelVersion> |
7 | | - <groupId>kapsi</groupId> |
| 6 | + <groupId>ardverk</groupId> |
8 | 7 | <artifactId>patricia-trie</artifactId> |
9 | 8 | <version>0.1</version> |
10 | 9 | </project> |