[exo-jcr-commits] exo-jcr SVN: r2624 - jcr/trunk/exo.jcr.component.core.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jun 16 04:50:49 EDT 2010


Author: pnedonosko
Date: 2010-06-16 04:50:49 -0400 (Wed, 16 Jun 2010)
New Revision: 2624

Modified:
   jcr/trunk/exo.jcr.component.core/pom.xml
Log:
EXOJCR-790 echo cleanup

Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml	2010-06-16 08:11:35 UTC (rev 2623)
+++ jcr/trunk/exo.jcr.component.core/pom.xml	2010-06-16 08:50:49 UTC (rev 2624)
@@ -474,15 +474,9 @@
                   <configuration>
                      <tasks>
                         <echo>Creating Access Policy for tests</echo>
-
                         <makeurl file="${settings.localRepository}" property="localRepositoryURL"/>
                         <makeurl file="${project.build.outputDirectory}" property="outputDirectoryURL"/>
                         <makeurl file="${project.build.testOutputDirectory}" property="testOutputDirectoryURL"/>
-
-                        <echo message="Local repository URL:    ${localRepositoryURL}"/>
-                        <echo message="Output directory URL:    ${outputDirectoryURL}"/>
-                        <echo message="Test output directory URL:    ${testOutputDirectoryURL}"/>
- 
                         <copy todir="${project.build.testOutputDirectory}" overwrite="true">
                            <fileset dir="${project.basedir}/src/test/resources/">
                               <include name="test.policy"/>



More information about the exo-jcr-commits mailing list