cziegeler 2002/07/15 04:31:12
Modified: . Tag: cocoon_2_0_3_branch INSTALL.src
src/documentation/xdocs/drafts Tag: cocoon_2_0_3_branch
sitemap-working-draft.xmap
src/java/org/apache/cocoon/environment Tag:
cocoon_2_0_3_branch AbstractEnvironment.java
Log:
Fixed typo, thanks to [EMAIL PROTECTED]
Revision Changes Path
No revision
No revision
1.3.2.3 +4 -4 xml-cocoon2/INSTALL.src
Index: INSTALL.src
===================================================================
RCS file: /home/cvs/xml-cocoon2/INSTALL.src,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -u -r1.3.2.2 -r1.3.2.3
--- INSTALL.src 13 Jul 2002 13:36:34 -0000 1.3.2.2
+++ INSTALL.src 15 Jul 2002 11:31:11 -0000 1.3.2.3
@@ -20,15 +20,15 @@
Done? Ok, let's go on.
- 2) Set your JAVA_HOME enviornment
+ 2) Set your JAVA_HOME environment
- You have to set your JAVA_HOME enviornment to point to the root directory of
+ You have to set your JAVA_HOME environment to point to the root directory of
the Java Development Kit installed on your machine. To do this simply type:
[unix] JAVA_HOME=/path/to/java/
[win32] SET JAVA_HOME=c:\path\to\java
- your mileage may vary, but you know how to setup enviornments, right?
+ your mileage may vary, but you know how to setup environments, right?
3) Create the Cocoon WAR package.
@@ -72,7 +72,7 @@
properly.
TOMCAT_HOME points to the directory where tomcat is installed (note:
- you don't need to set it in the enviornment, it's there only to show
+ you don't need to set it in the environment, it's there only to show
you). For more information on Tomcat 3.2.1 see the FAQ below.
4) Install the WAR package in your servlet container.
No revision
No revision
1.1.2.3 +2 -2
xml-cocoon2/src/documentation/xdocs/drafts/sitemap-working-draft.xmap
Index: sitemap-working-draft.xmap
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/documentation/xdocs/drafts/sitemap-working-draft.xmap,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- sitemap-working-draft.xmap 30 Jun 2002 23:55:48 -0000 1.1.2.2
+++ sitemap-working-draft.xmap 15 Jul 2002 11:31:11 -0000 1.1.2.3
@@ -84,7 +84,7 @@
resource authorisation) should be provided.
- sitemaps should not limit Cocoon's intrinsic modular extensibility.
- resources must be matched with all possible state variables, not
- only with URI (http parameters, enviornment variables, server
+ only with URI (http parameters, environment variables, server
parameters, time, etc...).
- sitemaps should embed the notion of "semantic resources" to be
future-compatible with sematic crawling and indexing.
@@ -204,7 +204,7 @@
<!--
Selectors are classes that contain programming logic that perform
- boolean evaluation based on enviornment state during the call (state
+ boolean evaluation based on environment state during the call (state
includes request parameters, machine state as well as any other
accessible information)
No revision
No revision
1.12.2.3 +6 -6
xml-cocoon2/src/java/org/apache/cocoon/environment/AbstractEnvironment.java
Index: AbstractEnvironment.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/environment/AbstractEnvironment.java,v
retrieving revision 1.12.2.2
retrieving revision 1.12.2.3
diff -u -r1.12.2.2 -r1.12.2.3
--- AbstractEnvironment.java 7 Jun 2002 09:34:24 -0000 1.12.2.2
+++ AbstractEnvironment.java 15 Jul 2002 11:31:12 -0000 1.12.2.3
@@ -102,7 +102,7 @@
private Map attributes = new HashMap();
/**
- * Constructs the abstract enviornment
+ * Constructs the abstract environment
*/
public AbstractEnvironment(String uri, String view, String file)
throws MalformedURLException {
@@ -110,7 +110,7 @@
}
/**
- * Constructs the abstract enviornment
+ * Constructs the abstract environment
*/
public AbstractEnvironment(String uri, String view, String file, String action)
throws MalformedURLException {
@@ -118,7 +118,7 @@
}
/**
- * Constructs the abstract enviornment
+ * Constructs the abstract environment
*/
public AbstractEnvironment(String uri, String view, File file)
throws MalformedURLException {
@@ -126,7 +126,7 @@
}
/**
- * Constructs the abstract enviornment
+ * Constructs the abstract environment
*/
public AbstractEnvironment(String uri, String view, File file, String action)
throws MalformedURLException {
@@ -134,7 +134,7 @@
}
/**
- * Constructs the abstract enviornment
+ * Constructs the abstract environment
*/
public AbstractEnvironment(String uri, String view, URL context, String action)
throws MalformedURLException {
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]