You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/commons-launcher/files/1.1-javadoc.patch

25 lines
1.3 KiB

diff -ur src.old/java/org/apache/commons/launcher/types/ArgumentSet.java src/java/org/apache/commons/launcher/types/ArgumentSet.java
--- src.old/java/org/apache/commons/launcher/types/ArgumentSet.java 2004-02-28 13:52:20.000000000 +0200
+++ src/java/org/apache/commons/launcher/types/ArgumentSet.java 2007-05-05 16:26:13.000000000 +0300
@@ -18,7 +18,7 @@
/**
- * A class that represents a set of nested <arg> elements.
+ * A class that represents a set of nested &lt;arg&gt; elements.
*
* @author Patrick Luby
*/
diff -ur src.old/java/org/apache/commons/launcher/types/ConditionalArgument.java src/java/org/apache/commons/launcher/types/ConditionalArgument.java
--- src.old/java/org/apache/commons/launcher/types/ConditionalArgument.java 2004-02-28 14:43:31.000000000 +0200
+++ src/java/org/apache/commons/launcher/types/ConditionalArgument.java 2007-05-05 16:26:50.000000000 +0300
@@ -24,7 +24,7 @@
import org.apache.tools.ant.types.Path;
/**
- * A class that represents nested <arg> or <jvmarg> elements. This class
+ * A class that represents nested &lt;arg&gt; or &lt;jvmarg&gt; elements. This class
* provides the same functionality as the class that represents these same
* elements in a "java" task. In addition, this class supports conditional "if"
* and "unless" attributes.