Skip to content

Commit

Permalink
Remove warnings in site’s build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipuniverse committed Nov 20, 2013
1 parent a61869a commit 953f9b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions site/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@
-->
<mkdir dir="target/sql/create"/>
<artifact:pom id="myPom" file="pom.xml" />
<!-- This fileset is will be immediately overridden by the artifact:dependencies element. This is only declared here
to make eclipse not give a warning about this -->
<fileset dir="dir" id="pomDeps" />
<artifact:dependencies filesetId="pomDeps" pomRefId="myPom" useScope="compile" />
<property name="baseTarget" location="target/${myPom.build.finalName}/WEB-INF"/>
<fileset id="libDir" dir="${baseTarget}/lib"/>
Expand Down Expand Up @@ -243,6 +246,10 @@
-->
<mkdir dir="target/sql/update"/>
<artifact:pom id="myPom" file="pom.xml" />

<!-- This fileset is will be immediately overridden by the artifact:dependencies element. This is only declared here
to make eclipse not give a warning about this -->
<fileset dir="dir" id="pomDeps" />
<artifact:dependencies filesetId="pomDeps" pomRefId="myPom" useScope="compile" />
<property name="baseTarget" location="target/${myPom.build.finalName}/WEB-INF"/>
<fileset id="libDir" dir="${baseTarget}/lib"/>
Expand Down

0 comments on commit 953f9b0

Please sign in to comment.