You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/10/01 20:09:45 UTC

svn commit: r293011 [1/2] - in /struts/shale/trunk/build: ./ clay-plugin/ core-library/ core-test/ spring/ spring/webflow/ test-framework/ tiles/ use-cases/

Author: wsmoak
Date: Sat Oct  1 11:09:31 2005
New Revision: 293011

URL: http://svn.apache.org/viewcvs?rev=293011&view=rev
Log:
Added missing svn props, fixed line endings.

Modified:
    struts/shale/trunk/build/clay-plugin/project.properties   (contents, props changed)
    struts/shale/trunk/build/clay-plugin/project.xml   (contents, props changed)
    struts/shale/trunk/build/core-library/maven.xml   (contents, props changed)
    struts/shale/trunk/build/core-library/project.properties   (contents, props changed)
    struts/shale/trunk/build/core-library/project.xml   (contents, props changed)
    struts/shale/trunk/build/core-test/maven.xml   (contents, props changed)
    struts/shale/trunk/build/core-test/project.properties   (contents, props changed)
    struts/shale/trunk/build/core-test/project.xml   (contents, props changed)
    struts/shale/trunk/build/jsfri-project.xml   (contents, props changed)
    struts/shale/trunk/build/maven.xml   (contents, props changed)
    struts/shale/trunk/build/myfaces-project.xml   (contents, props changed)
    struts/shale/trunk/build/project.properties   (contents, props changed)
    struts/shale/trunk/build/project.xml   (contents, props changed)
    struts/shale/trunk/build/spring/project.properties   (contents, props changed)
    struts/shale/trunk/build/spring/project.xml   (contents, props changed)
    struts/shale/trunk/build/spring/webflow/project.properties   (contents, props changed)
    struts/shale/trunk/build/spring/webflow/project.xml   (contents, props changed)
    struts/shale/trunk/build/test-framework/project.properties   (contents, props changed)
    struts/shale/trunk/build/test-framework/project.xml   (contents, props changed)
    struts/shale/trunk/build/tiles/project.properties   (contents, props changed)
    struts/shale/trunk/build/tiles/project.xml   (contents, props changed)
    struts/shale/trunk/build/use-cases/maven.xml   (contents, props changed)
    struts/shale/trunk/build/use-cases/project.properties   (contents, props changed)
    struts/shale/trunk/build/use-cases/project.xml   (contents, props changed)

Modified: struts/shale/trunk/build/clay-plugin/project.properties
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/clay-plugin/project.properties?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/clay-plugin/project.properties (original)
+++ struts/shale/trunk/build/clay-plugin/project.properties Sat Oct  1 11:09:31 2005
@@ -1,8 +1,8 @@
-
-shale.subdir=clay-plugin
-
-maven.src.dir=../../${shale.subdir}/src
-
-maven.checkstyle.header.file=../${shale.subdir}/LICENSE.txt
-
-maven.docs.src=../${shale.subdir}/xdocs
+
+shale.subdir=clay-plugin
+
+maven.src.dir=../../${shale.subdir}/src
+
+maven.checkstyle.header.file=../${shale.subdir}/LICENSE.txt
+
+maven.docs.src=../${shale.subdir}/xdocs

Propchange: struts/shale/trunk/build/clay-plugin/project.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/shale/trunk/build/clay-plugin/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/clay-plugin/project.xml?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/clay-plugin/project.xml (original)
+++ struts/shale/trunk/build/clay-plugin/project.xml Sat Oct  1 11:09:31 2005
@@ -1,101 +1,101 @@
-<?xml version="1.0"?>
-<!-- 
-/*
- * Copyright 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>
-
-  <extend>../project.xml</extend>
-  <id>shale-clay</id>
-  <name>Shale Clay Plugin</name>
-  <shortDescription/>
-  <description/>
-  <packageName>org.apache.shale.clay</packageName>
-
-  <build>
-    <sourceDirectory>${maven.src.dir}/java</sourceDirectory>
-    <unitTestSourceDirectory>${maven.src.dir}/test</unitTestSourceDirectory>
-    <unitTest>
-      <includes>
-        <include>**/*TestCase.java</include>
-      </includes>
-      <resources>
-        <resource>
-          <directory>${maven.src.dir}/conf</directory>
-          <includes>
-            <include>**/*.xml</include>
-            <include>**/*.dtd</include>
-          </includes>
-        </resource>
-        <resource>
-          <directory>${maven.src.dir}/test</directory>
-          <includes>
-            <include>**/*.xml</include>
-            <include>**/*.html</include>
-          </includes>
-        </resource>
-      </resources>
-    </unitTest>
-
-    <resources>
-      <!-- Copy non-Java Sources -->
-      <resource>
-        <directory>${maven.src.dir}/java</directory>
-        <includes>
-          <include>**/*.xml</include>
-          <include>**/*.properties</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>${maven.src.dir}/conf</directory>
-        <targetPath>org/apache/shale/clay/config</targetPath>
-        <includes>
-          <include>*.dtd</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>${maven.src.dir}/conf</directory>
-        <targetPath>META-INF</targetPath>
-        <includes>
-          <include>*.xml</include>
-          <include>*.tld</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>${maven.src.dir}/..</directory>
-        <targetPath>META-INF</targetPath>
-        <includes>
-           <include>NOTICE.txt</include>
-           <include>LICENSE.txt</include>
-        </includes>
-      </resource>
-    </resources>
-  </build>
-
-  <dependencies>
-    <dependency>
-      <groupId>shale</groupId>
-      <artifactId>shale-core</artifactId>
-      <version>1.0.0-dev</version>
-    </dependency>
-    <dependency>
-      <groupId>shale</groupId>
-      <artifactId>shale-test</artifactId>
-      <version>1.0.0-dev</version>
-    </dependency>
-  </dependencies>
-</project>
+<?xml version="1.0"?>
+<!-- 
+/*
+ * Copyright 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>
+
+  <extend>../project.xml</extend>
+  <id>shale-clay</id>
+  <name>Shale Clay Plugin</name>
+  <shortDescription/>
+  <description/>
+  <packageName>org.apache.shale.clay</packageName>
+
+  <build>
+    <sourceDirectory>${maven.src.dir}/java</sourceDirectory>
+    <unitTestSourceDirectory>${maven.src.dir}/test</unitTestSourceDirectory>
+    <unitTest>
+      <includes>
+        <include>**/*TestCase.java</include>
+      </includes>
+      <resources>
+        <resource>
+          <directory>${maven.src.dir}/conf</directory>
+          <includes>
+            <include>**/*.xml</include>
+            <include>**/*.dtd</include>
+          </includes>
+        </resource>
+        <resource>
+          <directory>${maven.src.dir}/test</directory>
+          <includes>
+            <include>**/*.xml</include>
+            <include>**/*.html</include>
+          </includes>
+        </resource>
+      </resources>
+    </unitTest>
+
+    <resources>
+      <!-- Copy non-Java Sources -->
+      <resource>
+        <directory>${maven.src.dir}/java</directory>
+        <includes>
+          <include>**/*.xml</include>
+          <include>**/*.properties</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>${maven.src.dir}/conf</directory>
+        <targetPath>org/apache/shale/clay/config</targetPath>
+        <includes>
+          <include>*.dtd</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>${maven.src.dir}/conf</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>*.xml</include>
+          <include>*.tld</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>${maven.src.dir}/..</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+           <include>NOTICE.txt</include>
+           <include>LICENSE.txt</include>
+        </includes>
+      </resource>
+    </resources>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>shale</groupId>
+      <artifactId>shale-core</artifactId>
+      <version>1.0.0-dev</version>
+    </dependency>
+    <dependency>
+      <groupId>shale</groupId>
+      <artifactId>shale-test</artifactId>
+      <version>1.0.0-dev</version>
+    </dependency>
+  </dependencies>
+</project>

Propchange: struts/shale/trunk/build/clay-plugin/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/clay-plugin/project.xml
------------------------------------------------------------------------------
    svn:keywords = author date id

Modified: struts/shale/trunk/build/core-library/maven.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/core-library/maven.xml?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/core-library/maven.xml (original)
+++ struts/shale/trunk/build/core-library/maven.xml Sat Oct  1 11:09:31 2005
@@ -1,13 +1,13 @@
-<project default="jar:jar"
-  xmlns:j="jelly:core"
-  xmlns:ant="jelly:ant"
-  xmlns:maven="jelly:maven">
-
-    <preGoal name="jar:jar">
-       <!-- Copy the validator default message bundle to avoid problems if the
-       server locale is not English. -->
-      <ant:copy file="${maven.src.dir}/java/org/apache/shale/validator/messages.properties"
-                tofile="${maven.build.dest}/org/apache/shale/validator/messages_en.properties" />
-    </preGoal>
-
+<project default="jar:jar"
+  xmlns:j="jelly:core"
+  xmlns:ant="jelly:ant"
+  xmlns:maven="jelly:maven">
+
+    <preGoal name="jar:jar">
+       <!-- Copy the validator default message bundle to avoid problems if the
+       server locale is not English. -->
+      <ant:copy file="${maven.src.dir}/java/org/apache/shale/validator/messages.properties"
+                tofile="${maven.build.dest}/org/apache/shale/validator/messages_en.properties" />
+    </preGoal>
+
 </project>

