You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/08/15 23:39:08 UTC

svn commit: r1373638 - in /maven/plugins/trunk/maven-dependency-plugin/src/it/unpack: validate.bsh verify.bsh

Author: olamy
Date: Wed Aug 15 21:39:07 2012
New Revision: 1373638

URL: http://svn.apache.org/viewvc?rev=1373638&view=rev
Log:
really use verify script

Added:
    maven/plugins/trunk/maven-dependency-plugin/src/it/unpack/verify.bsh   (contents, props changed)
      - copied, changed from r1373637, maven/plugins/trunk/maven-dependency-plugin/src/it/unpack/validate.bsh
Removed:
    maven/plugins/trunk/maven-dependency-plugin/src/it/unpack/validate.bsh

Copied: maven/plugins/trunk/maven-dependency-plugin/src/it/unpack/verify.bsh (from r1373637, maven/plugins/trunk/maven-dependency-plugin/src/it/unpack/validate.bsh)
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/unpack/verify.bsh?p2=maven/plugins/trunk/maven-dependency-plugin/src/it/unpack/verify.bsh&p1=maven/plugins/trunk/maven-dependency-plugin/src/it/unpack/validate.bsh&r1=1373637&r2=1373638&rev=1373638&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/it/unpack/validate.bsh (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/it/unpack/verify.bsh Wed Aug 15 21:39:07 2012
@@ -29,4 +29,5 @@ if ( !file.isDirectory() )
 {
    throw new Exception( "Missing " + file );
 }
+
 return true;

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/it/unpack/verify.bsh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-dependency-plugin/src/it/unpack/verify.bsh
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision