A couple more fixes for the release area

This commit is contained in:
Ben Hale
2006-12-28 14:20:39 +00:00
parent 1a6453358e
commit 61345da929

View File

@@ -34,18 +34,18 @@
</or>
<and>
<!-- exclude core project derived artifacts -->
<filename name="*/docs/**" negate="true"/>
<filename name="*/target/**" negate="true" />
<filename name="*/build.properties" negate="true" />
<filename name="*/lib/**" negate="true" />
</and>
<and>
<!-- exclude sample project derived artifacts -->
<filename name="*/*/docs/**" negate="true"/>
<filename name="*/*/target/**" negate="true" />
<filename name="*/*/build.properties" negate="true" />
<filename name="*/*/lib/**" negate="true" />
</and>
<and>
<!-- exclude sample project derived artifacts -->
<filename name="*/*/*/docs/**" negate="true"/>
<filename name="*/*/*/target/**" negate="true" />
<filename name="*/*/*/build.properties" negate="true" />
<filename name="*/*/*/lib/**" negate="true" />
</and>
</and>
</or>
</selector>