Propchange: struts/shale/trunk/build/core-library/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/core-library/maven.xml
------------------------------------------------------------------------------
    svn:keywords = author date id

Modified: struts/shale/trunk/build/core-library/project.properties
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/core-library/project.properties?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/core-library/project.properties (original)
+++ struts/shale/trunk/build/core-library/project.properties Sat Oct  1 11:09:31 2005
@@ -1,8 +1,8 @@
-
-shale.subdir=core-library
-
-maven.src.dir=../../${shale.subdir}/src
-
-maven.checkstyle.header.file=../${shale.subdir}/LICENSE.txt
-
-maven.docs.src=../${shale.subdir}/xdocs
+
+shale.subdir=core-library
+
+maven.src.dir=../../${shale.subdir}/src
+
+maven.checkstyle.header.file=../${shale.subdir}/LICENSE.txt
+
+maven.docs.src=../${shale.subdir}/xdocs

Propchange: struts/shale/trunk/build/core-library/project.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/shale/trunk/build/core-library/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/core-library/project.xml?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/core-library/project.xml (original)
+++ struts/shale/trunk/build/core-library/project.xml Sat Oct  1 11:09:31 2005
@@ -1,133 +1,133 @@
-<?xml version="1.0"?>
-
-<!--
-
- Copyright 2004-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>
-  <extend>../project.xml</extend>
-  <id>shale-core</id>
-  <name>Shale Core Library</name>
-  <currentVersion>1.0.0-dev</currentVersion>
-  <organization>
-    <name>Apache Software Foundation</name>
-    <url>http://struts.apache.org/</url>
-  </organization>
-
-  <!-- Gump integration -->
-  <gumpRepositoryId>jakarta</gumpRepositoryId>
-
-  <build>
-
-    <sourceDirectory>${maven.src.dir}/java</sourceDirectory>
-
-    <!-- Tests are run from core-test -->
-    <unitTestSourceDirectory/>
-
-    <sourceModifications>
-      <sourceModification>
-        <className>x.y.z.Class</className>
-        <property/>
-        <excludes>
-          <exclude>org/apache/shale/spring/**</exclude>
-          <exclude>org/apache/shale/tiles/**</exclude>
-        </excludes>
-      </sourceModification>
-    </sourceModifications>
-
-    <unitTest/>
-
-      <resources>
-          <resource>
-            <directory>${maven.src.dir}/conf</directory>
-            <targetPath>META-INF</targetPath>
-            <includes>
-              <include>**/*.xml</include>
-              <include>**/*.tld</include>
-            </includes>
-          </resource>
-          <!-- Copy DTD for dialog configuration resources -->
-          <resource>
-            <directory>${maven.src.dir}/conf</directory>
-            <targetPath>org/apache/shale/dialog</targetPath>
-            <includes>
-              <include>dialog.dtd</include>
-            </includes>
-          </resource>
-          <!-- Copy non-Java Sources -->
-          <resource>
-            <directory>${maven.src.dir}/java</directory>
-            <includes>
-              <include>**/*.html</include>
-              <include>**/*.xml</include>
-              <include>**/*.dtd</include>
-              <include>**/*.properties</include>
-            </includes>
-            <excludes>
-              <exclude>org/apache/shale/spring/**</exclude>
-              <exclude>org/apache/shale/tiles/**</exclude>
-            </excludes>
-          </resource>
-        <resource>
-            <directory>${maven.src.dir}/..</directory>
-            <targetPath>META-INF</targetPath>
-            <includes>
-              <include>NOTICE.txt</include>
-              <include>LICENSE.txt</include>
-            </includes>
-       </resource>
-          </resources>
-  </build>
-
-  <dependencies>
-
-      <dependency>
-        <groupId>commons-validator</groupId>
-        <artifactId>commons-validator</artifactId>
-        <version>1.1.4</version>
-        <url>jakarta.apache.org/commons/validator/</url>
-      </dependency>
-
-      <dependency>
-        <groupId>tiles</groupId>
-        <artifactId>tiles-core</artifactId>
-        <version>SNAPSHOT</version>
-        <url>http://cvs.apache.org/builds/struts/nightly/sandbox/tiles-core/</url>
-      </dependency>
-
-      <dependency>
-        <groupId>jstl</groupId>
-        <artifactId>jstl</artifactId>
-        <version>1.1.2</version>
-        <url>jakarta.apache.org/commons/validator/</url>
-      </dependency>
-
-      <dependency>
-        <groupId>taglibs</groupId>
-        <artifactId>standard</artifactId>
-        <version>1.1.2</version>
-      </dependency>
-
-      <dependency>
-        <groupId>portlet-api</groupId>
-        <artifactId>portlet-api</artifactId>
-        <version>1.0</version>
-      </dependency>
-
-  </dependencies>
-
-</project>
+<?xml version="1.0"?>
+
+<!--
+
+ Copyright 2004-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>
+  <extend>../project.xml</extend>
+  <id>shale-core</id>
+  <name>Shale Core Library</name>
+  <currentVersion>1.0.0-dev</currentVersion>
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://struts.apache.org/</url>
+  </organization>
+
+  <!-- Gump integration -->
+  <gumpRepositoryId>jakarta</gumpRepositoryId>
+
+  <build>
+
+    <sourceDirectory>${maven.src.dir}/java</sourceDirectory>
+
+    <!-- Tests are run from core-test -->
+    <unitTestSourceDirectory/>
+
+    <sourceModifications>
+      <sourceModification>
+        <className>x.y.z.Class</className>
+        <property/>
+        <excludes>
+          <exclude>org/apache/shale/spring/**</exclude>
+          <exclude>org/apache/shale/tiles/**</exclude>
+        </excludes>
+      </sourceModification>
+    </sourceModifications>
+
+    <unitTest/>
+
+      <resources>
+          <resource>
+            <directory>${maven.src.dir}/conf</directory>
+            <targetPath>META-INF</targetPath>
+            <includes>
+              <include>**/*.xml</include>
+              <include>**/*.tld</include>
+            </includes>
+          </resource>
+          <!-- Copy DTD for dialog configuration resources -->
+          <resource>
+            <directory>${maven.src.dir}/conf</directory>
+            <targetPath>org/apache/shale/dialog</targetPath>
+            <includes>
+              <include>dialog.dtd</include>
+            </includes>
+          </resource>
+          <!-- Copy non-Java Sources -->
+          <resource>
+            <directory>${maven.src.dir}/java</directory>
+            <includes>
+              <include>**/*.html</include>
+              <include>**/*.xml</include>
+              <include>**/*.dtd</include>
+              <include>**/*.properties</include>
+            </includes>
+            <excludes>
+              <exclude>org/apache/shale/spring/**</exclude>
+              <exclude>org/apache/shale/tiles/**</exclude>
+            </excludes>
+          </resource>
+        <resource>
+            <directory>${maven.src.dir}/..</directory>
+            <targetPath>META-INF</targetPath>
+            <includes>
+              <include>NOTICE.txt</include>
+              <include>LICENSE.txt</include>
+            </includes>
+       </resource>
+          </resources>
+  </build>
+
+  <dependencies>
+
+      <dependency>
+        <groupId>commons-validator</groupId>
+        <artifactId>commons-validator</artifactId>
+        <version>1.1.4</version>
+        <url>jakarta.apache.org/commons/validator/</url>
+      </dependency>
+
+      <dependency>
+        <groupId>tiles</groupId>
+        <artifactId>tiles-core</artifactId>
+        <version>SNAPSHOT</version>
+        <url>http://cvs.apache.org/builds/struts/nightly/sandbox/tiles-core/</url>
+      </dependency>
+
+      <dependency>
+        <groupId>jstl</groupId>
+        <artifactId>jstl</artifactId>
+        <version>1.1.2</version>
+        <url>jakarta.apache.org/commons/validator/</url>
+      </dependency>
+
+      <dependency>
+        <groupId>taglibs</groupId>
+        <artifactId>standard</artifactId>
+        <version>1.1.2</version>
+      </dependency>
+
+      <dependency>
+        <groupId>portlet-api</groupId>
+        <artifactId>portlet-api</artifactId>
+        <version>1.0</version>
+      </dependency>
+
+  </dependencies>
+
+</project>

Propchange: struts/shale/trunk/build/core-library/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/core-library/project.xml
------------------------------------------------------------------------------
    svn:keywords = author date id

Modified: struts/shale/trunk/build/core-test/maven.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/core-test/maven.xml?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/core-test/maven.xml (original)
+++ struts/shale/trunk/build/core-test/maven.xml Sat Oct  1 11:09:31 2005
@@ -1,14 +1,14 @@
-<project default="test:test"
-  xmlns:j="jelly:core"
-  xmlns:ant="jelly:ant"
-  xmlns:maven="jelly:maven">
-
-  <goal name="dist">
-    <attainGoal name="test"/>
-  </goal>
-    
-    <goal name="jar:install">
-       <!-- override -->
-    </goal>
-
+<project default="test:test"
+  xmlns:j="jelly:core"
+  xmlns:ant="jelly:ant"
+  xmlns:maven="jelly:maven">
+
+  <goal name="dist">
+    <attainGoal name="test"/>
+  </goal>
+    
+    <goal name="jar:install">
+       <!-- override -->
+    </goal>
+
 </project>

Propchange: struts/shale/trunk/build/core-test/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/core-test/maven.xml
------------------------------------------------------------------------------
    svn:keywords = author date id

Modified: struts/shale/trunk/build/core-test/project.properties
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/core-test/project.properties?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/core-test/project.properties (original)
+++ struts/shale/trunk/build/core-test/project.properties Sat Oct  1 11:09:31 2005
@@ -1,11 +1,11 @@
-
-shale.subdir=core-library
-
-maven.src.dir=../../${shale.subdir}/src
-
-maven.checkstyle.header.file=../${shale.subdir}/LICENSE.txt
-
-maven.docs.src=../${shale.subdir}/xdocs
-
-maven.junit.fork=true
-maven.junit.jvmargs=-enableassertions:org.apache.shale...
+
+shale.subdir=core-library
+
+maven.src.dir=../../${shale.subdir}/src
+
+maven.checkstyle.header.file=../${shale.subdir}/LICENSE.txt
+
+maven.docs.src=../${shale.subdir}/xdocs
+
+maven.junit.fork=true
+maven.junit.jvmargs=-enableassertions:org.apache.shale...

Propchange: struts/shale/trunk/build/core-test/project.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/shale/trunk/build/core-test/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/core-test/project.xml?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/core-test/project.xml (original)
+++ struts/shale/trunk/build/core-test/project.xml Sat Oct  1 11:09:31 2005
@@ -1,76 +1,76 @@
-<?xml version="1.0"?>
-
-<!--
-
- Copyright 2004-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>
-  <extend>../project.xml</extend>
-  <id>shale-core-test</id>
-  <name>Shale Core Library Tests</name>
-  <currentVersion>1.0.0-dev</currentVersion>
-  <organization>
-    <name>Apache Software Foundation</name>
-    <url>http://struts.apache.org/</url>
-  </organization>
-
-  <!-- Gump integration -->
-  <gumpRepositoryId>jakarta</gumpRepositoryId>
-
-  <build>
-
-    <sourceDirectory/>
-
-    <unitTestSourceDirectory>${maven.src.dir}/test</unitTestSourceDirectory>
-
-      <!-- Unit test cases -->
-    <unitTest>
-      <includes>
-        <include>**/*TestCase.java</include>
-      </includes>
-          <resources>
-            <resource>
-              <directory>${maven.src.dir}/test</directory>
-              <includes>
-                <include>**/*.xml</include>
-                <include>**/*.properties</include>
-              </includes>
-            </resource>
-          </resources>
-        </unitTest>
-
-      <defaultGoal>test</defaultGoal>
-
-  </build>
-
-  <dependencies>
-
-        <dependency>
-          <groupId>shale</groupId>
-          <artifactId>shale-core</artifactId>
-          <version>1.0.0-dev</version>
-        </dependency>
-        
-        <dependency>
-          <groupId>shale</groupId>
-          <artifactId>shale-test</artifactId>
-          <version>1.0.0-dev</version>
-        </dependency>
-
-  </dependencies>
-
-</project>
+<?xml version="1.0"?>
+
+<!--
+
+ Copyright 2004-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>
+  <extend>../project.xml</extend>
+  <id>shale-core-test</id>
+  <name>Shale Core Library Tests</name>
+  <currentVersion>1.0.0-dev</currentVersion>
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://struts.apache.org/</url>
+  </organization>
+
+  <!-- Gump integration -->
+  <gumpRepositoryId>jakarta</gumpRepositoryId>
+
+  <build>
+
+    <sourceDirectory/>
+
+    <unitTestSourceDirectory>${maven.src.dir}/test</unitTestSourceDirectory>
+
+      <!-- Unit test cases -->
+    <unitTest>
+      <includes>
+        <include>**/*TestCase.java</include>
+      </includes>
+          <resources>
+            <resource>
+              <directory>${maven.src.dir}/test</directory>
+              <includes>
+                <include>**/*.xml</include>
+                <include>**/*.properties</include>
+              </includes>
+            </resource>
+          </resources>
+        </unitTest>
+
+      <defaultGoal>test</defaultGoal>
+
+  </build>
+
+  <dependencies>
+
+        <dependency>
+          <groupId>shale</groupId>
+          <artifactId>shale-core</artifactId>
+          <version>1.0.0-dev</version>
+        </dependency>
+        
+        <dependency>
+          <groupId>shale</groupId>
+          <artifactId>shale-test</artifactId>
+          <version>1.0.0-dev</version>
+        </dependency>
+
+  </dependencies>
+
+</project>

Propchange: struts/shale/trunk/build/core-test/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/core-test/project.xml
------------------------------------------------------------------------------
    svn:keywords = author date id

Modified: struts/shale/trunk/build/jsfri-project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/jsfri-project.xml?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/jsfri-project.xml (original)
+++ struts/shale/trunk/build/jsfri-project.xml Sat Oct  1 11:09:31 2005
@@ -1,54 +1,54 @@
-<?xml version="1.0"?>
-<!-- 
-/*
- * Copyright 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>
-
-  <description>
-  This project file declares dependencies on the JavaServer Faces Reference
-  Implementation.  To build the Shale Framework project with MyFaces, use
-  maven.shale.jsf.impl=jsfri
-  </description>
-
-  <shortDescription>Shale Framework with JSF RI</shortDescription>
-  
-  <dependencies>
-  
-    <dependency>
-      <groupId>javax.faces</groupId>
-      <artifactId>jsf-api</artifactId>
-      <version>1.1</version>
-      <url>http://java.sun.com/j2ee/javaserverfaces/</url>
-        <properties>
-          <war.bundle>true</war.bundle>
-        </properties>
-      </dependency>
-
-    <dependency>
-      <groupId>javax.faces</groupId>
-      <artifactId>jsf-impl</artifactId>
-      <version>1.1</version>
-      <url>http://java.sun.com/j2ee/javaserverfaces/</url>
-        <properties>
-          <war.bundle>true</war.bundle>
-        </properties>
-    </dependency>
-
-  </dependencies>
-
-</project>
+<?xml version="1.0"?>
+<!-- 
+/*
+ * Copyright 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>
+
+  <description>
+  This project file declares dependencies on the JavaServer Faces Reference
+  Implementation.  To build the Shale Framework project with MyFaces, use
+  maven.shale.jsf.impl=jsfri
+  </description>
+
+  <shortDescription>Shale Framework with JSF RI</shortDescription>
+  
+  <dependencies>
+  
+    <dependency>
+      <groupId>javax.faces</groupId>
+      <artifactId>jsf-api</artifactId>
+      <version>1.1</version>
+      <url>http://java.sun.com/j2ee/javaserverfaces/</url>
+        <properties>
+          <war.bundle>true</war.bundle>
+        </properties>
+      </dependency>
+
+    <dependency>
+      <groupId>javax.faces</groupId>
+      <artifactId>jsf-impl</artifactId>
+      <version>1.1</version>
+      <url>http://java.sun.com/j2ee/javaserverfaces/</url>
+        <properties>
+          <war.bundle>true</war.bundle>
+        </properties>
+    </dependency>
+
+  </dependencies>
+
+</project>

Propchange: struts/shale/trunk/build/jsfri-project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/jsfri-project.xml
------------------------------------------------------------------------------
    svn:keywords = author date id

Modified: struts/shale/trunk/build/maven.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/maven.xml?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/maven.xml (original)
+++ struts/shale/trunk/build/maven.xml Sat Oct  1 11:09:31 2005
@@ -1,43 +1,43 @@
-<?xml version="1.0"?>
-
-<project    default="build-all"
-            xmlns:j="jelly:core"
-            xmlns:ant="jelly:ant"
-            xmlns:maven="jelly:maven">
-
-   <goal name="build-all">
-
-         <maven:reactor
-               basedir="."
-               includes="*/project.xml"
-               goals="dist"
-               banner="Building Shale Framework..."
-            ignoreFailures="true"/>
-
-    </goal>
-
-   <postGoal name="dist">
-      <attainGoal name="jar:install"/>
-   </postGoal>
-   
-   <postGoal name="clean:clean">
-      <ant:delete file="jcoverage.ser"/>
-      <ant:delete dir="xdocs"/>
-   </postGoal>
-   
-   <postGoal name="multiproject:clean">
-      <attainGoal name="clean"/>
-   </postGoal>
-   
-   <!-- Workaround for maven-dist-plugin's inability to find the 
-        source code when running from 'build'. -->
-   <postGoal name="dist:prepare-src-filesystem">
-      <ant:available property="sourcePresent" file="${maven.src.dir}"/>
-      <j:if test="${sourcePresent}">
-        <ant:copy todir="${maven.dist.src.assembly.dir}/src">
-          <ant:fileset dir="${maven.src.dir}" /> 
-        </ant:copy>
-      </j:if>
-  </postGoal>
-   
-</project>
+<?xml version="1.0"?>
+
+<project    default="build-all"
+            xmlns:j="jelly:core"
+            xmlns:ant="jelly:ant"
+            xmlns:maven="jelly:maven">
+
+   <goal name="build-all">
+
+         <maven:reactor
+               basedir="."
+               includes="*/project.xml"
+               goals="dist"
+               banner="Building Shale Framework..."
+            ignoreFailures="true"/>
+
+    </goal>
+
+   <postGoal name="dist">
+      <attainGoal name="jar:install"/>
+   </postGoal>
+   
+   <postGoal name="clean:clean">
+      <ant:delete file="jcoverage.ser"/>
+      <ant:delete dir="xdocs"/>
+   </postGoal>
+   
+   <postGoal name="multiproject:clean">
+      <attainGoal name="clean"/>
+   </postGoal>
+   
+   <!-- Workaround for maven-dist-plugin's inability to find the 
+        source code when running from 'build'. -->
+   <postGoal name="dist:prepare-src-filesystem">
+      <ant:available property="sourcePresent" file="${maven.src.dir}"/>
+      <j:if test="${sourcePresent}">
+        <ant:copy todir="${maven.dist.src.assembly.dir}/src">
+          <ant:fileset dir="${maven.src.dir}" /> 
+        </ant:copy>
+      </j:if>
+  </postGoal>
+   
+</project>

