You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/06/17 23:08:01 UTC

svn commit: r955748 [3/7] - in /geronimo/server/branches/2.1.6: ./ assemblies/ assemblies/geronimo-boilerplate-minimal/ assemblies/geronimo-framework/ assemblies/geronimo-jetty6-javaee5/ assemblies/geronimo-jetty6-minimal/ assemblies/geronimo-tomcat6-j...

Modified: geronimo/server/branches/2.1.6/plugins/dojo-legacy/dojo-legacy-jetty6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/dojo-legacy/dojo-legacy-jetty6/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/dojo-legacy/dojo-legacy-jetty6/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/dojo-legacy/dojo-legacy-jetty6/pom.xml Thu Jun 17 21:07:52 2010
@@ -1,102 +1,102 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You 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.
--->
-
-<!-- $Rev: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 2008) $ -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>dojo-legacy</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.configs</groupId>
-    <artifactId>dojo-legacy-jetty6</artifactId>
-    <name>Geronimo Plugins, Dojo Legacy :: Jetty6</name>
-    <packaging>car</packaging>
-    
-    <description>
-        The Dojo AJAX library for Geronimo. This binds to /dojo so that
-        applications needing to add dojo support can simply include a
-        reference to /dojo/dojo.js to enable Dojo support.
-    </description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-dojo-legacy</artifactId>
-            <version>${version}</version>
-            <type>war</type>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>jasper</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>jetty6-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <resources>
-            <resource>
-                <directory>${pom.basedir}/src/main/resources</directory>
-                <filtering>true</filtering>
-            </resource>
-        </resources>
-
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport</groupId>
-                <artifactId>car-maven-plugin</artifactId>
-                <configuration>
-                    <deploymentConfigs>
-                        <deploymentConfig>${gbeanDeployer}</deploymentConfig>
-                        <deploymentConfig>${j2eeDeployer}</deploymentConfig>
-                        <deploymentConfig>${jetty6Deployer}</deploymentConfig>
-                    </deploymentConfigs>
-                    <module>
-                        <groupId>org.apache.geronimo.modules</groupId>
-                        <artifactId>geronimo-dojo-legacy</artifactId>
-                        <version>${version}</version>
-                        <type>war</type>
-                    </module>
-
-                    <category>Web Framework</category>
-                    <useMavenDependencies>
-                        <value>true</value>
-                        <includeVersion>true</includeVersion>
-                    </useMavenDependencies>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
+-->
+
+<!-- $Rev: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 2008) $ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.geronimo.plugins</groupId>
+        <artifactId>dojo-legacy</artifactId>
+        <version>2.1.6-SNAPSHOT</version>
+    </parent>
+    
+    <groupId>org.apache.geronimo.configs</groupId>
+    <artifactId>dojo-legacy-jetty6</artifactId>
+    <name>Geronimo Plugins, Dojo Legacy :: Jetty6</name>
+    <packaging>car</packaging>
+    
+    <description>
+        The Dojo AJAX library for Geronimo. This binds to /dojo so that
+        applications needing to add dojo support can simply include a
+        reference to /dojo/dojo.js to enable Dojo support.
+    </description>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-dojo-legacy</artifactId>
+            <version>${version}</version>
+            <type>war</type>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>jasper</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>jetty6-deployer</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <resources>
+            <resource>
+                <directory>${pom.basedir}/src/main/resources</directory>
+                <filtering>true</filtering>
+            </resource>
+        </resources>
+
+        <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.buildsupport</groupId>
+                <artifactId>car-maven-plugin</artifactId>
+                <configuration>
+                    <deploymentConfigs>
+                        <deploymentConfig>${gbeanDeployer}</deploymentConfig>
+                        <deploymentConfig>${j2eeDeployer}</deploymentConfig>
+                        <deploymentConfig>${jetty6Deployer}</deploymentConfig>
+                    </deploymentConfigs>
+                    <module>
+                        <groupId>org.apache.geronimo.modules</groupId>
+                        <artifactId>geronimo-dojo-legacy</artifactId>
+                        <version>${version}</version>
+                        <type>war</type>
+                    </module>
+
+                    <category>Web Framework</category>
+                    <useMavenDependencies>
+                        <value>true</value>
+                        <includeVersion>true</includeVersion>
+                    </useMavenDependencies>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>

