Author: mbenson
Date: Tue Feb 11 17:45:17 2014
New Revision: 1567234
URL: http://svn.apache.org/r1567234
Log:
join lines
Modified:
commons/proper/weaver/trunk/ant/test/pom.xml
Modified: commons/proper/weaver/trunk/ant/test/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/ant/test/pom.xml?rev=1567234&r1=1567233&r2=1567234&view=diff
==============================================================================
--- commons/proper/weaver/trunk/ant/test/pom.xml (original)
+++ commons/proper/weaver/trunk/ant/test/pom.xml Tue Feb 11 17:45:17 2014
@@ -152,13 +152,10 @@ under the License.
<path id="cp">
<fileset
dir="${project.build.directory}/compile-classpath" />
</path>
- <typedef uri="antlib:org.apache.commons.weaver.ant"
-
resource="org/apache/commons/weaver/ant/antlib.xml"
- classpathref="cp" />
+ <typedef uri="antlib:org.apache.commons.weaver.ant"
resource="org/apache/commons/weaver/ant/antlib.xml" classpathref="cp" />
<cw:weave>
- <cw:settings target="${project.build.outputDirectory}"
- classpathref="cp">
+ <cw:settings target="${project.build.outputDirectory}"
classpathref="cp">
<propertyset>
<propertyref name="privilizer.policy" />
</propertyset>