Skip to content

Commit

Permalink
Revert "LPS-53601 merge with plugins logic"
Browse files Browse the repository at this point in the history
This reverts commit 8a383d6.
  • Loading branch information
brianchandotcom committed Feb 19, 2015
1 parent c6c6edd commit 1c241b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ Please set the environment variable ANT_OPTS to the recommended value of

<copy todir="test-classes/@{test.type}" preservelastmodified="true">
<fileset dir="test" includes="*.properties,META-INF/*.dtd,META-INF/*.xml" />
<fileset dir="test/@{test.type}" includes="**/*.bnd,**/*.png,**/*.policy,**/*.properties,**/*.xml,**/dependencies/**" />
<fileset dir="test/@{test.type}" includes="**/*.bnd,**/*.policy,**/*.properties,**/dependencies/**,META-INF/*.xml,WEB-INF/*.xml" />
</copy>

<javac
Expand Down

0 comments on commit 1c241b1

Please sign in to comment.