Modified: geronimo/server/branches/2.1.6/plugins/dojo-legacy/dojo-legacy-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/dojo-legacy/dojo-legacy-tomcat/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/dojo-legacy/dojo-legacy-tomcat/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/dojo-legacy/dojo-legacy-tomcat/pom.xml Thu Jun 17 21:07:52 2010
@@ -1,102 +1,102 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You 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.
--->
-
-<!-- $Rev: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 2008) $ -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>dojo-legacy</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.configs</groupId>
-    <artifactId>dojo-legacy-tomcat</artifactId>
-    <name>Geronimo Plugins, Dojo Legacy :: Tomcat</name>
-    <packaging>car</packaging>
-    
-    <description>
-        The Dojo AJAX library for Geronimo. This binds to /dojo so that
-        applications needing to add dojo support can simply include a
-        reference to /dojo/dojo.js to enable Dojo support.
-    </description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-dojo-legacy</artifactId>
-            <version>${version}</version>
-            <type>war</type>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>jasper</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>tomcat6-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <resources>
-            <resource>
-                <directory>${pom.basedir}/src/main/resources</directory>
-                <filtering>true</filtering>
-            </resource>
-        </resources>
-
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport</groupId>
-                <artifactId>car-maven-plugin</artifactId>
-                <configuration>
-                    <deploymentConfigs>
-                        <deploymentConfig>${gbeanDeployer}</deploymentConfig>
-                        <deploymentConfig>${j2eeDeployer}</deploymentConfig>
-                        <deploymentConfig>${tomcatDeployer}</deploymentConfig>
-                    </deploymentConfigs>
-                    <module>
-                        <groupId>org.apache.geronimo.modules</groupId>
-                        <artifactId>geronimo-dojo-legacy</artifactId>
-                        <version>${version}</version>
-                        <type>war</type>
-                    </module>
-
-                    <category>Web Framework</category>
-                    <useMavenDependencies>
-                        <value>true</value>
-                        <includeVersion>true</includeVersion>
-                    </useMavenDependencies>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
+-->
+
+<!-- $Rev: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 2008) $ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.geronimo.plugins</groupId>
+        <artifactId>dojo-legacy</artifactId>
+        <version>2.1.6-SNAPSHOT</version>
+    </parent>
+    
+    <groupId>org.apache.geronimo.configs</groupId>
+    <artifactId>dojo-legacy-tomcat</artifactId>
+    <name>Geronimo Plugins, Dojo Legacy :: Tomcat</name>
+    <packaging>car</packaging>
+    
+    <description>
+        The Dojo AJAX library for Geronimo. This binds to /dojo so that
+        applications needing to add dojo support can simply include a
+        reference to /dojo/dojo.js to enable Dojo support.
+    </description>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-dojo-legacy</artifactId>
+            <version>${version}</version>
+            <type>war</type>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>jasper</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>tomcat6-deployer</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <resources>
+            <resource>
+                <directory>${pom.basedir}/src/main/resources</directory>
+                <filtering>true</filtering>
+            </resource>
+        </resources>
+
+        <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.buildsupport</groupId>
+                <artifactId>car-maven-plugin</artifactId>
+                <configuration>
+                    <deploymentConfigs>
+                        <deploymentConfig>${gbeanDeployer}</deploymentConfig>
+                        <deploymentConfig>${j2eeDeployer}</deploymentConfig>
+                        <deploymentConfig>${tomcatDeployer}</deploymentConfig>
+                    </deploymentConfigs>
+                    <module>
+                        <groupId>org.apache.geronimo.modules</groupId>
+                        <artifactId>geronimo-dojo-legacy</artifactId>
+                        <version>${version}</version>
+                        <type>war</type>
+                    </module>
+
+                    <category>Web Framework</category>
+                    <useMavenDependencies>
+                        <value>true</value>
+                        <includeVersion>true</includeVersion>
+                    </useMavenDependencies>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>

