commit | dc877d33fdf73c2fc4091fa1ba9b985f34fd4353 | [log] [tgz] |
---|---|---|
author | Richard S. Hall <rickhall@apache.org> | Mon Jun 19 14:24:33 2006 +0000 |
committer | Richard S. Hall <rickhall@apache.org> | Mon Jun 19 14:24:33 2006 +0000 |
tree | b58392c3868b7566c5d8caae5b625ee7124d7e95 | |
parent | 94281fb5a159705e318ecd1c379fda466dc0907d [diff] |
Improved a comment. git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@415341 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tools/maven2/maven-osgi-plugin/src/main/java/org/apache/felix/tools/maven/plugin/OsgiJarMojo.java b/tools/maven2/maven-osgi-plugin/src/main/java/org/apache/felix/tools/maven/plugin/OsgiJarMojo.java index 4f733b1..ac2a7c3 100644 --- a/tools/maven2/maven-osgi-plugin/src/main/java/org/apache/felix/tools/maven/plugin/OsgiJarMojo.java +++ b/tools/maven2/maven-osgi-plugin/src/main/java/org/apache/felix/tools/maven/plugin/OsgiJarMojo.java
@@ -353,8 +353,8 @@ for (Iterator m = test.iterator(); m.hasNext();) { Object o = m.next(); // For backwards compatibility with existing builds, only - // issue a warning for missing imports. Other the other hand, - // if packages are being ignored, then this is a new build + // Issue a warning for missing imports. On the other hand, + // if packages are being ignored, then this is a new project // so be more strict and throw an error. if (osgiManifest.getIgnorePackage() == null) { getLog().warn("[OSGi] MISSING IMPORT: " + o); @@ -736,4 +736,4 @@ } getLog().debug("Referenced package list: \n" + buf.toString()); } -} \ No newline at end of file +}