Author: henning
Date: Mon Sep 12 01:20:35 2005
New Revision: 280287
URL: http://svn.apache.org/viewcvs?rev=280287&view=rev
Log:
Update Licenses, remove a number of blanks.
Added:
jakarta/turbine/core/trunk/extensions/maven-plugin/README.txt
- copied, changed from r280285,
jakarta/turbine/core/trunk/extensions/maven-plugin/README
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/images/logo.gif
(with props)
Removed:
jakarta/turbine/core/trunk/extensions/maven-plugin/README
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/images/blue-logo.gif
Modified:
jakarta/turbine/core/trunk/extensions/maven-plugin/maven.xml
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/demo/templates/layouts/Default.vm
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/demo/templates/screens/Index.vm
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/common/conf/TurbineResources.properties
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/common/conf/log4j.properties
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/turbine-2.3.1/maven/project.xml
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/mode/inplace.properties
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/mode/normal.properties
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/om-layer/torque/schema/turbine-security-schema.xml
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin/plugin.jelly
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin/plugin.properties
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/changes.xml
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/config.xml
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/development-process.xml
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/flavors.xml
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/getting_started.xml
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/goals.xml
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/ide.xml
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/index.xml
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/installation.xml
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/modes.xml
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/navigation.xml
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/properties.xml
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/schema.xml
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/tree.xml
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/using_meta.xml
Copied: jakarta/turbine/core/trunk/extensions/maven-plugin/README.txt (from
r280285, jakarta/turbine/core/trunk/extensions/maven-plugin/README)
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/README.txt?p2=jakarta/turbine/core/trunk/extensions/maven-plugin/README.txt&p1=jakarta/turbine/core/trunk/extensions/maven-plugin/README&r1=280285&r2=280287&rev=280287&view=diff
==============================================================================
Binary files - no diff available.
Modified: jakarta/turbine/core/trunk/extensions/maven-plugin/maven.xml
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/maven.xml?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/extensions/maven-plugin/maven.xml (original)
+++ jakarta/turbine/core/trunk/extensions/maven-plugin/maven.xml Mon Sep 12
01:20:35 2005
@@ -1,22 +1,20 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<!--
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
+<!--
+ Copyright 2003-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<!-- ========================================================================
-->
<!--
-->
Modified:
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/demo/templates/layouts/Default.vm
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/demo/templates/layouts/Default.vm?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
---
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/demo/templates/layouts/Default.vm
(original)
+++
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/demo/templates/layouts/Default.vm
Mon Sep 12 01:20:35 2005
@@ -1,18 +1,16 @@
+## Copyright 2003-2005 The Apache Software Foundation.
##
-## Copyright 2001-2004 The Apache Software Foundation.
-##
-## Licensed under the Apache License, Version 2.0 (the "License");
+## Licensed under the Apache License, Version 2.0 (the "License")
## you may not use this file except in compliance with the License.
## You may obtain a copy of the License at
-##
-## http://www.apache.org/licenses/LICENSE-2.0
-##
+##
+## http://www.apache.org/licenses/LICENSE-2.0
+##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
-##
##
## Default Layout for Turbine
Modified:
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/demo/templates/screens/Index.vm
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/demo/templates/screens/Index.vm?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
---
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/demo/templates/screens/Index.vm
(original)
+++
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/demo/templates/screens/Index.vm
Mon Sep 12 01:20:35 2005
@@ -1,18 +1,16 @@
+## Copyright 2003-2005 The Apache Software Foundation.
##
-## Copyright 2001-2004 The Apache Software Foundation.
-##
-## Licensed under the Apache License, Version 2.0 (the "License");
+## Licensed under the Apache License, Version 2.0 (the "License")
## you may not use this file except in compliance with the License.
## You may obtain a copy of the License at
-##
-## http://www.apache.org/licenses/LICENSE-2.0
-##
+##
+## http://www.apache.org/licenses/LICENSE-2.0
+##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
-##
<table bgcolor="#023262" width="100%">
<tr>
Modified:
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/common/conf/TurbineResources.properties
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/common/conf/TurbineResources.properties?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
---
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/common/conf/TurbineResources.properties
(original)
+++
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/common/conf/TurbineResources.properties
Mon Sep 12 01:20:35 2005
@@ -198,11 +198,11 @@
action.accesscontroller=AccessController
#
-# Set this value to true if you want to be able to submit multiple
+# Set this value to true if you want to be able to submit multiple
# events to an Action by doing eventSubmit_do<action> and consider
# only events that have a non-empty, non-zero value. This is useful
# if you submit your form with JavaScript
-#
+#
action.eventsubmit.needsvalue = true
# -------------------------------------------------------------------
@@ -426,7 +426,7 @@
#
# The content tool can put its URIs through the Servlet container,
# which might attach things like the jsessionid even to URIs that
-# are not servered by the container.
+# are not servered by the container.
#
# The default behaviour was not to put these through the container.
#
Modified:
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/common/conf/log4j.properties
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/common/conf/log4j.properties?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
---
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/common/conf/log4j.properties
(original)
+++
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/common/conf/log4j.properties
Mon Sep 12 01:20:35 2005
@@ -65,7 +65,7 @@
#
# torque.log
-#
+#
@[EMAIL PROTECTED] = org.apache.log4j.FileAppender
@[EMAIL PROTECTED] = ${applicationRoot}/logs/torque.log
@[EMAIL PROTECTED] = org.apache.log4j.PatternLayout
Modified:
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/turbine-2.3.1/maven/project.xml
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/turbine-2.3.1/maven/project.xml?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
---
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/turbine-2.3.1/maven/project.xml
(original)
+++
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/flavor/turbine-2.3.1/maven/project.xml
Mon Sep 12 01:20:35 2005
@@ -481,7 +481,7 @@
<includes>
<include>commons-logging.properties</include>
</includes>
- </resource>
+ </resource>
</resources>
</build>
Modified:
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/mode/inplace.properties
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/mode/inplace.properties?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
---
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/mode/inplace.properties
(original)
+++
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/mode/inplace.properties
Mon Sep 12 01:20:35 2005
@@ -9,7 +9,7 @@
#
# Defaults for the plugin parameters. These are described in depth in
# the documentation. If you find any parameter in this file which is
-# missing in the documentation, please report this to the Turbine
+# missing in the documentation, please report this to the Turbine
# development mailing list at [email protected]
#
Modified:
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/mode/normal.properties
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/mode/normal.properties?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
---
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/mode/normal.properties
(original)
+++
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/mode/normal.properties
Mon Sep 12 01:20:35 2005
@@ -9,7 +9,7 @@
#
# Defaults for the plugin parameters. These are described in depth in
# the documentation. If you find any parameter in this file which is
-# missing in the documentation, please report this to the Turbine
+# missing in the documentation, please report this to the Turbine
# development mailing list at [email protected]
#
Modified:
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/om-layer/torque/schema/turbine-security-schema.xml
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/om-layer/torque/schema/turbine-security-schema.xml?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
---
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/om-layer/torque/schema/turbine-security-schema.xml
(original)
+++
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin-resources/om-layer/torque/schema/turbine-security-schema.xml
Mon Sep 12 01:20:35 2005
@@ -30,58 +30,58 @@
<unique>
<unique-column name="LOGIN_NAME"/>
- </unique>
-
+ </unique>
+
</table>
<table name="TURBINE_PERMISSION" idMethod="idbroker">
<column name="PERMISSION_ID" required="true" primaryKey="true"
type="INTEGER"/>
<column name="PERMISSION_NAME" required="true" size="64" type="VARCHAR"
javaName="Name"/>
-
+
<unique>
<unique-column name="PERMISSION_NAME"/>
- </unique>
-
+ </unique>
+
</table>
<table name="TURBINE_ROLE" idMethod="idbroker">
<column name="ROLE_ID" required="true" primaryKey="true" type="INTEGER"/>
<column name="ROLE_NAME" required="true" size="64" type="VARCHAR"
javaName="Name"/>
-
+
<unique>
<unique-column name="ROLE_NAME"/>
</unique>
-
+
</table>
<table name="TURBINE_GROUP" idMethod="idbroker">
<column name="GROUP_ID" required="true" primaryKey="true" type="INTEGER"/>
<column name="GROUP_NAME" required="true" type="VARCHAR" size="64"
javaName="Name"/>
-
+
<unique>
<unique-column name="GROUP_NAME"/>
</unique>
-
+
</table>
-
+
<table name="TURBINE_ROLE_PERMISSION">
<column name="ROLE_ID" required="true" primaryKey="true" type="INTEGER"/>
<column name="PERMISSION_ID" required="true" primaryKey="true"
type="INTEGER"/>
-
+
<foreign-key foreignTable="TURBINE_ROLE">
<reference local="ROLE_ID" foreign="ROLE_ID"/>
</foreign-key>
-
+
<foreign-key foreignTable="TURBINE_PERMISSION">
<reference local="PERMISSION_ID" foreign="PERMISSION_ID"/>
</foreign-key>
</table>
-
+
<table name="TURBINE_USER_GROUP_ROLE">
<column name="USER_ID" required="true" primaryKey="true" type="INTEGER"/>
<column name="GROUP_ID" required="true" primaryKey="true" type="INTEGER"/>
<column name="ROLE_ID" required="true" primaryKey="true" type="INTEGER"/>
-
+
<foreign-key foreignTable="TURBINE_USER">
<reference local="USER_ID" foreign="USER_ID"/>
</foreign-key>
Modified:
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin/plugin.jelly
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin/plugin.jelly?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
Binary files - no diff available.
Modified:
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin/plugin.properties
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin/plugin.properties?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
---
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin/plugin.properties
(original)
+++
jakarta/turbine/core/trunk/extensions/maven-plugin/src/plugin/plugin.properties
Mon Sep 12 01:20:35 2005
@@ -6,26 +6,24 @@
#
# ------------------------------------------------------------------------
+# Copyright 2003-2005 The Apache Software Foundation.
#
-# Copyright 2001-2004 The Apache Software Foundation.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
+# Licensed under the Apache License, Version 2.0 (the "License")
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-#
#
# Defaults for the plugin parameters. These are described in depth in
# the documentation. If you find any parameter in this file which is
-# missing in the documentation, please report this to the Turbine
+# missing in the documentation, please report this to the Turbine
# development mailing list at [email protected]
#
Modified: jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/changes.xml?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/changes.xml
(original)
+++ jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/changes.xml Mon
Sep 12 01:20:35 2005
@@ -1,22 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
+<!--
+ Copyright 2003-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<document>
<properties>
@@ -55,7 +53,7 @@
be skipped.
</action>
<action dev="henning" type="add">
- Most parts of the plugin deployment and WAR packing can be skipped by
setting skip
+ Most parts of the plugin deployment and WAR packing can be skipped by
setting skip
properties and replaced by custom postGoal scripts.
</action>
<action dev="henning" type="update">
@@ -106,10 +104,10 @@
<action dev="epugh" type="add">
Added goals turbine:inplace-war and turbine:inplace-clean to facilate
inplace editing
of war files.
- </action>
+ </action>
<action dev="epugh" type="add">
Put various *.master files directly in the plugin resouces directory.
- </action>
+ </action>
<action dev="epugh" type="update">
Allow the plugin to compile by adding required empty directories.
</action>
Modified: jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/config.xml
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/config.xml?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/config.xml
(original)
+++ jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/config.xml Mon Sep
12 01:20:35 2005
@@ -1,21 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
+<!--
+ Copyright 2003-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<document>
<properties>
Modified:
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/development-process.xml
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/development-process.xml?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
---
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/development-process.xml
(original)
+++
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/development-process.xml
Mon Sep 12 01:20:35 2005
@@ -1,22 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
+<!--
+ Copyright 2003-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<document>
<properties>
<title>Development process</title>
Modified: jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/flavors.xml
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/flavors.xml?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/flavors.xml
(original)
+++ jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/flavors.xml Mon
Sep 12 01:20:35 2005
@@ -1,21 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
+<!--
+ Copyright 2003-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<document>
<properties>
Modified:
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/getting_started.xml
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/getting_started.xml?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
---
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/getting_started.xml
(original)
+++
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/getting_started.xml
Mon Sep 12 01:20:35 2005
@@ -1,22 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
+<!--
+ Copyright 2003-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<document>
<properties>
<title>Getting started</title>
Modified: jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/goals.xml
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/goals.xml?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/goals.xml
(original)
+++ jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/goals.xml Mon Sep
12 01:20:35 2005
@@ -1,21 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
+<!--
+ Copyright 2003-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<document>
<properties>
@@ -86,7 +84,7 @@
<description>
<b>postGoal</b> For an inplace application, this updates the needed
libraries in the <a href="tree.html#web_inf_lib">library location</a> of
-an inplace application.
+an inplace application.
</description>
</goal>
<goal>
@@ -131,7 +129,7 @@
<p>There are a few more goals in this plugin which are for internal use
and you should never
need to call them directly.<br/>
These goals might change from relase to release (or even between
- releases). They're not public and their function outside the M.E.T.A.
plugin.jelly
+ releases). They're not public and their function outside the M.E.T.A.
plugin.jelly
file is undefined.
</p>
<goals>
@@ -204,6 +202,6 @@
</goal>
</goals>
</section>
-
+
</body>
</document>
Modified: jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/ide.xml
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/ide.xml?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/ide.xml (original)
+++ jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/ide.xml Mon Sep 12
01:20:35 2005
@@ -1,22 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
+<!--
+ Copyright 2003-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<document>
<properties>
<title>IDE Howto</title>
@@ -56,7 +54,7 @@
<li>Download Eclipse from the the <a
href="http://www.eclipse.org/">Eclipse Website</a> and install it.</li>
<li>Download Jakarta Tomcat from the <a
href="http://jakarta.apache.org/tomcat/">Tomcat website</a>. This will
be the web container that we use for running and debugging the
Turbine application.</li>
- <li>For development, it is also very useful if you can start and stop
Tomcat directly from Eclipse. A very
+ <li>For development, it is also very useful if you can start and stop
Tomcat directly from Eclipse. A very
useful Plugin for Eclipse is <a
href="http://www.sysdeo.com/eclipse/tomcatPlugin.html">the Sysdeo Tomcat
Plugin</a></li>
</ul>
@@ -81,7 +79,7 @@
This generates a new inplace application that can be used with an IDE.
</p>
<p>
- Build the OM Peer classes:
+ Build the OM Peer classes:
<source><![CDATA[
maven torque:om
@@ -110,7 +108,7 @@
The last two commands should be re-run everytime the values in
the application project descriptor change unless you do not intend
- to rebuild your project outside of Eclipse.
+ to rebuild your project outside of Eclipse.
</p>
</subsection>
Added: jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/images/logo.gif
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/images/logo.gif?rev=280287&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/images/logo.gif
------------------------------------------------------------------------------
svn:mime-type = image/gif
Modified: jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/index.xml
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/index.xml?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/index.xml
(original)
+++ jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/index.xml Mon Sep
12 01:20:35 2005
@@ -1,22 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
+<!--
+ Copyright 2003-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<document>
<properties>
<title>Overview</title>
Modified:
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/installation.xml
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/installation.xml?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/installation.xml
(original)
+++ jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/installation.xml
Mon Sep 12 01:20:35 2005
@@ -1,22 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
+<!--
+ Copyright 2003-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<document>
<properties>
<title>Installation</title>
Modified: jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/modes.xml
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/modes.xml?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/modes.xml
(original)
+++ jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/modes.xml Mon Sep
12 01:20:35 2005
@@ -1,22 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
+<!--
+ Copyright 2003-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<document>
<properties>
<title>Mode reference</title>
Modified:
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/navigation.xml
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/navigation.xml?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/navigation.xml
(original)
+++ jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/navigation.xml Mon
Sep 12 01:20:35 2005
@@ -1,21 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
+<!--
+ Copyright 2003-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<project>
<title>Maven Environment for Turbine Applications (M.E.T.A.)</title>
Modified:
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/properties.xml
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/properties.xml?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/properties.xml
(original)
+++ jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/properties.xml Mon
Sep 12 01:20:35 2005
@@ -1,21 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
+<!--
+ Copyright 2003-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<document>
<properties>
@@ -205,7 +203,7 @@
<td>Yes</td>
<td>not set</td>
<td>JDBC-URI which can be used by the Torque plugin
- to connect to the database engine to create the
+ to connect to the database engine to create the
requested database.</td>
</tr>
</table>
Modified: jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/schema.xml
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/schema.xml?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/schema.xml
(original)
+++ jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/schema.xml Mon Sep
12 01:20:35 2005
@@ -1,21 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
+<!--
+ Copyright 2003-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<document>
<properties>
Modified: jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/tree.xml
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/tree.xml?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/tree.xml (original)
+++ jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/tree.xml Mon Sep
12 01:20:35 2005
@@ -1,21 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
+<!--
+ Copyright 2003-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<document>
<properties>
Modified:
jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/using_meta.xml
URL:
http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/using_meta.xml?rev=280287&r1=280286&r2=280287&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/using_meta.xml
(original)
+++ jakarta/turbine/core/trunk/extensions/maven-plugin/xdocs/using_meta.xml Mon
Sep 12 01:20:35 2005
@@ -1,21 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
+<!--
+ Copyright 2003-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<document>
<properties>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]