Author: pgier Date: Thu Apr 10 07:27:43 2008 New Revision: 646820 URL: http://svn.apache.org/viewvc?rev=646820&view=rev Log: Fixing a couple of spelling typos.
Modified: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeDepMgt.java maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/BuildClasspathMojo.java maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/DependencyStatusSets.java maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt Modified: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeDepMgt.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeDepMgt.java?rev=646820&r1=646819&r2=646820&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeDepMgt.java (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeDepMgt.java Thu Apr 10 07:27:43 2008 @@ -212,7 +212,7 @@ } /** - * Returns a List of the artifacts that should have been excluded, but where + * Returns a List of the artifacts that should have been excluded, but were * found in the dependency tree. * * @param exclusions Modified: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/BuildClasspathMojo.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/BuildClasspathMojo.java?rev=646820&r1=646819&r2=646820&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/BuildClasspathMojo.java (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/BuildClasspathMojo.java Thu Apr 10 07:27:43 2008 @@ -218,7 +218,7 @@ String cpString = sb.toString(); // if file separator is set, I need to replace the default one from all - // the file paths the where pulled from the artifacts + // the file paths that were pulled from the artifacts if ( isFileSepSet ) { String separator = File.separator; Modified: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/DependencyStatusSets.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/DependencyStatusSets.java?rev=646820&r1=646819&r2=646820&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/DependencyStatusSets.java (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/DependencyStatusSets.java Thu Apr 10 07:27:43 2008 @@ -179,7 +179,7 @@ if ( this.skippedDependencies != null && !this.skippedDependencies.isEmpty() ) { sb.append( "\n" ); - sb.append( "The following files where skipped:\n" ); + sb.append( "The following files were skipped:\n" ); SortedSet sortedSkippedDependencies = new TreeSet(); sortedSkippedDependencies.addAll( this.skippedDependencies ); for ( Iterator i = sortedSkippedDependencies.iterator(); i.hasNext(); ) Modified: maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt?rev=646820&r1=646819&r2=646820&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt Thu Apr 10 07:27:43 2008 @@ -417,7 +417,7 @@ You can also define the <<<markersDirectory>>> either in the pom or settings to be a common location for all projects. This allows the system to resolve sources faster for dependencies that don't - have the sources published. The plugin will store a marker file to describe if the sources where resolved or not. By placing + have the sources published. The plugin will store a marker file to describe if the sources were resolved or not. By placing them in a common location, multiple attempts to resolve non-existent sources will be avoided. * The <<<dependency:resolve-plugins>>> mojo