Propchange: struts/shale/trunk/build/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/maven.xml
------------------------------------------------------------------------------
    svn:keywords = author date id

Modified: struts/shale/trunk/build/myfaces-project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/myfaces-project.xml?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/myfaces-project.xml (original)
+++ struts/shale/trunk/build/myfaces-project.xml Sat Oct  1 11:09:31 2005
@@ -1,84 +1,84 @@
-<?xml version="1.0"?>
-<!-- 
-/*
- * Copyright 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>
-
-  <description>
-  This project file declares dependencies on the Apache MyFaces JSF
-  Implementation.  To build the Shale Framework project with MyFaces, use
-  maven.shale.jsf.impl=myfaces
-  </description>
-
-  <shortDescription>Shale Framework with MyFaces</shortDescription>
-  
-  <dependencies>
-  
-    <dependency>
-      <groupId>myfaces</groupId>
-      <artifactId>myfaces-api</artifactId>
-      <version>1.1.0</version>
-      <url>http://myfaces.apache.org/</url>
-        <properties>
-          <war.bundle>true</war.bundle>
-        </properties>
-      </dependency>
-    
-    <dependency>
-      <groupId>myfaces</groupId>
-      <artifactId>myfaces-impl</artifactId>
-      <version>1.1.0</version>
-      <url>http://myfaces.apache.org/</url>
-        <properties>
-          <war.bundle>true</war.bundle>
-        </properties>
-    </dependency>
-    
-    <dependency>
-      <groupId>commons-codec</groupId>
-      <artifactId>commons-codec</artifactId>
-      <version>1.2</version>
-      <url>http://jakarta.apache.org/commons/codec/</url>
-        <properties>
-          <war.bundle>true</war.bundle>
-        </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-el</groupId>
-      <artifactId>commons-el</artifactId>
-      <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/el/</url>
-        <properties>
-          <war.bundle>true</war.bundle>
-        </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-fileupload</groupId>
-      <artifactId>commons-fileupload</artifactId>
-      <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/fileupload/</url>
-        <properties>
-          <war.bundle>true</war.bundle>
-        </properties>
-    </dependency>
-
-  </dependencies>
-
-</project>
+<?xml version="1.0"?>
+<!-- 
+/*
+ * Copyright 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>
+
+  <description>
+  This project file declares dependencies on the Apache MyFaces JSF
+  Implementation.  To build the Shale Framework project with MyFaces, use
+  maven.shale.jsf.impl=myfaces
+  </description>
+
+  <shortDescription>Shale Framework with MyFaces</shortDescription>
+  
+  <dependencies>
+  
+    <dependency>
+      <groupId>myfaces</groupId>
+      <artifactId>myfaces-api</artifactId>
+      <version>1.1.0</version>
+      <url>http://myfaces.apache.org/</url>
+        <properties>
+          <war.bundle>true</war.bundle>
+        </properties>
+      </dependency>
+    
+    <dependency>
+      <groupId>myfaces</groupId>
+      <artifactId>myfaces-impl</artifactId>
+      <version>1.1.0</version>
+      <url>http://myfaces.apache.org/</url>
+        <properties>
+          <war.bundle>true</war.bundle>
+        </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.2</version>
+      <url>http://jakarta.apache.org/commons/codec/</url>
+        <properties>
+          <war.bundle>true</war.bundle>
+        </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-el</groupId>
+      <artifactId>commons-el</artifactId>
+      <version>1.0</version>
+      <url>http://jakarta.apache.org/commons/el/</url>
+        <properties>
+          <war.bundle>true</war.bundle>
+        </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+      <version>1.0</version>
+      <url>http://jakarta.apache.org/commons/fileupload/</url>
+        <properties>
+          <war.bundle>true</war.bundle>
+        </properties>
+    </dependency>
+
+  </dependencies>
+
+</project>

Propchange: struts/shale/trunk/build/myfaces-project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/myfaces-project.xml
------------------------------------------------------------------------------
    svn:keywords = author date id

Modified: struts/shale/trunk/build/project.properties
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/project.properties?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/project.properties (original)
+++ struts/shale/trunk/build/project.properties Sat Oct  1 11:09:31 2005
@@ -1,23 +1,23 @@
-# $Id: $
-
-maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
-
-maven.repo.central=svn.apache.org
-maven.repo.central.directory=/www/svn.apache.org/repository/ # nightly builds
-maven.repo.central.directory=/www/www.apache.org/dist/java-repository
-
-maven.repo.remote=http://www.ibiblio.org/maven/,http://cvs.apache.org/repository/,http://dist.codehaus.org/,http://www.bluesunrise.com/maven/ 
-
-maven.multiproject.basedir  = .
-maven.multiproject.includes = */project.xml
-maven.multiproject.aggregateDir = 
-
-maven.docs.src=../xdocs
-
-maven.shale.jsf.impl.default=myfaces
-
-maven.compile.source=1.4
-maven.compile.target=1.4
-
-maven.javadoc.source=1.4
-
+# $Id: $
+
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+
+maven.repo.central=svn.apache.org
+maven.repo.central.directory=/www/svn.apache.org/repository/ # nightly builds
+maven.repo.central.directory=/www/www.apache.org/dist/java-repository
+
+maven.repo.remote=http://www.ibiblio.org/maven/,http://cvs.apache.org/repository/,http://dist.codehaus.org/,http://www.bluesunrise.com/maven/ 
+
+maven.multiproject.basedir  = .
+maven.multiproject.includes = */project.xml
+maven.multiproject.aggregateDir = 
+
+maven.docs.src=../xdocs
+
+maven.shale.jsf.impl.default=myfaces
+
+maven.compile.source=1.4
+maven.compile.target=1.4
+
+maven.javadoc.source=1.4
+

