From 02daa7af3fa018169d45db526e7c19f1e067f01c Mon Sep 17 00:00:00 2001 From: thu4404 Date: Fri, 10 Feb 2012 10:31:13 -0600 Subject: [PATCH] Added wadl.framework to the resources, and also include oxygen, xsl, xsd folders as part of the resources too. Previously all the *.xsl and *.xsd files in the xsl and xsd folders were copied just to the root of wadl-tools. We need the folder structure. For now copy the *.xsl and *.xsd files twice. We will clean this up later. --- pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/pom.xml b/pom.xml index 6f72aaa..da86118 100644 --- a/pom.xml +++ b/pom.xml @@ -88,9 +88,36 @@ xsl + + xsl + xsl + + **/* + + xsd + + xsd + xsd + + **/* + + + + oxygen + oxygen + + **/* + + + + + + wadl.framework + +