Skip to content

Commit

Permalink
Added wadl.framework to the resources, and also include oxygen, xsl, xsd
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
UXDevOpsService committed Feb 10, 2012
1 parent d69056a commit 02daa7a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,36 @@
<resource>
<directory>xsl</directory>
</resource>
<resource>
<targetPath>xsl</targetPath>
<directory>xsl</directory>
<includes>
<include>**/*</include>
</includes>
</resource>
<resource>
<directory>xsd</directory>
</resource>
<resource>
<targetPath>xsd</targetPath>
<directory>xsd</directory>
<includes>
<include>**/*</include>
</includes>
</resource>
<resource>
<targetPath>oxygen</targetPath>
<directory>oxygen</directory>
<includes>
<include>**/*</include>
</includes>
</resource>
<resource>
<directory></directory>
<includes>
<include>wadl.framework</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
Expand Down

0 comments on commit 02daa7a

Please sign in to comment.