Propchange: struts/shale/trunk/build/project.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/shale/trunk/build/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/project.xml?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/project.xml (original)
+++ struts/shale/trunk/build/project.xml Sat Oct  1 11:09:31 2005
@@ -1,233 +1,233 @@
-<?xml version="1.0"?>
-
-<!--
-
- Copyright 2004-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>
-  <extend>${maven.shale.jsf.impl}-project.xml</extend>
-  <pomVersion>3</pomVersion>
-  <id>shale</id>
-  <groupId>shale</groupId>
-  <name>Shale Framework</name>
-  <currentVersion>1.0.0-dev</currentVersion>
-  <organization>
-    <name>The Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
-    <logo>http://www.apache.org/images/asf-logo.gif</logo>
-  </organization>
-  <inceptionYear>2004</inceptionYear>
-  <package>org.apache.shale</package>
-  <logo>http://struts.apache.org/images/struts.gif</logo>
-
-  <!-- Gump integration -->
-  <gumpRepositoryId>jakarta</gumpRepositoryId>
-
-  <description>
-  Shale divides the controller into individual layers, 
-  whose features may be composed in appropriate combinations based on the requirements of a particular application.
-  </description>
-
-  <shortDescription>Shale web controller framework for JavaServer Faces</shortDescription>
-
-  <url>http://struts.apache.org/</url>
-  <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
-  <siteAddress>struts.apache.org</siteAddress>
-  <siteDirectory>
-    /www/struts.apache.org/
-  </siteDirectory>
-  <distributionDirectory>
-    /www/svn.apache.org/builds/struts
-  </distributionDirectory>
-
-  <repository>
-    <connection>
-     scm|svn|https://svn.apache.org/repos/asf/struts/shale/trunk/
-    </connection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/struts/shale/trunk?root=Apache-SVN
-    </url>
-  </repository>
-
-  <versions>
-    <version>
-      <id>0.0.1</id>
-      <name>0.0.1</name>
-      <tag>SHALE_0_0_1</tag>
-    </version>
-  </versions>
-
-  <mailingLists>
-    <mailingList>
-      <name>Struts User List</name>
-      <subscribe>
-        users-subscribe@struts.apache.org
-      </subscribe>
-      <unsubscribe>
-        users-unsubscribe@struts.apache.org
-      </unsubscribe>
-      <archive>
-        http://www.mail-archive.com/users@struts.apache.org/
-      </archive>
-    </mailingList>
-    <mailingList>
-      <name>Struts Developer List</name>
-      <subscribe>
-        dev-subscribe@struts.apache.org
-      </subscribe>
-      <unsubscribe>
-        dev-unsubscribe@struts.apache.org
-      </unsubscribe>
-      <archive>
-        http://www.mail-archive.com/dev@struts.apache.org/
-      </archive>
-    </mailingList>
-  </mailingLists>
-
-  <developers>
-
-    <developer>
-      <name>Craig R. McClanahan</name>
-      <id>craigmcc</id>
-      <email>craigmcc@apache.org</email>
-      <organization></organization>
-    </developer>
-
-    <developer>
-      <name>Ted Husted</name>
-      <id>husted</id>
-      <email>husted@apache.org</email>
-      <organization></organization>
-    </developer>
-
-  </developers>
-
-  <build>
-
-    <nagEmailAddress>
-      dev@struts.apache.org
-    </nagEmailAddress>
-
-
-  </build>
-  
-  <reports>
-    <!-- <report>maven-checkstyle-plugin</report> -->
-    <report>maven-changelog-plugin</report>
-    <report>maven-changes-plugin</report>
-    <report>maven-developer-activity-plugin</report>
-    <report>maven-faq-plugin</report>
-    <report>maven-file-activity-plugin</report>
-    <report>maven-javadoc-plugin</report>
-    <report>maven-jdepend-plugin</report>
-    <report>maven-junit-report-plugin</report>
-    <report>maven-jxr-plugin</report>
-	<!--report>maven-linkcheck-plugin</report-->
-    <report>maven-pmd-plugin</report>
-    <report>maven-simian-plugin</report>
-    <report>maven-tasklist-plugin</report>
-    <report>maven-jcoverage-plugin</report>
-    <!--report>maven-findbugs-plugin</report-->
-  </reports>
-
-  
-  <dependencies>
-
-    <dependency>
-      <groupId>servletapi</groupId>
-      <artifactId>servlet-api</artifactId>
-      <version>2.4</version>
-      <url>http://java.sun.com/products/servlet/</url>
-    </dependency>
-    
-    <dependency>
-      <groupId>jspapi</groupId>
-      <artifactId>jsp-api</artifactId>
-      <version>2.0</version>
-      <url>http://java.sun.com/products/jsp/</url>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils</artifactId>
-      <version>1.7.0</version>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-      <url>http://jakarta.apache.org/commons/beanutils/</url>
-    </dependency>
-    
-    <dependency>
-      <groupId>commons-chain</groupId>
-      <artifactId>commons-chain</artifactId>
-      <version>1.0</version>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-      <url>jakarta.apache.org/commons/chain/</url>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-      <version>3.0</version>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-      <url>jakarta.apache.org/commons/collections/</url>
-    </dependency>
-    
-    <dependency>
-      <groupId>commons-digester</groupId>
-      <artifactId>commons-digester</artifactId>
-      <version>1.7</version>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-      <url>jakarta.apache.org/commons/digester/</url>
-    </dependency>
-    
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.0.4</version>
-      <url>jakarta.apache.org/commons/logging/</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-validator</groupId>
-      <artifactId>commons-validator</artifactId>
-      <version>1.1.4</version>
-      <url>jakarta.apache.org/commons/validator/</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <url>http://www.junit.org/</url> 
-    </dependency>
-    
-  </dependencies>
-  
-</project>
+<?xml version="1.0"?>
+
+<!--
+
+ Copyright 2004-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>
+  <extend>${maven.shale.jsf.impl}-project.xml</extend>
+  <pomVersion>3</pomVersion>
+  <id>shale</id>
+  <groupId>shale</groupId>
+  <name>Shale Framework</name>
+  <currentVersion>1.0.0-dev</currentVersion>
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+    <logo>http://www.apache.org/images/asf-logo.gif</logo>
+  </organization>
+  <inceptionYear>2004</inceptionYear>
+  <package>org.apache.shale</package>
+  <logo>http://struts.apache.org/images/struts.gif</logo>
+
+  <!-- Gump integration -->
+  <gumpRepositoryId>jakarta</gumpRepositoryId>
+
+  <description>
+  Shale divides the controller into individual layers, 
+  whose features may be composed in appropriate combinations based on the requirements of a particular application.
+  </description>
+
+  <shortDescription>Shale web controller framework for JavaServer Faces</shortDescription>
+
+  <url>http://struts.apache.org/</url>
+  <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
+  <siteAddress>struts.apache.org</siteAddress>
+  <siteDirectory>
+    /www/struts.apache.org/
+  </siteDirectory>
+  <distributionDirectory>
+    /www/svn.apache.org/builds/struts
+  </distributionDirectory>
+
+  <repository>
+    <connection>
+     scm|svn|https://svn.apache.org/repos/asf/struts/shale/trunk/
+    </connection>
+    <url>
+      http://svn.apache.org/viewcvs.cgi/struts/shale/trunk?root=Apache-SVN
+    </url>
+  </repository>
+
+  <versions>
+    <version>
+      <id>0.0.1</id>
+      <name>0.0.1</name>
+      <tag>SHALE_0_0_1</tag>
+    </version>
+  </versions>
+
+  <mailingLists>
+    <mailingList>
+      <name>Struts User List</name>
+      <subscribe>
+        users-subscribe@struts.apache.org
+      </subscribe>
+      <unsubscribe>
+        users-unsubscribe@struts.apache.org
+      </unsubscribe>
+      <archive>
+        http://www.mail-archive.com/users@struts.apache.org/
+      </archive>
+    </mailingList>
+    <mailingList>
+      <name>Struts Developer List</name>
+      <subscribe>
+        dev-subscribe@struts.apache.org
+      </subscribe>
+      <unsubscribe>
+        dev-unsubscribe@struts.apache.org
+      </unsubscribe>
+      <archive>
+        http://www.mail-archive.com/dev@struts.apache.org/
+      </archive>
+    </mailingList>
+  </mailingLists>
+
+  <developers>
+
+    <developer>
+      <name>Craig R. McClanahan</name>
+      <id>craigmcc</id>
+      <email>craigmcc@apache.org</email>
+      <organization></organization>
+    </developer>
+
+    <developer>
+      <name>Ted Husted</name>
+      <id>husted</id>
+      <email>husted@apache.org</email>
+      <organization></organization>
+    </developer>
+
+  </developers>
+
+  <build>
+
+    <nagEmailAddress>
+      dev@struts.apache.org
+    </nagEmailAddress>
+
+
+  </build>
+  
+  <reports>
+    <!-- <report>maven-checkstyle-plugin</report> -->
+    <report>maven-changelog-plugin</report>
+    <report>maven-changes-plugin</report>
+    <report>maven-developer-activity-plugin</report>
+    <report>maven-faq-plugin</report>
+    <report>maven-file-activity-plugin</report>
+    <report>maven-javadoc-plugin</report>
+    <report>maven-jdepend-plugin</report>
+    <report>maven-junit-report-plugin</report>
+    <report>maven-jxr-plugin</report>
+	<!--report>maven-linkcheck-plugin</report-->
+    <report>maven-pmd-plugin</report>
+    <report>maven-simian-plugin</report>
+    <report>maven-tasklist-plugin</report>
+    <report>maven-jcoverage-plugin</report>
+    <!--report>maven-findbugs-plugin</report-->
+  </reports>
+
+  
+  <dependencies>
+
+    <dependency>
+      <groupId>servletapi</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>2.4</version>
+      <url>http://java.sun.com/products/servlet/</url>
+    </dependency>
+    
+    <dependency>
+      <groupId>jspapi</groupId>
+      <artifactId>jsp-api</artifactId>
+      <version>2.0</version>
+      <url>http://java.sun.com/products/jsp/</url>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</artifactId>
+      <version>1.7.0</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+      <url>http://jakarta.apache.org/commons/beanutils/</url>
+    </dependency>
+    
+    <dependency>
+      <groupId>commons-chain</groupId>
+      <artifactId>commons-chain</artifactId>
+      <version>1.0</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+      <url>jakarta.apache.org/commons/chain/</url>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.0</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+      <url>jakarta.apache.org/commons/collections/</url>
+    </dependency>
+    
+    <dependency>
+      <groupId>commons-digester</groupId>
+      <artifactId>commons-digester</artifactId>
+      <version>1.7</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+      <url>jakarta.apache.org/commons/digester/</url>
+    </dependency>
+    
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.4</version>
+      <url>jakarta.apache.org/commons/logging/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-validator</groupId>
+      <artifactId>commons-validator</artifactId>
+      <version>1.1.4</version>
+      <url>jakarta.apache.org/commons/validator/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <url>http://www.junit.org/</url> 
+    </dependency>
+    
+  </dependencies>
+  
+</project>

