Modified: commons/proper/jelly/trunk/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ParseTagSupport.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ParseTagSupport.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ParseTagSupport.java (original) +++ commons/proper/jelly/trunk/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ParseTagSupport.java Mon Jun 5 11:55:13 2017 @@ -103,7 +103,7 @@ public abstract class ParseTagSupport ex } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- /**
Modified: commons/proper/jelly/trunk/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/TransformTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/TransformTag.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/TransformTag.java (original) +++ commons/proper/jelly/trunk/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/TransformTag.java Mon Jun 5 11:55:13 2017 @@ -192,7 +192,7 @@ public class TransformTag extends ParseT this.transformerHandler.getTransformer().setParameter(name, value); } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- /** Modified: commons/proper/jelly/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/pom.xml?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/pom.xml (original) +++ commons/proper/jelly/trunk/pom.xml Mon Jun 5 11:55:13 2017 @@ -355,7 +355,7 @@ <configuration> <archive> <manifestEntries> - <Implementstion-Vendor-Id>org.apache</Implementstion-Vendor-Id> + <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id> <X-Compile-Source-JDK>${maven.compiler.source}</X-Compile-Source-JDK> <X-Compile-Target-JDK>${maven.compiler.target}</X-Compile-Target-JDK> </manifestEntries> Modified: commons/proper/jelly/trunk/project.properties URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/project.properties?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/project.properties (original) +++ commons/proper/jelly/trunk/project.properties Mon Jun 5 11:55:13 2017 @@ -31,8 +31,8 @@ maven.compile.source=1.3 maven.compile.target=1.3 # Jar Manifest Additional Attributes -maven.jar.manifest.attributes.list=Implementstion-Vendor-Id,X-Compile-Source-JDK,X-Compile-Target-JDK -maven.jar.manifest.attribute.Implementstion-Vendor-Id=org.apache +maven.jar.manifest.attributes.list=Implementation-Vendor-Id,X-Compile-Source-JDK,X-Compile-Target-JDK +maven.jar.manifest.attribute.Implementation-Vendor-Id=org.apache maven.jar.manifest.attribute.X-Compile-Source-JDK=${maven.compile.source} maven.jar.manifest.attribute.X-Compile-Target-JDK=${maven.compile.target} Modified: commons/proper/jelly/trunk/project.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/project.xml?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/project.xml (original) +++ commons/proper/jelly/trunk/project.xml Mon Jun 5 11:55:13 2017 @@ -50,7 +50,7 @@ <packages>org.apache.commons.jelly.impl,org.apache.commons.jelly.tags,org.apache.commons.jelly.expression</packages> </packageGroup> <packageGroup> - <title>Tag Implementstions</title> + <title>Tag Implementations</title> <packages>org.apache.commons.jelly.tags.*</packages> </packageGroup> </packageGroups> Modified: commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/Jelly.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/Jelly.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/Jelly.java (original) +++ commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/Jelly.java Mon Jun 5 11:55:13 2017 @@ -249,7 +249,7 @@ public class Jelly { this.validateXML = validate; } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- /** * @return the URL for the relative file name or absolute URL Modified: commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/JellyContext.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/JellyContext.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/JellyContext.java (original) +++ commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/JellyContext.java Mon Jun 5 11:55:13 2017 @@ -929,7 +929,7 @@ public class JellyContext { } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- /** * @return a new relative URL from the given root and with the addition of the Modified: commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/TagLibrary.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/TagLibrary.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/TagLibrary.java (original) +++ commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/TagLibrary.java Mon Jun 5 11:55:13 2017 @@ -138,7 +138,7 @@ public abstract class TagLibrary { } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- /** Modified: commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/TagSupport.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/TagSupport.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/TagSupport.java (original) +++ commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/TagSupport.java Mon Jun 5 11:55:13 2017 @@ -206,7 +206,7 @@ public abstract class TagSupport impleme getBody().run(context, output); } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- /** * Searches up the parent hierarchy for a Tag of the given type. Modified: commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/XMLOutput.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/XMLOutput.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/XMLOutput.java (original) +++ commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/XMLOutput.java Mon Jun 5 11:55:13 2017 @@ -898,7 +898,7 @@ public class XMLOutput implements Conten this.lexicalHandler = lexicalHandler; } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- /** * Factory method to create a new XMLOutput from an XMLWriter Modified: commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/expression/jexl/JexlExpressionFactory.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/expression/jexl/JexlExpressionFactory.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/expression/jexl/JexlExpressionFactory.java (original) +++ commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/expression/jexl/JexlExpressionFactory.java Mon Jun 5 11:55:13 2017 @@ -91,7 +91,7 @@ public class JexlExpressionFactory imple this.supportAntVariables = supportAntVariables; } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- /** Modified: commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/expression/package.html URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/expression/package.html?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/expression/package.html (original) +++ commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/expression/package.html Mon Jun 5 11:55:13 2017 @@ -20,7 +20,7 @@ </head> <body> - <p>Implementstions of the Expression classes using commons-jexl. + <p>Implementations of the Expression classes using commons-jexl. </p> </body> Modified: commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/expression/xpath/XPathExpression.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/expression/xpath/XPathExpression.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/expression/xpath/XPathExpression.java (original) +++ commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/expression/xpath/XPathExpression.java Mon Jun 5 11:55:13 2017 @@ -114,7 +114,7 @@ public class XPathExpression extends Exp return value; } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- /** Modified: commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/impl/DefaultTagLibraryResolver.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/impl/DefaultTagLibraryResolver.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/impl/DefaultTagLibraryResolver.java (original) +++ commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/impl/DefaultTagLibraryResolver.java Mon Jun 5 11:55:13 2017 @@ -181,7 +181,7 @@ public class DefaultTagLibraryResolver i this.discovery = discovery; } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- /** @@ -228,4 +228,4 @@ public class DefaultTagLibraryResolver i return null; } -} \ No newline at end of file +} Modified: commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/impl/TagScript.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/impl/TagScript.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/impl/TagScript.java (original) +++ commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/impl/TagScript.java Mon Jun 5 11:55:13 2017 @@ -511,7 +511,7 @@ public class TagScript implements Script return namespaceContext; } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- /** @@ -749,4 +749,4 @@ class ExpressionAttribute { String prefix; String nsURI; Expression exp; -} \ No newline at end of file +} Modified: commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/parser/XMLParser.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/parser/XMLParser.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/parser/XMLParser.java (original) +++ commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/parser/XMLParser.java Mon Jun 5 11:55:13 2017 @@ -952,7 +952,7 @@ public class XMLParser extends DefaultHa } } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- /** * If this object has not been configured then register the default Modified: commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/ParseTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/ParseTag.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/ParseTag.java (original) +++ commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/ParseTag.java Mon Jun 5 11:55:13 2017 @@ -153,7 +153,7 @@ public class ParseTag extends TagSupport } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- /** Modified: commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/SetPropertiesTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/SetPropertiesTag.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/SetPropertiesTag.java (original) +++ commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/SetPropertiesTag.java Mon Jun 5 11:55:13 2017 @@ -72,7 +72,7 @@ public class SetPropertiesTag extends Ma setBeanProperties(bean, attributes); } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- /** Modified: commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/SetTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/SetTag.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/SetTag.java (original) +++ commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/SetTag.java Mon Jun 5 11:55:13 2017 @@ -164,7 +164,7 @@ public class SetTag extends TagSupport { } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- protected void setPropertyValue( Object target, String property, Object value ) { try { Modified: commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/UseBeanTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/UseBeanTag.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/UseBeanTag.java (original) +++ commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/UseBeanTag.java Mon Jun 5 11:55:13 2017 @@ -116,7 +116,7 @@ public class UseBeanTag extends MapTagSu } } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- /** Modified: commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/UseListTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/UseListTag.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/UseListTag.java (original) +++ commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/UseListTag.java Mon Jun 5 11:55:13 2017 @@ -63,7 +63,7 @@ public class UseListTag extends UseBeanT } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- protected void setBeanProperties(Object bean, Map attributes) throws JellyTagException { Modified: commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/xpath/XPathTagSupport.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/xpath/XPathTagSupport.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/xpath/XPathTagSupport.java (original) +++ commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/xpath/XPathTagSupport.java Mon Jun 5 11:55:13 2017 @@ -25,7 +25,7 @@ import org.apache.commons.jelly.TagSuppo */ public abstract class XPathTagSupport extends TagSupport { - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- protected Object getXPathContext() { XPathSource tag = (XPathSource) findAncestorWithClass( XPathSource.class ); Modified: commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/AssertTagSupport.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/AssertTagSupport.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/AssertTagSupport.java (original) +++ commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/AssertTagSupport.java Mon Jun 5 11:55:13 2017 @@ -30,7 +30,7 @@ public abstract class AssertTagSupport e public AssertTagSupport() { } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- /** Modified: commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/AssertThrowsTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/AssertThrowsTag.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/AssertThrowsTag.java (original) +++ commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/AssertThrowsTag.java Mon Jun 5 11:55:13 2017 @@ -112,7 +112,7 @@ public class AssertThrowsTag extends Ass return ClassLoaderUtils.getClassLoader(classLoader, getClass()); } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- /** Modified: commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/CaseTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/CaseTag.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/CaseTag.java (original) +++ commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/CaseTag.java Mon Jun 5 11:55:13 2017 @@ -86,7 +86,7 @@ public class CaseTag extends TagSupport this.name = name; } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- /** Modified: commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/RunTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/RunTag.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/RunTag.java (original) +++ commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/RunTag.java Mon Jun 5 11:55:13 2017 @@ -125,7 +125,7 @@ public class RunTag extends TagSupport { - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- /** Modified: commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/SuiteTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/SuiteTag.java?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/SuiteTag.java (original) +++ commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/SuiteTag.java Mon Jun 5 11:55:13 2017 @@ -98,7 +98,7 @@ public class SuiteTag extends TagSupport this.name = name; } - // Implementstion methods + // Implementation methods //------------------------------------------------------------------------- /** Modified: commons/proper/jelly/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/xdocs/index.xml?rev=1797648&r1=1797647&r2=1797648&view=diff ============================================================================== --- commons/proper/jelly/trunk/xdocs/index.xml (original) +++ commons/proper/jelly/trunk/xdocs/index.xml Mon Jun 5 11:55:13 2017 @@ -283,7 +283,7 @@ to provide more flexible and powerful bu <ul> <li><a href="http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/index.html">JSTL Tag reference</a></li> <li><a href="http://java.sun.com/products/jsp/jstl/1.1/docs/api/index.html">JSTL API</a></li> - <li><a href="http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html">Apache JSTL Implementstion</a></li> + <li><a href="http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html">Apache JSTL Implementation</a></li> </ul> </section>
