cziegeler 02/02/04 01:36:33
Modified: src/java/org/apache/cocoon/components/crawler
CocoonCrawler.java SimpleCocoonCrawlerImpl.java
src/java/org/apache/cocoon/components/deli Deli.java
DeliImpl.java
src/java/org/apache/cocoon/components/hsqldb Server.java
ServerImpl.java
src/java/org/apache/cocoon/components/jsp JSPEngine.java
JSPEngineImpl.java
JSPEngineImplNamedDispatcherInclude.java
JSPEngineImplWLS.java
src/java/org/apache/cocoon/components/language
LanguageException.java
src/java/org/apache/cocoon/components/language/generator
CompiledComponent.java GeneratorSelector.java
ProgramGenerator.java ProgramGeneratorImpl.java
src/java/org/apache/cocoon/components/language/markup
AbstractMarkupLanguage.java Logicsheet.java
LogicsheetCodeGenerator.java
MarkupCodeGenerator.java MarkupLanguage.java
NamedLogicsheet.java
src/java/org/apache/cocoon/components/language/markup/sitemap
SitemapMarkupLanguage.java
src/java/org/apache/cocoon/components/language/markup/xsp
EsqlConnection.java EsqlConnectionCocoon2.java
EsqlHelper.java EsqlQuery.java SOAPHelper.java
XSPCookieHelper.java XSPFormValidatorHelper.java
XSPGenerator.java XSPMarkupLanguage.java
XSPObjectHelper.java XSPRequestHelper.java
XSPResponseHelper.java XSPSessionHelper.java
XSPUtil.java
src/java/org/apache/cocoon/components/language/programming
AbstractProgrammingLanguage.java CodeFormatter.java
CompiledProgrammingLanguage.java CompilerError.java
LanguageCompiler.java ProgrammingLanguage.java
src/java/org/apache/cocoon/components/language/programming/java
AbstractJavaCompiler.java JavaLanguage.java
Javac.java Jikes.java JstyleFormatter.java
NullFormatter.java
src/java/org/apache/cocoon/components/language/programming/javascript
JavascriptLanguage.java
src/java/org/apache/cocoon/components/notification
DefaultNotifyingBuilder.java Notifier.java
Notifying.java NotifyingBuilder.java
NotifyingCascadingRuntimeException.java
SimpleNotifyingBean.java
src/java/org/apache/cocoon/components/parser JaxpParser.java
Log:
Damn! Who put the Axis licence in our source code? So I learned another lession:
before using copy paste on hundreds of files, check what you copy!
Revision Changes Path
1.4 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/crawler/CocoonCrawler.java
Index: CocoonCrawler.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/crawler/CocoonCrawler.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- CocoonCrawler.java 4 Feb 2002 09:16:56 -0000 1.3
+++ CocoonCrawler.java 4 Feb 2002 09:36:31 -0000 1.4
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -65,7 +65,7 @@
* The avalon behavioural component interface of crawling.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Bernhard Huber</a>
- * @version CVS $Id: CocoonCrawler.java,v 1.3 2002/02/04 09:16:56 cziegeler Exp $
+ * @version CVS $Id: CocoonCrawler.java,v 1.4 2002/02/04 09:36:31 cziegeler Exp $
*/
public interface CocoonCrawler extends Component
{
1.5 +3 -3
xml-cocoon2/src/java/org/apache/cocoon/components/crawler/SimpleCocoonCrawlerImpl.java
Index: SimpleCocoonCrawlerImpl.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/crawler/SimpleCocoonCrawlerImpl.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- SimpleCocoonCrawlerImpl.java 4 Feb 2002 09:16:56 -0000 1.4
+++ SimpleCocoonCrawlerImpl.java 4 Feb 2002 09:36:31 -0000 1.5
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -87,7 +87,7 @@
* A simple cocoon crawler.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Bernhard Huber</a>
- * @version CVS $Id: SimpleCocoonCrawlerImpl.java,v 1.4 2002/02/04 09:16:56
cziegeler Exp $
+ * @version CVS $Id: SimpleCocoonCrawlerImpl.java,v 1.5 2002/02/04 09:36:31
cziegeler Exp $
*/
public class SimpleCocoonCrawlerImpl extends AbstractLoggable
implements CocoonCrawler, Configurable, Disposable, Recyclable
@@ -603,7 +603,7 @@
* </p>
*
* @author <a href="mailto:[EMAIL PROTECTED]>Bernhard Huber</a>
- * @version $Id: SimpleCocoonCrawlerImpl.java,v 1.4 2002/02/04 09:16:56
cziegeler Exp $
+ * @version $Id: SimpleCocoonCrawlerImpl.java,v 1.5 2002/02/04 09:36:31
cziegeler Exp $
*/
public static class CocoonCrawlerIterator implements Iterator
{
1.5 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/components/deli/Deli.java
Index: Deli.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/deli/Deli.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Deli.java 4 Feb 2002 09:16:56 -0000 1.4
+++ Deli.java 4 Feb 2002 09:36:31 -0000 1.5
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -65,7 +65,7 @@
* library.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Mark H. Butler</a>
- * @version CVS $ $ $Date: 2002/02/04 09:16:56 $
+ * @version CVS $ $ $Date: 2002/02/04 09:36:31 $
*/
public interface Deli extends Component {
1.11 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/deli/DeliImpl.java
Index: DeliImpl.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/deli/DeliImpl.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- DeliImpl.java 4 Feb 2002 09:16:56 -0000 1.10
+++ DeliImpl.java 4 Feb 2002 09:36:31 -0000 1.11
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -115,7 +115,7 @@
* A Delivery Context Library for CC/PP and UAProf</a>.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Mark H. Butler</a>
- * @version CVS $ $ $Date: 2002/02/04 09:16:56 $
+ * @version CVS $ $ $Date: 2002/02/04 09:36:31 $
*/
public final class DeliImpl
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/hsqldb/Server.java
Index: Server.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/hsqldb/Server.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Server.java 4 Feb 2002 09:16:56 -0000 1.2
+++ Server.java 4 Feb 2002 09:36:31 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -60,7 +60,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Davanum Srinivas</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:16:56 $
+ * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:36:31 $
*/
public interface Server extends Component {
String ROLE = "org.apache.cocoon.components.hsqldb.Server";
1.7 +1 -1
xml-cocoon2/src/java/org/apache/cocoon/components/hsqldb/ServerImpl.java
Index: ServerImpl.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/hsqldb/ServerImpl.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ServerImpl.java 4 Feb 2002 09:16:56 -0000 1.6
+++ ServerImpl.java 4 Feb 2002 09:36:31 -0000 1.7
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/jsp/JSPEngine.java
Index: JSPEngine.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/jsp/JSPEngine.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- JSPEngine.java 4 Feb 2002 09:16:56 -0000 1.2
+++ JSPEngine.java 4 Feb 2002 09:36:31 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -68,7 +68,7 @@
* A component for loading and running JSP.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Davanum Srinivas</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:16:56 $
+ * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:36:31 $
*/
public interface JSPEngine extends Component {
1.4 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/jsp/JSPEngineImpl.java
Index: JSPEngineImpl.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/jsp/JSPEngineImpl.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JSPEngineImpl.java 4 Feb 2002 09:16:56 -0000 1.3
+++ JSPEngineImpl.java 4 Feb 2002 09:36:31 -0000 1.4
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -80,7 +80,7 @@
* functionality - overrides the output method and returns the byte(s).
*
* @author <a href="mailto:[EMAIL PROTECTED]">Davanum Srinivas</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:16:56 $
+ * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 09:36:31 $
*/
public class JSPEngineImpl extends AbstractLoggable
implements JSPEngine, Parameterizable, ThreadSafe {
1.4 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/jsp/JSPEngineImplNamedDispatcherInclude.java
Index: JSPEngineImplNamedDispatcherInclude.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/jsp/JSPEngineImplNamedDispatcherInclude.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JSPEngineImplNamedDispatcherInclude.java 4 Feb 2002 09:16:56 -0000 1.3
+++ JSPEngineImplNamedDispatcherInclude.java 4 Feb 2002 09:36:31 -0000 1.4
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -79,7 +79,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Davanum Srinivas</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Bernhard Huber</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:16:56 $
+ * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 09:36:31 $
*/
public class JSPEngineImplNamedDispatcherInclude extends AbstractLoggable
implements JSPEngine, Parameterizable, ThreadSafe {
1.4 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/jsp/JSPEngineImplWLS.java
Index: JSPEngineImplWLS.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/jsp/JSPEngineImplWLS.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JSPEngineImplWLS.java 4 Feb 2002 09:16:56 -0000 1.3
+++ JSPEngineImplWLS.java 4 Feb 2002 09:36:31 -0000 1.4
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -79,7 +79,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Davanum Srinivas</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Bernhard Huber</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:16:56 $
+ * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 09:36:31 $
*/
public class JSPEngineImplWLS extends AbstractLoggable
implements JSPEngine, Parameterizable, ThreadSafe {
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/LanguageException.java
Index: LanguageException.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/LanguageException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- LanguageException.java 4 Feb 2002 09:16:56 -0000 1.2
+++ LanguageException.java 4 Feb 2002 09:36:31 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -64,7 +64,7 @@
* The language exception.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:16:56 $
+ * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:36:31 $
*/
public class LanguageException extends CascadingException {
/**
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/generator/CompiledComponent.java
Index: CompiledComponent.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/generator/CompiledComponent.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CompiledComponent.java 4 Feb 2002 09:16:56 -0000 1.2
+++ CompiledComponent.java 4 Feb 2002 09:36:31 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -64,7 +64,7 @@
* includes Sitemaps and XSP Pages
*
* @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:16:56 $
+ * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:36:31 $
*/
public interface CompiledComponent extends Component, Composable, Modifiable {
}
1.4 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/generator/GeneratorSelector.java
Index: GeneratorSelector.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/generator/GeneratorSelector.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- GeneratorSelector.java 4 Feb 2002 09:16:56 -0000 1.3
+++ GeneratorSelector.java 4 Feb 2002 09:36:31 -0000 1.4
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -76,7 +76,7 @@
* includes Sitemaps and XSP Pages
*
* @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:16:56 $
+ * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 09:36:31 $
*/
public class GeneratorSelector extends ExcaliburComponentSelector implements
Disposable {
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/generator/ProgramGenerator.java
Index: ProgramGenerator.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/generator/ProgramGenerator.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ProgramGenerator.java 4 Feb 2002 09:16:56 -0000 1.2
+++ ProgramGenerator.java 4 Feb 2002 09:36:31 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -64,7 +64,7 @@
* documents writeen in a <code>MarkupLanguage</code>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:16:56 $
+ * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:36:31 $
*/
public interface ProgramGenerator extends Component {
1.5 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/generator/ProgramGeneratorImpl.java
Index: ProgramGeneratorImpl.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/generator/ProgramGeneratorImpl.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ProgramGeneratorImpl.java 4 Feb 2002 09:16:56 -0000 1.4
+++ ProgramGeneratorImpl.java 4 Feb 2002 09:36:31 -0000 1.5
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -90,7 +90,7 @@
/**
* The default implementation of <code>ProgramGenerator</code>
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
- * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 09:16:56 $
+ * @version CVS $Revision: 1.5 $ $Date: 2002/02/04 09:36:31 $
*/
public class ProgramGeneratorImpl extends AbstractLoggable
implements ProgramGenerator, Contextualizable, Composable, Parameterizable,
1.9 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/AbstractMarkupLanguage.java
Index: AbstractMarkupLanguage.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/AbstractMarkupLanguage.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- AbstractMarkupLanguage.java 4 Feb 2002 09:16:56 -0000 1.8
+++ AbstractMarkupLanguage.java 4 Feb 2002 09:36:31 -0000 1.9
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -102,7 +102,7 @@
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Davanum Srinivas</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Ovidiu Predescu</a>
- * @version CVS $Revision: 1.8 $ $Date: 2002/02/04 09:16:56 $
+ * @version CVS $Revision: 1.9 $ $Date: 2002/02/04 09:36:31 $
*/
public abstract class AbstractMarkupLanguage
extends AbstractLoggable
1.6 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/Logicsheet.java
Index: Logicsheet.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/Logicsheet.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Logicsheet.java 4 Feb 2002 09:16:56 -0000 1.5
+++ Logicsheet.java 4 Feb 2002 09:36:31 -0000 1.6
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -88,7 +88,7 @@
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Davanum Srinivas</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Ovidiu Predescu</a>
- * @version CVS $Revision: 1.5 $ $Date: 2002/02/04 09:16:56 $
+ * @version CVS $Revision: 1.6 $ $Date: 2002/02/04 09:36:31 $
*/
public class Logicsheet extends AbstractLoggable
{
1.8 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/LogicsheetCodeGenerator.java
Index: LogicsheetCodeGenerator.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/LogicsheetCodeGenerator.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- LogicsheetCodeGenerator.java 4 Feb 2002 09:16:56 -0000 1.7
+++ LogicsheetCodeGenerator.java 4 Feb 2002 09:36:31 -0000 1.8
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -82,7 +82,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Davanum Srinivas</a>
- * @version CVS $Revision: 1.7 $ $Date: 2002/02/04 09:16:56 $
+ * @version CVS $Revision: 1.8 $ $Date: 2002/02/04 09:36:31 $
*/
public class LogicsheetCodeGenerator extends AbstractLoggable implements
MarkupCodeGenerator {
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/MarkupCodeGenerator.java
Index: MarkupCodeGenerator.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/MarkupCodeGenerator.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MarkupCodeGenerator.java 4 Feb 2002 09:16:56 -0000 1.2
+++ MarkupCodeGenerator.java 4 Feb 2002 09:36:31 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -62,7 +62,7 @@
* This interfaces defines the functionality of a source code generator
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:16:56 $
+ * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:36:31 $
*/
public interface MarkupCodeGenerator {
/**
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/MarkupLanguage.java
Index: MarkupLanguage.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/MarkupLanguage.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MarkupLanguage.java 4 Feb 2002 09:16:56 -0000 1.2
+++ MarkupLanguage.java 4 Feb 2002 09:36:31 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -66,7 +66,7 @@
* document augmenting it with dynamic content
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:16:56 $
+ * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:36:31 $
*/
public interface MarkupLanguage extends Component {
1.6 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/NamedLogicsheet.java
Index: NamedLogicsheet.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/NamedLogicsheet.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- NamedLogicsheet.java 4 Feb 2002 09:16:56 -0000 1.5
+++ NamedLogicsheet.java 4 Feb 2002 09:36:31 -0000 1.6
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -73,7 +73,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Ovidiu Predescu</a>
- * @version CVS $Revision: 1.5 $ $Date: 2002/02/04 09:16:56 $
+ * @version CVS $Revision: 1.6 $ $Date: 2002/02/04 09:36:31 $
*/
public class NamedLogicsheet extends Logicsheet {
/**
1.6 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/sitemap/SitemapMarkupLanguage.java
Index: SitemapMarkupLanguage.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/sitemap/SitemapMarkupLanguage.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- SitemapMarkupLanguage.java 4 Feb 2002 09:16:57 -0000 1.5
+++ SitemapMarkupLanguage.java 4 Feb 2002 09:36:32 -0000 1.6
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -80,7 +80,7 @@
* <a
href="http://xml.apache.org/cocoon2/userdocs/concepts/sitemap.html">Sitemap</a>.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Giacomo Pati</a>
- * @version CVS $Revision: 1.5 $ $Date: 2002/02/04 09:16:57 $
+ * @version CVS $Revision: 1.6 $ $Date: 2002/02/04 09:36:32 $
*/
public class SitemapMarkupLanguage extends AbstractMarkupLanguage {
1.3 +1 -1
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/EsqlConnection.java
Index: EsqlConnection.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/EsqlConnection.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- EsqlConnection.java 4 Feb 2002 09:16:57 -0000 1.2
+++ EsqlConnection.java 4 Feb 2002 09:36:32 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
1.3 +1 -1
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/EsqlConnectionCocoon2.java
Index: EsqlConnectionCocoon2.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/EsqlConnectionCocoon2.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- EsqlConnectionCocoon2.java 4 Feb 2002 09:16:57 -0000 1.2
+++ EsqlConnectionCocoon2.java 4 Feb 2002 09:36:32 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
1.5 +1 -1
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/EsqlHelper.java
Index: EsqlHelper.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/EsqlHelper.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- EsqlHelper.java 4 Feb 2002 09:16:57 -0000 1.4
+++ EsqlHelper.java 4 Feb 2002 09:36:32 -0000 1.5
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
1.7 +1 -1
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/EsqlQuery.java
Index: EsqlQuery.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/EsqlQuery.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- EsqlQuery.java 4 Feb 2002 09:16:57 -0000 1.6
+++ EsqlQuery.java 4 Feb 2002 09:36:32 -0000 1.7
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
1.4 +1 -1
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/SOAPHelper.java
Index: SOAPHelper.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/SOAPHelper.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SOAPHelper.java 4 Feb 2002 09:16:57 -0000 1.3
+++ SOAPHelper.java 4 Feb 2002 09:36:32 -0000 1.4
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
1.6 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/XSPCookieHelper.java
Index: XSPCookieHelper.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/XSPCookieHelper.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- XSPCookieHelper.java 4 Feb 2002 09:16:57 -0000 1.5
+++ XSPCookieHelper.java 4 Feb 2002 09:36:32 -0000 1.6
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -91,7 +91,7 @@
* private static String returnCookieProperty(Map ,String ,int ,String );
* </pre>
*
- * @version CVS $Revision: 1.5 $ $Date: 2002/02/04 09:16:57 $
+ * @version CVS $Revision: 1.6 $ $Date: 2002/02/04 09:36:32 $
*/
public class XSPCookieHelper extends XSPObjectHelper {
/**
1.4 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/XSPFormValidatorHelper.java
Index: XSPFormValidatorHelper.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/XSPFormValidatorHelper.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XSPFormValidatorHelper.java 4 Feb 2002 09:16:57 -0000 1.3
+++ XSPFormValidatorHelper.java 4 Feb 2002 09:36:32 -0000 1.4
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -75,7 +75,7 @@
* The <code>ValidatorActionResult</code> object helper
*
* @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:16:57 $
+ * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 09:36:32 $
*/
public class XSPFormValidatorHelper {
/**
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/XSPGenerator.java
Index: XSPGenerator.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/XSPGenerator.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XSPGenerator.java 4 Feb 2002 09:16:57 -0000 1.2
+++ XSPGenerator.java 4 Feb 2002 09:36:32 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -68,7 +68,7 @@
* Base class for XSP-generated <code>ServerPagesGenerator</code> classes
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:16:57 $
+ * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:36:32 $
*/
public abstract class XSPGenerator extends AbstractServerPage implements
CompiledComponent, Contextualizable, Recyclable {
protected Context avalonContext = null;
1.7 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/XSPMarkupLanguage.java
Index: XSPMarkupLanguage.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/XSPMarkupLanguage.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- XSPMarkupLanguage.java 4 Feb 2002 09:16:57 -0000 1.6
+++ XSPMarkupLanguage.java 4 Feb 2002 09:36:32 -0000 1.7
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -86,7 +86,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Sebastien Sahuc</a>
- * @version CVS $Revision: 1.6 $ $Date: 2002/02/04 09:16:57 $
+ * @version CVS $Revision: 1.7 $ $Date: 2002/02/04 09:36:32 $
*/
public class XSPMarkupLanguage extends AbstractMarkupLanguage {
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/XSPObjectHelper.java
Index: XSPObjectHelper.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/XSPObjectHelper.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XSPObjectHelper.java 4 Feb 2002 09:16:57 -0000 1.2
+++ XSPObjectHelper.java 4 Feb 2002 09:36:32 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -72,7 +72,7 @@
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
* (Cocoon1 <code>xspExpr()</code> methods port)
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:16:57 $
+ * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:36:32 $
*/
public class XSPObjectHelper {
/**
1.6 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/XSPRequestHelper.java
Index: XSPRequestHelper.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/XSPRequestHelper.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- XSPRequestHelper.java 4 Feb 2002 09:16:57 -0000 1.5
+++ XSPRequestHelper.java 4 Feb 2002 09:36:32 -0000 1.6
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -74,7 +74,7 @@
* The <code>Request</code> object helper
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
- * @version CVS $Revision: 1.5 $ $Date: 2002/02/04 09:16:57 $
+ * @version CVS $Revision: 1.6 $ $Date: 2002/02/04 09:36:32 $
*/
public class XSPRequestHelper {
/**
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/XSPResponseHelper.java
Index: XSPResponseHelper.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/XSPResponseHelper.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XSPResponseHelper.java 4 Feb 2002 09:16:57 -0000 1.2
+++ XSPResponseHelper.java 4 Feb 2002 09:36:32 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -64,7 +64,7 @@
* The XSP <code>Response</code> object helper
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:16:57 $
+ * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:36:32 $
*/
public class XSPResponseHelper {
/**
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/XSPSessionHelper.java
Index: XSPSessionHelper.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/XSPSessionHelper.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XSPSessionHelper.java 4 Feb 2002 09:16:57 -0000 1.2
+++ XSPSessionHelper.java 4 Feb 2002 09:36:32 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -73,7 +73,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Vadim Gritsenko</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:16:57 $
+ * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:36:32 $
*/
public class XSPSessionHelper {
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/XSPUtil.java
Index: XSPUtil.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/XSPUtil.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XSPUtil.java 4 Feb 2002 09:16:57 -0000 1.2
+++ XSPUtil.java 4 Feb 2002 09:36:32 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -78,7 +78,7 @@
* The XSP <code>Utility</code> object helper
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
* @author <a href="mailto:[EMAIL PROTECTED]>Berin Loritsch</a>
- * @version $Revision: 1.2 $ $Date: 2002/02/04 09:16:57 $
+ * @version $Revision: 1.3 $ $Date: 2002/02/04 09:36:32 $
*/
public class XSPUtil {
public static String pathComponent(String filename) {
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/AbstractProgrammingLanguage.java
Index: AbstractProgrammingLanguage.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/AbstractProgrammingLanguage.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AbstractProgrammingLanguage.java 4 Feb 2002 09:16:57 -0000 1.2
+++ AbstractProgrammingLanguage.java 4 Feb 2002 09:36:32 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -72,7 +72,7 @@
* unloading.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:16:57 $
+ * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:36:32 $
*/
public abstract class AbstractProgrammingLanguage extends AbstractLoggable
implements ProgrammingLanguage, Configurable
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/CodeFormatter.java
Index: CodeFormatter.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/CodeFormatter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CodeFormatter.java 4 Feb 2002 09:16:57 -0000 1.2
+++ CodeFormatter.java 4 Feb 2002 09:36:32 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -59,7 +59,7 @@
* This interface defines source beautifying formatting
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:16:57 $
+ * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:36:32 $
*/
public interface CodeFormatter {
/**
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/CompiledProgrammingLanguage.java
Index: CompiledProgrammingLanguage.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/CompiledProgrammingLanguage.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CompiledProgrammingLanguage.java 4 Feb 2002 09:16:57 -0000 1.2
+++ CompiledProgrammingLanguage.java 4 Feb 2002 09:36:32 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -70,7 +70,7 @@
* A compiled programming language. This class extends
<code>AbstractProgrammingLanguage</code> adding support for compilation
* and object program files
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:16:57 $
+ * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:36:32 $
*/
public abstract class CompiledProgrammingLanguage extends
AbstractProgrammingLanguage implements Contextualizable {
/** The compiler */
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/CompilerError.java
Index: CompilerError.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/CompilerError.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CompilerError.java 4 Feb 2002 09:16:57 -0000 1.2
+++ CompilerError.java 4 Feb 2002 09:36:32 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -59,7 +59,7 @@
* This class encapsulates an error message produced by a programming language
* processor (whether interpreted or compiled)
* @author <a href="mailto:[EMAIL PROTECTED]">Stefano Mazzocchi</a>
- * @version $Revision: 1.2 $ $Date: 2002/02/04 09:16:57 $
+ * @version $Revision: 1.3 $ $Date: 2002/02/04 09:36:32 $
* @since 2.0
*/
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/LanguageCompiler.java
Index: LanguageCompiler.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/LanguageCompiler.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- LanguageCompiler.java 4 Feb 2002 09:16:57 -0000 1.2
+++ LanguageCompiler.java 4 Feb 2002 09:36:32 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -64,7 +64,7 @@
* This interface defines a compiler's functionality for all
* (Java-based) compiled languages
* @author <a href="mailto:[EMAIL PROTECTED]">Stefano Mazzocchi</a>
- * @version $Revision: 1.2 $ $Date: 2002/02/04 09:16:57 $
+ * @version $Revision: 1.3 $ $Date: 2002/02/04 09:36:32 $
* @since 2.0
*/
public interface LanguageCompiler extends Component {
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/ProgrammingLanguage.java
Index: ProgrammingLanguage.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/ProgrammingLanguage.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ProgrammingLanguage.java 4 Feb 2002 09:16:57 -0000 1.2
+++ ProgrammingLanguage.java 4 Feb 2002 09:36:32 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -65,7 +65,7 @@
* This interface states the functionality of a programming language processor
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:16:57 $
+ * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:36:32 $
*/
public interface ProgrammingLanguage extends Component {
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/java/AbstractJavaCompiler.java
Index: AbstractJavaCompiler.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/java/AbstractJavaCompiler.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AbstractJavaCompiler.java 4 Feb 2002 09:16:58 -0000 1.2
+++ AbstractJavaCompiler.java 4 Feb 2002 09:36:32 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -69,7 +69,7 @@
/**
* This class implements the functionality common to all Java compilers.
* @author <a href="mailto:[EMAIL PROTECTED]">Stefano Mazzocchi</a>
- * @version $Revision: 1.2 $ $Date: 2002/02/04 09:16:58 $
+ * @version $Revision: 1.3 $ $Date: 2002/02/04 09:36:32 $
* @since 2.0
*/
public abstract class AbstractJavaCompiler extends AbstractLoggable implements
LanguageCompiler, Recyclable {
1.4 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/java/JavaLanguage.java
Index: JavaLanguage.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/java/JavaLanguage.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- JavaLanguage.java 4 Feb 2002 09:16:58 -0000 1.3
+++ JavaLanguage.java 4 Feb 2002 09:36:32 -0000 1.4
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -78,7 +78,7 @@
* The Java programming language processor
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:16:58 $
+ * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 09:36:32 $
*/
public class JavaLanguage extends CompiledProgrammingLanguage implements
ThreadSafe, Composable, Disposable {
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/java/Javac.java
Index: Javac.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/java/Javac.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Javac.java 4 Feb 2002 09:16:58 -0000 1.2
+++ Javac.java 4 Feb 2002 09:36:32 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -70,7 +70,7 @@
* This class wraps the Sun's Javac Compiler.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Stefano Mazzocchi</a>
- * @version $Revision: 1.2 $ $Date: 2002/02/04 09:16:58 $
+ * @version $Revision: 1.3 $ $Date: 2002/02/04 09:36:32 $
* @since 2.0
*/
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/java/Jikes.java
Index: Jikes.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/java/Jikes.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Jikes.java 4 Feb 2002 09:16:58 -0000 1.2
+++ Jikes.java 4 Feb 2002 09:36:32 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -67,7 +67,7 @@
* This class wraps IBM's <i>Jikes</i> Java compiler
* NOTE: inspired by the Apache Jasper implementation.
* @author <a href="mailto:[EMAIL PROTECTED]">Stefano Mazzocchi</a>
- * @version $Revision: 1.2 $ $Date: 2002/02/04 09:16:58 $
+ * @version $Revision: 1.3 $ $Date: 2002/02/04 09:36:32 $
* @since 2.0
*/
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/java/JstyleFormatter.java
Index: JstyleFormatter.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/java/JstyleFormatter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- JstyleFormatter.java 4 Feb 2002 09:16:58 -0000 1.2
+++ JstyleFormatter.java 4 Feb 2002 09:36:32 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -68,7 +68,7 @@
* beautifier. This implementation is very improvised...
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:16:58 $
+ * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:36:32 $
*/
public class JstyleFormatter extends AbstractLoggable implements CodeFormatter {
/**
1.2 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/java/NullFormatter.java
Index: NullFormatter.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/java/NullFormatter.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- NullFormatter.java 7 Jan 2002 19:21:37 -0000 1.1
+++ NullFormatter.java 4 Feb 2002 09:36:32 -0000 1.2
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -63,7 +63,7 @@
* passed code as is.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Giacomo Pati</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/01/07 19:21:37 $
+ * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:36:32 $
*/
public class NullFormatter extends AbstractLoggable implements CodeFormatter {
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/javascript/JavascriptLanguage.java
Index: JavascriptLanguage.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/programming/javascript/JavascriptLanguage.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- JavascriptLanguage.java 4 Feb 2002 09:16:58 -0000 1.2
+++ JavascriptLanguage.java 4 Feb 2002 09:36:33 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -65,7 +65,7 @@
* The compiled Javascript (Rhino) programming language processor
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ricardo Rocha</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:16:58 $
+ * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:36:33 $
*/
public class JavascriptLanguage extends JavaLanguage
{
1.3 +1 -1
xml-cocoon2/src/java/org/apache/cocoon/components/notification/DefaultNotifyingBuilder.java
Index: DefaultNotifyingBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/notification/DefaultNotifyingBuilder.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DefaultNotifyingBuilder.java 4 Feb 2002 09:23:55 -0000 1.2
+++ DefaultNotifyingBuilder.java 4 Feb 2002 09:36:33 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
1.3 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/notification/Notifier.java
Index: Notifier.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/notification/Notifier.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Notifier.java 4 Feb 2002 09:23:55 -0000 1.2
+++ Notifier.java 4 Feb 2002 09:36:33 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -71,7 +71,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Nicola Ken Barozzi</a> Aisa
* @author <a href="mailto:[EMAIL PROTECTED]">Stefano Mazzocchi</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 09:23:55 $
+ * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 09:36:33 $
*/
public class Notifier {
1.3 +1 -1
xml-cocoon2/src/java/org/apache/cocoon/components/notification/Notifying.java
Index: Notifying.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/notification/Notifying.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Notifying.java 4 Feb 2002 09:23:55 -0000 1.2
+++ Notifying.java 4 Feb 2002 09:36:33 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
1.3 +1 -1
xml-cocoon2/src/java/org/apache/cocoon/components/notification/NotifyingBuilder.java
Index: NotifyingBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/notification/NotifyingBuilder.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NotifyingBuilder.java 4 Feb 2002 09:23:55 -0000 1.2
+++ NotifyingBuilder.java 4 Feb 2002 09:36:33 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
1.3 +1 -1
xml-cocoon2/src/java/org/apache/cocoon/components/notification/NotifyingCascadingRuntimeException.java
Index: NotifyingCascadingRuntimeException.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/notification/NotifyingCascadingRuntimeException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NotifyingCascadingRuntimeException.java 4 Feb 2002 09:23:55 -0000 1.2
+++ NotifyingCascadingRuntimeException.java 4 Feb 2002 09:36:33 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
1.3 +1 -1
xml-cocoon2/src/java/org/apache/cocoon/components/notification/SimpleNotifyingBean.java
Index: SimpleNotifyingBean.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/notification/SimpleNotifyingBean.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SimpleNotifyingBean.java 4 Feb 2002 09:23:55 -0000 1.2
+++ SimpleNotifyingBean.java 4 Feb 2002 09:36:33 -0000 1.3
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
1.6 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/parser/JaxpParser.java
Index: JaxpParser.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/parser/JaxpParser.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- JaxpParser.java 4 Feb 2002 09:23:55 -0000 1.5
+++ JaxpParser.java 4 Feb 2002 09:36:33 -0000 1.6
@@ -24,7 +24,7 @@
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
- * 4. The names "Axis" and "Apache Software Foundation" must
+ * 4. The names "Apache Cocoon" and "Apache Software Foundation" must
* not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -107,7 +107,7 @@
* @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Carsten Ziegeler</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.5 $ $Date: 2002/02/04 09:23:55 $
+ * @version CVS $Revision: 1.6 $ $Date: 2002/02/04 09:36:33 $
*/
public class JaxpParser extends AbstractXMLProducer
implements Parser, ErrorHandler, Composable, Parameterizable, Disposable, Poolable {
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]