rdftemplate

Library for generating XML documents from RDF data using templates
git clone https://code.djc.id.au/git/rdftemplate/
commit b62e4a6ecc7d85d7415591049f789509d44adfa7
parent 1bcf1046c4aea760c0577354e08cb47b52661b16
Author: Dan C <dan.callaghan@wotifgroup.com>
Date:   Tue, 27 Jul 2010 14:43:48 +1000

added Miskin Hill repository to pom.xml, for forked Jena

Diffstat:
Mpom.xml | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
@@ -29,6 +29,12 @@
             <releases><enabled>true</enabled></releases>
             <snapshots><enabled>false</enabled></snapshots>
         </repository>
+        <repository>
+            <id>code.miskinhill.com.au</id>
+            <url>http://code.miskinhill.com.au/maven2/</url>
+            <releases><enabled>true</enabled></releases>
+            <snapshots><enabled>false</enabled></snapshots>
+        </repository>
     </repositories>
     
     <properties>