Author: fgiust Date: Mon Jul 17 13:40:45 2006 New Revision: 422856 URL: http://svn.apache.org/viewvc?rev=422856&view=rev Log: missing strings
Modified: maven/plugins/trunk/maven-eclipse-plugin/src/main/resources/org/apache/maven/plugin/eclipse/messages.properties Modified: maven/plugins/trunk/maven-eclipse-plugin/src/main/resources/org/apache/maven/plugin/eclipse/messages.properties URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/resources/org/apache/maven/plugin/eclipse/messages.properties?rev=422856&r1=422855&r2=422856&view=diff ============================================================================== --- maven/plugins/trunk/maven-eclipse-plugin/src/main/resources/org/apache/maven/plugin/eclipse/messages.properties (original) +++ maven/plugins/trunk/maven-eclipse-plugin/src/main/resources/org/apache/maven/plugin/eclipse/messages.properties Mon Jul 17 13:40:45 2006 @@ -30,9 +30,10 @@ EclipseProjectWriter.notafile=Not adding a file link to {0}; it is not a file -EclipseCleanMojo.deleting=Deleting {0} file... EclipseCleanMojo.failedtodelete=Failed to delete {0} file: {0} EclipseCleanMojo.nofilefound=No {0} file found +EclipseCleanMojo.deletingFile=Deleting file: {0} +EclipseCleanMojo.deletingDirectory=Deleting directory: {0} EclipseOSGiManifestWriter.nomanifestfile=The references manifest file doesn''t exist, plugin dependencies will not be updated: {0}