Modified: geronimo/server/branches/2.1.6/plugins/dojo-legacy/geronimo-dojo-legacy/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/dojo-legacy/geronimo-dojo-legacy/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/dojo-legacy/geronimo-dojo-legacy/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/dojo-legacy/geronimo-dojo-legacy/pom.xml Thu Jun 17 21:07:52 2010
@@ -1,123 +1,123 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You 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.
--->
-
-<!-- $Rev: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 2008) $ -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>dojo-legacy</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.modules</groupId>
-    <artifactId>geronimo-dojo-legacy</artifactId>
-    <name>Geronimo Plugins, Dojo Legacy :: Core</name>
-    <packaging>war</packaging>
-
-    <description>
-        A web application containing the Dojo library files. This web
-        application makes a shared copy of the files available to
-        all web applications in the server.
-    </description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-system</artifactId>
-            <version>${version}</version>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.dojotoolkit</groupId>
-            <artifactId>dojolegacy</artifactId>
-            <version>${dojoLegacyVersion}</version>
-            <type>tgz</type>
-        </dependency>
-    </dependencies>
-
-    <!-- this build process extracts certain files from dojo.tgz into a webapp. -->
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>unpack</id>
-                        <goals>
-                            <goal>unpack</goal>
-                        </goals>
-                        <configuration>
-                            <artifactItems>
-                                <artifactItem>
-                                    <groupId>org.dojotoolkit</groupId>
-                                    <artifactId>dojolegacy</artifactId>
-                                    <version>${dojoLegacyVersion}</version>
-                                    <type>tgz</type>
-                                    <outputDirectory>${project.build.directory}</outputDirectory>
-                                </artifactItem>
-                            </artifactItems>
-                            <outputDirectory>${project.build.directory}</outputDirectory>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-war-plugin</artifactId>
-                <configuration>
-                    <webResources>
-                        <resource>
-                            <directory>${project.build.directory}/dojo-${dojoLegacyVersion}-ajax/</directory>
-                            <includes>
-                                <include>src/**</include>
-                                <include>*.js</include>
-                                <include>*.html</include>
-                                <include>*.swf</include>
-                                <include>LICENSE</include>
-                            </includes>
-                        </resource>
-                        
-                        <!--
-                        HACK: Include legal files explicity, otherwise they will end up in the wrong path
-                              or in another jar file in the war.
-                        
-                        NOTE: targetPath is broken for webResources (as documented)
-                        -->
-                        <resource>
-                            <directory>${project.build.outputDirectory}</directory>
-                            <includes>
-                                <include>META-INF/LICENSE*</include>
-                                <include>META-INF/NOTICE*</include>
-                                <include>META-INF/DISCLAIMER*</include>
-                            </includes>
-                        </resource>
-                    </webResources>
-                    <webXml>${pom.basedir}/src/main/webapp/WEB-INF/web.xml</webXml>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
+-->
+
+<!-- $Rev: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 2008) $ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.geronimo.plugins</groupId>
+        <artifactId>dojo-legacy</artifactId>
+        <version>2.1.6-SNAPSHOT</version>
+    </parent>
+    
+    <groupId>org.apache.geronimo.modules</groupId>
+    <artifactId>geronimo-dojo-legacy</artifactId>
+    <name>Geronimo Plugins, Dojo Legacy :: Core</name>
+    <packaging>war</packaging>
+
+    <description>
+        A web application containing the Dojo library files. This web
+        application makes a shared copy of the files available to
+        all web applications in the server.
+    </description>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>geronimo-system</artifactId>
+            <version>${version}</version>
+            <scope>provided</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.dojotoolkit</groupId>
+            <artifactId>dojolegacy</artifactId>
+            <version>${dojoLegacyVersion}</version>
+            <type>tgz</type>
+        </dependency>
+    </dependencies>
+
+    <!-- this build process extracts certain files from dojo.tgz into a webapp. -->
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>unpack</id>
+                        <goals>
+                            <goal>unpack</goal>
+                        </goals>
+                        <configuration>
+                            <artifactItems>
+                                <artifactItem>
+                                    <groupId>org.dojotoolkit</groupId>
+                                    <artifactId>dojolegacy</artifactId>
+                                    <version>${dojoLegacyVersion}</version>
+                                    <type>tgz</type>
+                                    <outputDirectory>${project.build.directory}</outputDirectory>
+                                </artifactItem>
+                            </artifactItems>
+                            <outputDirectory>${project.build.directory}</outputDirectory>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-war-plugin</artifactId>
+                <configuration>
+                    <webResources>
+                        <resource>
+                            <directory>${project.build.directory}/dojo-${dojoLegacyVersion}-ajax/</directory>
+                            <includes>
+                                <include>src/**</include>
+                                <include>*.js</include>
+                                <include>*.html</include>
+                                <include>*.swf</include>
+                                <include>LICENSE</include>
+                            </includes>
+                        </resource>
+                        
+                        <!--
+                        HACK: Include legal files explicity, otherwise they will end up in the wrong path
+                              or in another jar file in the war.
+                        
+                        NOTE: targetPath is broken for webResources (as documented)
+                        -->
+                        <resource>
+                            <directory>${project.build.outputDirectory}</directory>
+                            <includes>
+                                <include>META-INF/LICENSE*</include>
+                                <include>META-INF/NOTICE*</include>
+                                <include>META-INF/DISCLAIMER*</include>
+                            </includes>
+                        </resource>
+                    </webResources>
+                    <webXml>${pom.basedir}/src/main/webapp/WEB-INF/web.xml</webXml>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>

Modified: geronimo/server/branches/2.1.6/plugins/dojo-legacy/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/dojo-legacy/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/dojo-legacy/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/dojo-legacy/pom.xml Thu Jun 17 21:07:52 2010
@@ -1,45 +1,45 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You 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.
--->
-
-<!-- $Rev: 590482 $ $Date: 2007-10-30 16:51:54 -0500 (Tue, 30 Oct 2007) $ -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>plugins</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>dojo-legacy</artifactId>
-    <name>Geronimo Plugins, Dojo Legacy</name>
-    <packaging>pom</packaging>
-
-    <description>
-        Dojo legacy plugin
-    </description>
-
-    <modules>
-        <module>dojo-legacy-jetty6</module>
-        <module>dojo-legacy-tomcat</module>
-        <module>geronimo-dojo-legacy</module>
-    </modules>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
+-->
+
+<!-- $Rev: 590482 $ $Date: 2007-10-30 16:51:54 -0500 (Tue, 30 Oct 2007) $ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.geronimo.plugins</groupId>
+        <artifactId>plugins</artifactId>
+        <version>2.1.6-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>dojo-legacy</artifactId>
+    <name>Geronimo Plugins, Dojo Legacy</name>
+    <packaging>pom</packaging>
+
+    <description>
+        Dojo legacy plugin
+    </description>
+
+    <modules>
+        <module>dojo-legacy-jetty6</module>
+        <module>dojo-legacy-tomcat</module>
+        <module>geronimo-dojo-legacy</module>
+    </modules>
+
+</project>

Modified: geronimo/server/branches/2.1.6/plugins/dojo/dojo-jetty6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/dojo/dojo-jetty6/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/dojo/dojo-jetty6/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/dojo/dojo-jetty6/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>dojo</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/dojo/dojo-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/dojo/dojo-tomcat/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/dojo/dojo-tomcat/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/dojo/dojo-tomcat/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>dojo</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/dojo/geronimo-dojo/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/dojo/geronimo-dojo/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/dojo/geronimo-dojo/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/dojo/geronimo-dojo/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>dojo</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/dojo/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/dojo/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/dojo/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/dojo/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>dojo</artifactId>

Modified: geronimo/server/branches/2.1.6/plugins/hotdeploy/geronimo-hot-deploy/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/hotdeploy/geronimo-hot-deploy/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/hotdeploy/geronimo-hot-deploy/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/hotdeploy/geronimo-hot-deploy/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>hotdeploy</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/hotdeploy/hot-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/hotdeploy/hot-deployer/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/hotdeploy/hot-deployer/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/hotdeploy/hot-deployer/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>hotdeploy</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/hotdeploy/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/hotdeploy/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/hotdeploy/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/hotdeploy/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>hotdeploy</artifactId>

Modified: geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-j2ee-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-j2ee-builder/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-j2ee-builder/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-j2ee-builder/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-j2ee-schema/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-j2ee-schema/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-j2ee-schema/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-j2ee-schema/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-naming-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-naming-builder/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-naming-builder/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-naming-builder/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-security-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-security-builder/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-security-builder/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-security-builder/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-test-ddbean/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-test-ddbean/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-test-ddbean/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-test-ddbean/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-web-2.5-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-web-2.5-builder/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-web-2.5-builder/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/j2ee/geronimo-web-2.5-builder/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/j2ee/j2ee-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/j2ee/j2ee-deployer/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/j2ee/j2ee-deployer/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/j2ee/j2ee-deployer/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/j2ee/j2ee-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/j2ee/j2ee-server/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/j2ee/j2ee-server/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/j2ee/j2ee-server/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/j2ee/jsr88-ear-configurer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/j2ee/jsr88-ear-configurer/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/j2ee/jsr88-ear-configurer/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/j2ee/jsr88-ear-configurer/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/j2ee/jsr88-jar-configurer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/j2ee/jsr88-jar-configurer/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/j2ee/jsr88-jar-configurer/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/j2ee/jsr88-jar-configurer/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/j2ee/jsr88-rar-configurer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/j2ee/jsr88-rar-configurer/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/j2ee/jsr88-rar-configurer/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/j2ee/jsr88-rar-configurer/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/j2ee/jsr88-war-configurer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/j2ee/jsr88-war-configurer/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/j2ee/jsr88-war-configurer/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/j2ee/jsr88-war-configurer/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/j2ee/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/j2ee/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/j2ee/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/j2ee/pom.xml Thu Jun 17 21:07:52 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <artifactId>j2ee</artifactId>

Modified: geronimo/server/branches/2.1.6/plugins/j2ee/unavailable-client-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/j2ee/unavailable-client-deployer/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/j2ee/unavailable-client-deployer/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/j2ee/unavailable-client-deployer/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/j2ee/unavailable-ejb-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/j2ee/unavailable-ejb-deployer/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/j2ee/unavailable-ejb-deployer/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/j2ee/unavailable-ejb-deployer/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/j2ee/unavailable-webservices-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/j2ee/unavailable-webservices-deployer/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/j2ee/unavailable-webservices-deployer/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/j2ee/unavailable-webservices-deployer/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/jasper/geronimo-jasper-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jasper/geronimo-jasper-builder/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jasper/geronimo-jasper-builder/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jasper/geronimo-jasper-builder/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jasper</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/jasper/geronimo-jasper/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jasper/geronimo-jasper/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jasper/geronimo-jasper/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jasper/geronimo-jasper/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jasper</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/jasper/jasper-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jasper/jasper-deployer/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jasper/jasper-deployer/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jasper/jasper-deployer/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jasper</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/jasper/jasper/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jasper/jasper/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jasper/jasper/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jasper/jasper/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jasper</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/jasper/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jasper/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jasper/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jasper/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>jasper</artifactId>

Modified: geronimo/server/branches/2.1.6/plugins/javamail/geronimo-mail/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/javamail/geronimo-mail/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/javamail/geronimo-mail/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/javamail/geronimo-mail/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>javamail</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/javamail/javamail/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/javamail/javamail/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/javamail/javamail/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/javamail/javamail/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>javamail</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/javamail/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/javamail/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/javamail/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/javamail/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>javamail</artifactId>

Modified: geronimo/server/branches/2.1.6/plugins/jaxws/geronimo-jaxws-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jaxws/geronimo-jaxws-builder/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jaxws/geronimo-jaxws-builder/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jaxws/geronimo-jaxws-builder/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jaxws</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/jaxws/geronimo-jaxws-ejb-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jaxws/geronimo-jaxws-ejb-builder/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jaxws/geronimo-jaxws-ejb-builder/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jaxws/geronimo-jaxws-ejb-builder/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jaxws</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/jaxws/geronimo-jaxws/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jaxws/geronimo-jaxws/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jaxws/geronimo-jaxws/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jaxws/geronimo-jaxws/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jaxws</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/jaxws/jaxws-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jaxws/jaxws-deployer/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jaxws/jaxws-deployer/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jaxws/jaxws-deployer/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jaxws</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/jaxws/jaxws-ejb-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jaxws/jaxws-ejb-deployer/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jaxws/jaxws-ejb-deployer/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jaxws/jaxws-ejb-deployer/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jaxws</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/jaxws/jaxws-tools/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jaxws/jaxws-tools/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jaxws/jaxws-tools/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jaxws/jaxws-tools/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jaxws</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jaxws/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jaxws/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jaxws/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>jaxws</artifactId>

Modified: geronimo/server/branches/2.1.6/plugins/jetty/geronimo-jetty6-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jetty/geronimo-jetty6-builder/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jetty/geronimo-jetty6-builder/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jetty/geronimo-jetty6-builder/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/jetty/geronimo-jetty6-clustering-builder-wadi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jetty/geronimo-jetty6-clustering-builder-wadi/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jetty/geronimo-jetty6-clustering-builder-wadi/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jetty/geronimo-jetty6-clustering-builder-wadi/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/jetty/geronimo-jetty6-clustering-wadi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jetty/geronimo-jetty6-clustering-wadi/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jetty/geronimo-jetty6-clustering-wadi/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jetty/geronimo-jetty6-clustering-wadi/pom.xml Thu Jun 17 21:07:52 2010
@@ -1,50 +1,50 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You 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.
--->
-
-<!-- $Rev: 607778 $ $Date: 2007-12-31 13:21:20 -0800 (Mon, 31 Dec 2007) $ -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>jetty</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.modules</groupId>
-    <artifactId>geronimo-jetty6-clustering-wadi</artifactId>
-    <name>Geronimo Plugins, Jetty :: Clustering over WADI Core</name>
-    
-    <dependencies>
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-clustering-wadi</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-jetty6</artifactId>
-            <version>${version}</version>
-        </dependency>
-    </dependencies>
-    
-</project>
-
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
+-->
+
+<!-- $Rev: 607778 $ $Date: 2007-12-31 13:21:20 -0800 (Mon, 31 Dec 2007) $ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.geronimo.plugins</groupId>
+        <artifactId>jetty</artifactId>
+        <version>2.1.6-SNAPSHOT</version>
+    </parent>
+    
+    <groupId>org.apache.geronimo.modules</groupId>
+    <artifactId>geronimo-jetty6-clustering-wadi</artifactId>
+    <name>Geronimo Plugins, Jetty :: Clustering over WADI Core</name>
+    
+    <dependencies>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>geronimo-clustering-wadi</artifactId>
+            <version>${version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>geronimo-jetty6</artifactId>
+            <version>${version}</version>
+        </dependency>
+    </dependencies>
+    
+</project>
+

Modified: geronimo/server/branches/2.1.6/plugins/jetty/geronimo-jetty6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jetty/geronimo-jetty6/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jetty/geronimo-jetty6/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jetty/geronimo-jetty6/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/jetty/jetty6-clustering-builder-wadi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jetty/jetty6-clustering-builder-wadi/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jetty/jetty6-clustering-builder-wadi/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jetty/jetty6-clustering-builder-wadi/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/jetty/jetty6-clustering-wadi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jetty/jetty6-clustering-wadi/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jetty/jetty6-clustering-wadi/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jetty/jetty6-clustering-wadi/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/jetty/jetty6-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jetty/jetty6-deployer/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jetty/jetty6-deployer/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jetty/jetty6-deployer/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/jetty/jetty6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jetty/jetty6/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jetty/jetty6/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jetty/jetty6/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/jetty/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/jetty/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/jetty/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <artifactId>jetty</artifactId>

Modified: geronimo/server/branches/2.1.6/plugins/mejb/geronimo-mejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/mejb/geronimo-mejb/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/mejb/geronimo-mejb/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/mejb/geronimo-mejb/pom.xml Thu Jun 17 21:07:52 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>mejb</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <artifactId>geronimo-mejb</artifactId>

Modified: geronimo/server/branches/2.1.6/plugins/mejb/mejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/mejb/mejb/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/mejb/mejb/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/mejb/mejb/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>mejb</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/mejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/mejb/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/mejb/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/mejb/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>mejb</artifactId>

Modified: geronimo/server/branches/2.1.6/plugins/monitoring/agent-car-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/monitoring/agent-car-ejb/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/monitoring/agent-car-ejb/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/monitoring/agent-car-ejb/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins.monitoring</groupId>
         <artifactId>monitoring</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <artifactId>agent-car-ejb</artifactId>

Modified: geronimo/server/branches/2.1.6/plugins/monitoring/agent-car-jmx/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/monitoring/agent-car-jmx/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/monitoring/agent-car-jmx/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/monitoring/agent-car-jmx/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins.monitoring</groupId>
         <artifactId>monitoring</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>agent-car-jmx</artifactId>

Modified: geronimo/server/branches/2.1.6/plugins/monitoring/agent-ds/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/monitoring/agent-ds/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/monitoring/agent-ds/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/monitoring/agent-ds/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins.monitoring</groupId>
         <artifactId>monitoring</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.plugins</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/monitoring/agent-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/monitoring/agent-ejb/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/monitoring/agent-ejb/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/monitoring/agent-ejb/pom.xml Thu Jun 17 21:07:52 2010
@@ -1,77 +1,77 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You 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.
--->
-
-<!-- $Rev$ $Date$ -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-    
-    <parent>
-        <groupId>org.apache.geronimo.plugins.monitoring</groupId>
-        <artifactId>monitoring</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>agent-ejb</artifactId>
-    <name>Geronimo Plugins, Monitoring :: Agent EJB</name>
-    <description>Geronimo Monitoring Agent EJB Module</description>
-
-    <dependencies>
-        <!-- TODO get rid of this -->
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-kernel</artifactId>
-            <version>${version}</version>
-            <scope>provided</scope>
-        </dependency>
-        
-        <!--TODO GERONIMO-3719 hack fix -->
-        <dependency>
-            <groupId>org.apache.xmlbeans</groupId>
-            <artifactId>xmlbeans</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-annotation_1.0_spec</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-ejb_3.0_spec</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.plugins.monitoring</groupId>
-            <artifactId>agent-jar</artifactId>
-            <version>2.1.7-SNAPSHOT</version>
-        </dependency>
-    </dependencies>
-
-</project>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+    
+    <parent>
+        <groupId>org.apache.geronimo.plugins.monitoring</groupId>
+        <artifactId>monitoring</artifactId>
+        <version>2.1.6-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>agent-ejb</artifactId>
+    <name>Geronimo Plugins, Monitoring :: Agent EJB</name>
+    <description>Geronimo Monitoring Agent EJB Module</description>
+
+    <dependencies>
+        <!-- TODO get rid of this -->
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>geronimo-kernel</artifactId>
+            <version>${version}</version>
+            <scope>provided</scope>
+        </dependency>
+        
+        <!--TODO GERONIMO-3719 hack fix -->
+        <dependency>
+            <groupId>org.apache.xmlbeans</groupId>
+            <artifactId>xmlbeans</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-annotation_1.0_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-ejb_3.0_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.geronimo.plugins.monitoring</groupId>
+            <artifactId>agent-jar</artifactId>
+            <version>2.1.6-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+
+</project>
+

Modified: geronimo/server/branches/2.1.6/plugins/monitoring/agent-jar/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/monitoring/agent-jar/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/monitoring/agent-jar/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/monitoring/agent-jar/pom.xml Thu Jun 17 21:07:52 2010
@@ -1,60 +1,60 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You 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.
--->
-
-<!-- $Rev: 605412 $ $Date: 2007-12-18 19:58:03 -0800 (Tue, 18 Dec 2007) $ -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-    
-    <parent>
-        <groupId>org.apache.geronimo.plugins.monitoring</groupId>
-        <artifactId>monitoring</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>agent-jar</artifactId>
-    <name>Geronimo Plugins, Monitoring :: Agent JAR</name>
-    <description>Geronimo Monitoring Agent Utility Library</description>
-
-    <dependencies>
-        <!-- TODO get rid of this -->
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-kernel</artifactId>
-            <version>${version}</version>
-            <scope>provided</scope>
-        </dependency>
-        
-        <!--TODO GERONIMO-3719 hack fix -->
-        <dependency>
-            <groupId>org.apache.xmlbeans</groupId>
-            <artifactId>xmlbeans</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
-            <scope>provided</scope>
-        </dependency>
-    </dependencies>
-
-</project>
-
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
+-->
+
+<!-- $Rev: 605412 $ $Date: 2007-12-18 19:58:03 -0800 (Tue, 18 Dec 2007) $ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+    
+    <parent>
+        <groupId>org.apache.geronimo.plugins.monitoring</groupId>
+        <artifactId>monitoring</artifactId>
+        <version>2.1.6-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>agent-jar</artifactId>
+    <name>Geronimo Plugins, Monitoring :: Agent JAR</name>
+    <description>Geronimo Monitoring Agent Utility Library</description>
+
+    <dependencies>
+        <!-- TODO get rid of this -->
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>geronimo-kernel</artifactId>
+            <version>${version}</version>
+            <scope>provided</scope>
+        </dependency>
+        
+        <!--TODO GERONIMO-3719 hack fix -->
+        <dependency>
+            <groupId>org.apache.xmlbeans</groupId>
+            <artifactId>xmlbeans</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+
+</project>
+
+