| commit | 1f6cb19eb3ba4d44719207380c2ebef96642f060 | [log] [tgz] |
|---|---|---|
| author | Henri Yandell <bayard@apache.org> | Thu Apr 23 08:39:30 2009 +0000 |
| committer | Henri Yandell <bayard@apache.org> | Thu Apr 23 08:39:30 2009 +0000 |
| tree | f1c995a7173f6c9107720d3acf1345ff88fdf5c2 | |
| parent | 7e4af4ca88f861affe534c00485130d802fd6b14 [diff] |
Put the tlds in the jar :) Going to need to split the impl and the spec jars up someday I imagine. Easy enough.
diff --git a/pom.xml b/pom.xml index 6484117..4f193ec 100644 --- a/pom.xml +++ b/pom.xml
@@ -123,6 +123,10 @@ <directory>src</directory> <targetPath>.</targetPath> </resource> + <resource> + <directory>conf</directory> + <targetPath>META-INF</targetPath> + </resource> </resources> <plugins> <plugin>