Propchange: struts/shale/trunk/build/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/project.xml
------------------------------------------------------------------------------
    svn:keywords = author date id

Modified: struts/shale/trunk/build/spring/project.properties
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/spring/project.properties?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/spring/project.properties (original)
+++ struts/shale/trunk/build/spring/project.properties Sat Oct  1 11:09:31 2005
@@ -1,7 +1,7 @@
-
-shale.subdir=core-library
-
-maven.src.dir=../../${shale.subdir}/src
-
-maven.checkstyle.header.file=../${shale.subdir}/LICENSE.txt
-
+
+shale.subdir=core-library
+
+maven.src.dir=../../${shale.subdir}/src
+
+maven.checkstyle.header.file=../${shale.subdir}/LICENSE.txt
+

Propchange: struts/shale/trunk/build/spring/project.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/shale/trunk/build/spring/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/spring/project.xml?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/spring/project.xml (original)
+++ struts/shale/trunk/build/spring/project.xml Sat Oct  1 11:09:31 2005
@@ -1,215 +1,215 @@
-<?xml version="1.0"?>
-
-<!--
-
- Copyright 2004-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>
-  <extend>../project.xml</extend>
-  <id>shale-spring</id>
-  <name>Shale Spring Integration</name>
-  <currentVersion>1.0.0-dev</currentVersion>
-  <organization>
-    <name>Apache Software Foundation</name>
-    <url>http://struts.apache.org/</url>
-  </organization>
-
-  <!-- Gump integration -->
-  <gumpRepositoryId>jakarta</gumpRepositoryId>
-
-  <build>
-
-    <sourceDirectory>${maven.src.dir}/java</sourceDirectory>
-
-    <unitTestSourceDirectory>${maven.src.dir}/test</unitTestSourceDirectory>
-
-    <sourceModifications>
-      <sourceModification>
-        <className>x.y.z.Class</className>
-        <excludes>
-          <exclude>org/apache/shale/application/**</exclude>
-          <exclude>org/apache/shale/component/**</exclude>
-          <exclude>org/apache/shale/dialog/**</exclude>
-          <exclude>org/apache/shale/faces/**</exclude>
-          <exclude>org/apache/shale/remote/**</exclude>
-          <exclude>org/apache/shale/renderer/**</exclude>
-          <exclude>org/apache/shale/resources/**</exclude>
-          <exclude>org/apache/shale/spring/webflow/**</exclude>
-          <exclude>org/apache/shale/taglib/**</exclude>
-          <exclude>org/apache/shale/tiles/**</exclude>
-          <exclude>org/apache/shale/util/**</exclude>
-          <exclude>org/apache/shale/validator/**</exclude>
-          <exclude>org/apache/shale/view/**</exclude>
-        </excludes>
-      </sourceModification>
-    </sourceModifications>
-    
-    <!-- Unit test cases -->
-    <unitTest>
-      <includes>
-        <include>org/apache/shale/spring/*TestCase.java</include>
-      </includes>
-    </unitTest>
-
-      <resources>
-          <resource>
-            <directory>${maven.src.dir}/java/org/apache/shale/spring</directory>
-            <targetPath>META-INF</targetPath>
-            <includes>
-              <include>*.xml</include>
-            </includes>
-          </resource>
-         <resource>
-            <directory>${maven.src.dir}/..</directory>
-            <targetPath>META-INF</targetPath>
-            <includes>
-              <include>NOTICE.txt</include>
-              <include>LICENSE.txt</include>
-            </includes>
-       </resource>
-     </resources>
-  </build>
-
-  <dependencies>
-
-      <dependency>
-        <groupId>commons-validator</groupId>
-        <artifactId>commons-validator</artifactId>
-        <version>1.1.4</version>
-        <url>jakarta.apache.org/commons/validator/</url>
-      </dependency>
-
-      <dependency>
-        <groupId>jstl</groupId>
-        <artifactId>jstl</artifactId>
-        <version>1.1.2</version>
-        <url>jakarta.apache.org/commons/validator/</url>
-      </dependency>
-
-      <dependency>
-        <groupId>taglibs</groupId>
-        <artifactId>standard</artifactId>
-        <version>1.1.2</version>
-      </dependency>
-
-      <dependency>
-        <groupId>portlet-api</groupId>
-        <artifactId>portlet-api</artifactId>
-        <version>1.0</version>
-      </dependency>
-
-      <dependency>
-        <groupId>springframework</groupId>
-        <artifactId>spring</artifactId>
-        <version>1.2.2</version>
-        <url>http://www.springframework.org/download</url>
-      </dependency>
-
-      <dependency>
-        <groupId>springframework</groupId>
-        <artifactId>spring-aop</artifactId>
-        <version>1.2.2</version>
-        <url>http://www.springframework.org/download</url>
-      </dependency>
-
-      <dependency>
-        <groupId>springframework</groupId>
-        <artifactId>spring-beans</artifactId>
-        <version>1.2.2</version>
-        <url>http://www.springframework.org/download</url>
-      </dependency>
-
-      <dependency>
-        <groupId>springframework</groupId>
-        <artifactId>spring-context</artifactId>
-        <version>1.2.2</version>
-        <url>http://www.springframework.org/download</url>
-      </dependency>
-
-      <dependency>
-        <groupId>springframework</groupId>
-        <artifactId>spring-core</artifactId>
-        <version>1.2.2</version>
-        <url>http://www.springframework.org/download</url>
-      </dependency>
-
-      <dependency>
-        <groupId>springframework</groupId>
-        <artifactId>spring-dao</artifactId>
-        <version>1.2.2</version>
-        <url>http://www.springframework.org/download</url>
-      </dependency>
-
-      <dependency>
-        <groupId>springframework</groupId>
-        <artifactId>spring-hibernate</artifactId>
-        <version>1.2.2</version>
-        <url>http://www.springframework.org/download</url>
-      </dependency>
-
-      <dependency>
-        <groupId>springframework</groupId>
-        <artifactId>spring-jdbc</artifactId>
-        <version>1.2.2</version>
-        <url>http://www.springframework.org/download</url>
-      </dependency>
-
-      <dependency>
-        <groupId>springframework</groupId>
-        <artifactId>spring-mock</artifactId>
-        <version>1.2.2</version>
-        <url>http://www.springframework.org/download</url>
-      </dependency>
-
-      <dependency>
-        <groupId>springframework</groupId>
-        <artifactId>spring-orm</artifactId>
-        <version>1.2.2</version>
-        <url>http://www.springframework.org/download</url>
-      </dependency>
-
-      <dependency>
-        <groupId>springframework</groupId>
-        <artifactId>spring-remoting</artifactId>
-        <version>1.2.2</version>
-        <url>http://www.springframework.org/download</url>
-      </dependency>
-
-      <dependency>
-        <groupId>springframework</groupId>
-        <artifactId>spring-support</artifactId>
-        <version>1.2.2</version>
-        <url>http://www.springframework.org/download</url>
-      </dependency>
-
-      <dependency>
-        <groupId>springframework</groupId>
-        <artifactId>spring-web</artifactId>
-        <version>1.2.2</version>
-        <url>http://www.springframework.org/download</url>
-      </dependency>
-
-      <dependency>
-        <groupId>springframework</groupId>
-        <artifactId>spring-webmvc</artifactId>
-        <version>1.2.2</version>
-        <url>http://www.springframework.org/download</url>
-      </dependency>
-
-  </dependencies>
-
-</project>
+<?xml version="1.0"?>
+
+<!--
+
+ Copyright 2004-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>
+  <extend>../project.xml</extend>
+  <id>shale-spring</id>
+  <name>Shale Spring Integration</name>
+  <currentVersion>1.0.0-dev</currentVersion>
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://struts.apache.org/</url>
+  </organization>
+
+  <!-- Gump integration -->
+  <gumpRepositoryId>jakarta</gumpRepositoryId>
+
+  <build>
+
+    <sourceDirectory>${maven.src.dir}/java</sourceDirectory>
+
+    <unitTestSourceDirectory>${maven.src.dir}/test</unitTestSourceDirectory>
+
+    <sourceModifications>
+      <sourceModification>
+        <className>x.y.z.Class</className>
+        <excludes>
+          <exclude>org/apache/shale/application/**</exclude>
+          <exclude>org/apache/shale/component/**</exclude>
+          <exclude>org/apache/shale/dialog/**</exclude>
+          <exclude>org/apache/shale/faces/**</exclude>
+          <exclude>org/apache/shale/remote/**</exclude>
+          <exclude>org/apache/shale/renderer/**</exclude>
+          <exclude>org/apache/shale/resources/**</exclude>
+          <exclude>org/apache/shale/spring/webflow/**</exclude>
+          <exclude>org/apache/shale/taglib/**</exclude>
+          <exclude>org/apache/shale/tiles/**</exclude>
+          <exclude>org/apache/shale/util/**</exclude>
+          <exclude>org/apache/shale/validator/**</exclude>
+          <exclude>org/apache/shale/view/**</exclude>
+        </excludes>
+      </sourceModification>
+    </sourceModifications>
+    
+    <!-- Unit test cases -->
+    <unitTest>
+      <includes>
+        <include>org/apache/shale/spring/*TestCase.java</include>
+      </includes>
+    </unitTest>
+
+      <resources>
+          <resource>
+            <directory>${maven.src.dir}/java/org/apache/shale/spring</directory>
+            <targetPath>META-INF</targetPath>
+            <includes>
+              <include>*.xml</include>
+            </includes>
+          </resource>
+         <resource>
+            <directory>${maven.src.dir}/..</directory>
+            <targetPath>META-INF</targetPath>
+            <includes>
+              <include>NOTICE.txt</include>
+              <include>LICENSE.txt</include>
+            </includes>
+       </resource>
+     </resources>
+  </build>
+
+  <dependencies>
+
+      <dependency>
+        <groupId>commons-validator</groupId>
+        <artifactId>commons-validator</artifactId>
+        <version>1.1.4</version>
+        <url>jakarta.apache.org/commons/validator/</url>
+      </dependency>
+
+      <dependency>
+        <groupId>jstl</groupId>
+        <artifactId>jstl</artifactId>
+        <version>1.1.2</version>
+        <url>jakarta.apache.org/commons/validator/</url>
+      </dependency>
+
+      <dependency>
+        <groupId>taglibs</groupId>
+        <artifactId>standard</artifactId>
+        <version>1.1.2</version>
+      </dependency>
+
+      <dependency>
+        <groupId>portlet-api</groupId>
+        <artifactId>portlet-api</artifactId>
+        <version>1.0</version>
+      </dependency>
+
+      <dependency>
+        <groupId>springframework</groupId>
+        <artifactId>spring</artifactId>
+        <version>1.2.2</version>
+        <url>http://www.springframework.org/download</url>
+      </dependency>
+
+      <dependency>
+        <groupId>springframework</groupId>
+        <artifactId>spring-aop</artifactId>
+        <version>1.2.2</version>
+        <url>http://www.springframework.org/download</url>
+      </dependency>
+
+      <dependency>
+        <groupId>springframework</groupId>
+        <artifactId>spring-beans</artifactId>
+        <version>1.2.2</version>
+        <url>http://www.springframework.org/download</url>
+      </dependency>
+
+      <dependency>
+        <groupId>springframework</groupId>
+        <artifactId>spring-context</artifactId>
+        <version>1.2.2</version>
+        <url>http://www.springframework.org/download</url>
+      </dependency>
+
+      <dependency>
+        <groupId>springframework</groupId>
+        <artifactId>spring-core</artifactId>
+        <version>1.2.2</version>
+        <url>http://www.springframework.org/download</url>
+      </dependency>
+
+      <dependency>
+        <groupId>springframework</groupId>
+        <artifactId>spring-dao</artifactId>
+        <version>1.2.2</version>
+        <url>http://www.springframework.org/download</url>
+      </dependency>
+
+      <dependency>
+        <groupId>springframework</groupId>
+        <artifactId>spring-hibernate</artifactId>
+        <version>1.2.2</version>
+        <url>http://www.springframework.org/download</url>
+      </dependency>
+
+      <dependency>
+        <groupId>springframework</groupId>
+        <artifactId>spring-jdbc</artifactId>
+        <version>1.2.2</version>
+        <url>http://www.springframework.org/download</url>
+      </dependency>
+
+      <dependency>
+        <groupId>springframework</groupId>
+        <artifactId>spring-mock</artifactId>
+        <version>1.2.2</version>
+        <url>http://www.springframework.org/download</url>
+      </dependency>
+
+      <dependency>
+        <groupId>springframework</groupId>
+        <artifactId>spring-orm</artifactId>
+        <version>1.2.2</version>
+        <url>http://www.springframework.org/download</url>
+      </dependency>
+
+      <dependency>
+        <groupId>springframework</groupId>
+        <artifactId>spring-remoting</artifactId>
+        <version>1.2.2</version>
+        <url>http://www.springframework.org/download</url>
+      </dependency>
+
+      <dependency>
+        <groupId>springframework</groupId>
+        <artifactId>spring-support</artifactId>
+        <version>1.2.2</version>
+        <url>http://www.springframework.org/download</url>
+      </dependency>
+
+      <dependency>
+        <groupId>springframework</groupId>
+        <artifactId>spring-web</artifactId>
+        <version>1.2.2</version>
+        <url>http://www.springframework.org/download</url>
+      </dependency>
+
+      <dependency>
+        <groupId>springframework</groupId>
+        <artifactId>spring-webmvc</artifactId>
+        <version>1.2.2</version>
+        <url>http://www.springframework.org/download</url>
+      </dependency>
+
+  </dependencies>
+
+</project>

Propchange: struts/shale/trunk/build/spring/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/spring/project.xml
------------------------------------------------------------------------------
    svn:keywords = author date id

Modified: struts/shale/trunk/build/spring/webflow/project.properties
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/spring/webflow/project.properties?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/spring/webflow/project.properties (original)
+++ struts/shale/trunk/build/spring/webflow/project.properties Sat Oct  1 11:09:31 2005
@@ -1,8 +1,8 @@
-
-shale.subdir=core-library
-
-maven.src.dir=../../../${shale.subdir}/src
-
-maven.checkstyle.header.file=../../${shale.subdir}/LICENSE.txt
-
-
+
+shale.subdir=core-library
+
+maven.src.dir=../../../${shale.subdir}/src
+
+maven.checkstyle.header.file=../../${shale.subdir}/LICENSE.txt
+
+

Propchange: struts/shale/trunk/build/spring/webflow/project.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/shale/trunk/build/spring/webflow/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/spring/webflow/project.xml?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/spring/webflow/project.xml (original)
+++ struts/shale/trunk/build/spring/webflow/project.xml Sat Oct  1 11:09:31 2005
@@ -1,91 +1,91 @@
-<?xml version="1.0"?>
-
-<!--
-
- Copyright 2004-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>
-  <extend>../project.xml</extend>
-  <id>shale-spring-webflow</id>
-  <name>Shale Spring WebFlow Integration</name>
-  <currentVersion>1.0.0-dev</currentVersion>
-  <organization>
-    <name>Apache Software Foundation</name>
-    <url>http://struts.apache.org/</url>
-  </organization>
-
-  <!-- Gump integration -->
-  <gumpRepositoryId>jakarta</gumpRepositoryId>
-
-  <build>
-
-    <sourceDirectory>${maven.src.dir}/java</sourceDirectory>
-
-    <unitTestSourceDirectory>${maven.src.dir}/test</unitTestSourceDirectory>
-
-    <sourceModifications>
-      <sourceModification>
-        <className>x.y.z.Class</className>
-        <excludes>
-          <exclude>org/apache/shale/application/**</exclude>
-          <exclude>org/apache/shale/component/**</exclude>
-          <exclude>org/apache/shale/dialog/**</exclude>
-          <exclude>org/apache/shale/faces/**</exclude>
-          <exclude>org/apache/shale/remote/**</exclude>
-          <exclude>org/apache/shale/renderer/**</exclude>
-          <exclude>org/apache/shale/resources/**</exclude>
-          <exclude>org/apache/shale/spring/*</exclude>
-          <exclude>org/apache/shale/taglib/**</exclude>
-          <exclude>org/apache/shale/tiles/**</exclude>
-          <exclude>org/apache/shale/util/**</exclude>
-          <exclude>org/apache/shale/validator/**</exclude>
-          <exclude>org/apache/shale/view/**</exclude>
-        </excludes>
-      </sourceModification>
-    </sourceModifications>
-    
-    <!-- Unit test cases -->
-    <unitTest>
-      <includes>
-        <include>org/apache/shale/spring/webflow/*TestCase.java</include>
-      </includes>
-    </unitTest>
-
-     <resources>
-       <resource>
-            <directory>${maven.src.dir}/..</directory>
-            <targetPath>META-INF</targetPath>
-            <includes>
-              <include>NOTICE.txt</include>
-              <include>LICENSE.txt</include>
-            </includes>
-       </resource>
-     </resources>
-  </build>
-
-  <dependencies>
-
-      <dependency>
-        <groupId>springframework</groupId>
-        <artifactId>spring-webflow</artifactId>
-        <version>PR4</version>
-        <url>http://www.springframework.org/download</url>
-      </dependency>
-
-  </dependencies>
-
-</project>
+<?xml version="1.0"?>
+
+<!--
+
+ Copyright 2004-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>
+  <extend>../project.xml</extend>
+  <id>shale-spring-webflow</id>
+  <name>Shale Spring WebFlow Integration</name>
+  <currentVersion>1.0.0-dev</currentVersion>
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://struts.apache.org/</url>
+  </organization>
+
+  <!-- Gump integration -->
+  <gumpRepositoryId>jakarta</gumpRepositoryId>
+
+  <build>
+
+    <sourceDirectory>${maven.src.dir}/java</sourceDirectory>
+
+    <unitTestSourceDirectory>${maven.src.dir}/test</unitTestSourceDirectory>
+
+    <sourceModifications>
+      <sourceModification>
+        <className>x.y.z.Class</className>
+        <excludes>
+          <exclude>org/apache/shale/application/**</exclude>
+          <exclude>org/apache/shale/component/**</exclude>
+          <exclude>org/apache/shale/dialog/**</exclude>
+          <exclude>org/apache/shale/faces/**</exclude>
+          <exclude>org/apache/shale/remote/**</exclude>
+          <exclude>org/apache/shale/renderer/**</exclude>
+          <exclude>org/apache/shale/resources/**</exclude>
+          <exclude>org/apache/shale/spring/*</exclude>
+          <exclude>org/apache/shale/taglib/**</exclude>
+          <exclude>org/apache/shale/tiles/**</exclude>
+          <exclude>org/apache/shale/util/**</exclude>
+          <exclude>org/apache/shale/validator/**</exclude>
+          <exclude>org/apache/shale/view/**</exclude>
+        </excludes>
+      </sourceModification>
+    </sourceModifications>
+    
+    <!-- Unit test cases -->
+    <unitTest>
+      <includes>
+        <include>org/apache/shale/spring/webflow/*TestCase.java</include>
+      </includes>
+    </unitTest>
+
+     <resources>
+       <resource>
+            <directory>${maven.src.dir}/..</directory>
+            <targetPath>META-INF</targetPath>
+            <includes>
+              <include>NOTICE.txt</include>
+              <include>LICENSE.txt</include>
+            </includes>
+       </resource>
+     </resources>
+  </build>
+
+  <dependencies>
+
+      <dependency>
+        <groupId>springframework</groupId>
+        <artifactId>spring-webflow</artifactId>
+        <version>PR4</version>
+        <url>http://www.springframework.org/download</url>
+      </dependency>
+
+  </dependencies>
+
+</project>

Propchange: struts/shale/trunk/build/spring/webflow/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/spring/webflow/project.xml
------------------------------------------------------------------------------
    svn:keywords = author date id

Modified: struts/shale/trunk/build/test-framework/project.properties
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/test-framework/project.properties?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/test-framework/project.properties (original)
+++ struts/shale/trunk/build/test-framework/project.properties Sat Oct  1 11:09:31 2005
@@ -1,9 +1,9 @@
-
-shale.subdir=test-framework
-
-maven.src.dir=../../${shale.subdir}/src
-
-maven.checkstyle.header.file=../${shale.subdir}/LICENSE.txt
-
-maven.docs.src=../${shale.subdir}/xdocs
-
+
+shale.subdir=test-framework
+
+maven.src.dir=../../${shale.subdir}/src
+
+maven.checkstyle.header.file=../${shale.subdir}/LICENSE.txt
+
+maven.docs.src=../${shale.subdir}/xdocs
+

Propchange: struts/shale/trunk/build/test-framework/project.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/shale/trunk/build/test-framework/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/test-framework/project.xml?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/test-framework/project.xml (original)
+++ struts/shale/trunk/build/test-framework/project.xml Sat Oct  1 11:09:31 2005
@@ -1,72 +1,72 @@
-<?xml version="1.0"?>
-<!-- 
-/*
- * Copyright 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>
-
-  <extend>../project.xml</extend>
-  <id>shale-test</id>
-  <name>Shale Test Framework</name>
-
-  <build>
-    <sourceDirectory>${maven.src.dir}/java</sourceDirectory>
-    <unitTestSourceDirectory>${maven.src.dir}/test</unitTestSourceDirectory>
-    <unitTest>
-      <includes>
-        <include>**/*TestCase.java</include>
-      </includes>
-    </unitTest>
-      
-    <defaultGoal>jar</defaultGoal>
-    
-      <resources>
-        <resource>
-          <directory>${maven.src.dir}/conf/share</directory>
-          <targetPath>org/apache/struts/resources</targetPath>
-          <includes>
-            <include>**/*.xml</include>
-            <include>**/*.dtd</include>
-          </includes>
-        </resource>
-        <resource>
-          <directory>${maven.src.dir}/test</directory>
-          <includes>
-            <include>**/*.xml</include>
-          </includes>
-        </resource>
-        <resource>
-            <directory>${maven.src.dir}/..</directory>
-            <targetPath>META-INF</targetPath>
-            <includes>
-              <include>NOTICE.txt</include>
-              <include>LICENSE.txt</include>
-            </includes>
-       </resource>
-     </resources>
-
-  </build>
-
-  <dependencies>
-    <dependency>
-      <groupId>shale</groupId>
-      <artifactId>shale-core</artifactId>
-      <version>1.0.0-dev</version>
-    </dependency>
-  </dependencies>
-
-</project>
+<?xml version="1.0"?>
+<!-- 
+/*
+ * Copyright 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>
+
+  <extend>../project.xml</extend>
+  <id>shale-test</id>
+  <name>Shale Test Framework</name>
+
+  <build>
+    <sourceDirectory>${maven.src.dir}/java</sourceDirectory>
+    <unitTestSourceDirectory>${maven.src.dir}/test</unitTestSourceDirectory>
+    <unitTest>
+      <includes>
+        <include>**/*TestCase.java</include>
+      </includes>
+    </unitTest>
+      
+    <defaultGoal>jar</defaultGoal>
+    
+      <resources>
+        <resource>
+          <directory>${maven.src.dir}/conf/share</directory>
+          <targetPath>org/apache/struts/resources</targetPath>
+          <includes>
+            <include>**/*.xml</include>
+            <include>**/*.dtd</include>
+          </includes>
+        </resource>
+        <resource>
+          <directory>${maven.src.dir}/test</directory>
+          <includes>
+            <include>**/*.xml</include>
+          </includes>
+        </resource>
+        <resource>
+            <directory>${maven.src.dir}/..</directory>
+            <targetPath>META-INF</targetPath>
+            <includes>
+              <include>NOTICE.txt</include>
+              <include>LICENSE.txt</include>
+            </includes>
+       </resource>
+     </resources>
+
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>shale</groupId>
+      <artifactId>shale-core</artifactId>
+      <version>1.0.0-dev</version>
+    </dependency>
+  </dependencies>
+
+</project>

Propchange: struts/shale/trunk/build/test-framework/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/test-framework/project.xml
------------------------------------------------------------------------------
    svn:keywords = author date id

Modified: struts/shale/trunk/build/tiles/project.properties
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/tiles/project.properties?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/tiles/project.properties (original)
+++ struts/shale/trunk/build/tiles/project.properties Sat Oct  1 11:09:31 2005
@@ -1,12 +1,12 @@
-
-# Standalone Tiles SNAPSHOT is on cvs.apache.org
-maven.repo.remote=http://www.ibiblio.org/maven/,http://cvs.apache.org/repository
-
-shale.subdir=core-library
-
-maven.src.dir=../../${shale.subdir}/src
-
-maven.checkstyle.header.file=../${shale.subdir}/LICENSE.txt
-
-maven.docs.src=../${shale.subdir}/xdocs
-
+
+# Standalone Tiles SNAPSHOT is on cvs.apache.org
+maven.repo.remote=http://www.ibiblio.org/maven/,http://cvs.apache.org/repository
+
+shale.subdir=core-library
+
+maven.src.dir=../../${shale.subdir}/src
+
+maven.checkstyle.header.file=../${shale.subdir}/LICENSE.txt
+
+maven.docs.src=../${shale.subdir}/xdocs
+

Propchange: struts/shale/trunk/build/tiles/project.properties
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org