You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/10/13 10:03:46 UTC

svn commit: r463585 [3/3] - in /geronimo/gbuild/trunk: ./ gbuild-agent-web/ gbuild-agent-web/src/main/java/org/apache/geronimo/gbuild/agent/web/ gbuild-agent-web/src/main/resources/META-INF/plexus/ gbuild-agent-web/src/main/resources/WEB-INF/ gbuild-ag...

Modified: geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/pom.xml?view=diff&rev=463585&r1=463584&r2=463585
==============================================================================
--- geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/pom.xml (original)
+++ geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/pom.xml Fri Oct 13 01:03:40 2006
@@ -1,169 +1,169 @@
-<?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: 437937 $ $Date: 2006-08-28 20:28:43 -0700 (Mon, 28 Aug 2006) $ -->
-
-<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.gbuild</groupId>
-        <artifactId>gbuild-assemblies</artifactId>
-        <version>1.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-
-    <artifactId>gbuild-manager-assembly</artifactId>
-    <name>GBuild Assemblies :: Manager</name>
-    <packaging>plexus-application</packaging>
-    
-    <dependencies>
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>gbuild-agent</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>gbuild-agent-web</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>${pom.groupId}.extension</groupId>
-            <artifactId>requeue-failed</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.codehaus.plexus</groupId>
-            <artifactId>plexus-log4j-logging</artifactId>
-            <version>1.1-alpha-1</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.codehaus.plexus</groupId>
-            <artifactId>plexus-appserver</artifactId>
-            <version>1.0-alpha-5</version>
-        </dependency>
-
-        <dependency>
-            <groupId>plexus</groupId>
-            <artifactId>plexus-container-artifact</artifactId>
-            <version>1.0-alpha-3</version>
-            <exclusions>
-                <exclusion>
-                    <artifactId>plexus-container-default</artifactId>
-                    <groupId>plexus</groupId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-artifact</artifactId>
-            <version>2.0-1</version>
-        </dependency>
-    </dependencies>
-    
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>attached</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <descriptor>${pom.basedir}/src/assembly/bin.xml</descriptor>
-                    <finalName>gbuild-agent-${pom.version}</finalName>
-                </configuration>
-            </plugin>
-            
-            <plugin>
-                <groupId>org.codehaus.plexus</groupId>
-                <artifactId>plexus-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>runtime</goal>
-                            <goal>add-app</goal>
-                            <goal>add-services</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <applicationConfiguration>${pom.basedir}/src/conf/application.xml</applicationConfiguration>
-                    <configurationsDirectory>${pom.basedir}/src/conf</configurationsDirectory>
-                    <configurationProperties>${appProperties}</configurationProperties>
-                    <applicationName>gbuild-agent</applicationName>
-                    <runtimeConfiguration>${pom.basedir}/src/test/conf/test-runtime-configuration.xml</runtimeConfiguration>
-                    <runtimeConfigurationProperties>${appProperties}</runtimeConfigurationProperties>
-                    <runtimePath>${pom.basedir}/target/plexus-test-runtime</runtimePath>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-    <profiles>
-        <profile>
-            <id>env-test</id>
-            
-            <activation>
-                <activeByDefault>true</activeByDefault>
-                <property>
-                    <name>env</name>
-                    <value>test</value>
-                </property>
-            </activation>
-            
-            <properties>
-                <appProperties>test.properties</appProperties>
-            </properties>
-        </profile>
-        
-        <profile>
-            <id>env-production</id>
-            
-            <activation>
-                <property>
-                    <name>env</name>
-                    <value>production</value>
-                </property>
-            </activation>
-            
-            <properties>
-                <appProperties>app.properties</appProperties>
-            </properties>
-        </profile>
-    </profiles>
-    
-</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.gbuild</groupId>
+        <artifactId>gbuild-assemblies</artifactId>
+        <version>1.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>gbuild-manager-assembly</artifactId>
+    <name>GBuild Assemblies :: Manager</name>
+    <packaging>plexus-application</packaging>
+    
+    <dependencies>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>gbuild-agent</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>gbuild-agent-web</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>${pom.groupId}.extension</groupId>
+            <artifactId>requeue-failed</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-log4j-logging</artifactId>
+            <version>1.1-alpha-1</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-appserver</artifactId>
+            <version>1.0-alpha-5</version>
+        </dependency>
+
+        <dependency>
+            <groupId>plexus</groupId>
+            <artifactId>plexus-container-artifact</artifactId>
+            <version>1.0-alpha-3</version>
+            <exclusions>
+                <exclusion>
+                    <artifactId>plexus-container-default</artifactId>
+                    <groupId>plexus</groupId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-artifact</artifactId>
+            <version>2.0-1</version>
+        </dependency>
+    </dependencies>
+    
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>attached</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <descriptor>${pom.basedir}/src/assembly/bin.xml</descriptor>
+                    <finalName>gbuild-agent-${pom.version}</finalName>
+                </configuration>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.codehaus.plexus</groupId>
+                <artifactId>plexus-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>runtime</goal>
+                            <goal>add-app</goal>
+                            <goal>add-services</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <applicationConfiguration>${pom.basedir}/src/conf/application.xml</applicationConfiguration>
+                    <configurationsDirectory>${pom.basedir}/src/conf</configurationsDirectory>
+                    <configurationProperties>${appProperties}</configurationProperties>
+                    <applicationName>gbuild-agent</applicationName>
+                    <runtimeConfiguration>${pom.basedir}/src/test/conf/test-runtime-configuration.xml</runtimeConfiguration>
+                    <runtimeConfigurationProperties>${appProperties}</runtimeConfigurationProperties>
+                    <runtimePath>${pom.basedir}/target/plexus-test-runtime</runtimePath>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <profiles>
+        <profile>
+            <id>env-test</id>
+            
+            <activation>
+                <activeByDefault>true</activeByDefault>
+                <property>
+                    <name>env</name>
+                    <value>test</value>
+                </property>
+            </activation>
+            
+            <properties>
+                <appProperties>test.properties</appProperties>
+            </properties>
+        </profile>
+        
+        <profile>
+            <id>env-production</id>
+            
+            <activation>
+                <property>
+                    <name>env</name>
+                    <value>production</value>
+                </property>
+            </activation>
+            
+            <properties>
+                <appProperties>app.properties</appProperties>
+            </properties>
+        </profile>
+    </profiles>
+    
+</project>

Propchange: geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/src/assembly/bin.xml
URL: http://svn.apache.org/viewvc/geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/src/assembly/bin.xml?view=diff&rev=463585&r1=463584&r2=463585
==============================================================================
--- geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/src/assembly/bin.xml (original)
+++ geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/src/assembly/bin.xml Fri Oct 13 01:03:40 2006
@@ -18,7 +18,7 @@
     under the License.
 -->
 
-<!-- $Rev: 437937 $ $Date: 2006-08-28 20:28:43 -0700 (Mon, 28 Aug 2006) $ -->
+<!-- $Rev$ $Date$ -->
 
 <assembly>
     <id>bin</id>

Propchange: geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/src/assembly/bin.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/src/assembly/bin.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/src/assembly/bin.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/src/conf/application.xml
URL: http://svn.apache.org/viewvc/geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/src/conf/application.xml?view=diff&rev=463585&r1=463584&r2=463585
==============================================================================
--- geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/src/conf/application.xml (original)
+++ geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/src/conf/application.xml Fri Oct 13 01:03:40 2006
@@ -18,7 +18,7 @@
     under the License.
 -->
 
-<!-- $Rev: 437937 $ $Date: 2006-08-28 20:28:43 -0700 (Mon, 28 Aug 2006) $ -->
+<!-- $Rev$ $Date$ -->
 
 <application>
 

Propchange: geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/src/conf/application.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/src/conf/application.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/src/conf/application.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/src/test/conf/test-runtime-configuration.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/src/test/conf/test-runtime-configuration.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/src/test/conf/test-runtime-configuration.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/test.properties
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-assemblies/gbuild-manager-assembly/test.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: geronimo/gbuild/trunk/gbuild-extensions/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gbuild/trunk/gbuild-extensions/pom.xml?view=diff&rev=463585&r1=463584&r2=463585
==============================================================================
--- geronimo/gbuild/trunk/gbuild-extensions/pom.xml (original)
+++ geronimo/gbuild/trunk/gbuild-extensions/pom.xml Fri Oct 13 01:03:40 2006
@@ -1,51 +1,51 @@
-<?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: 437937 $ $Date: 2006-08-28 20:28:43 -0700 (Mon, 28 Aug 2006) $ -->
-
-<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.gbuild</groupId>
-        <artifactId>gbuild</artifactId>
-        <version>1.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.geronimo.gbuild.extension</groupId>
-    <artifactId>extensions</artifactId>
-    <name>GBuild Extensions</name>
-    <packaging>pom</packaging>
-    
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.gbuild</groupId>
-            <artifactId>gbuild-core</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-    </dependencies>
-    
-    <modules>
-        <module>requeue-failed</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$ $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.gbuild</groupId>
+        <artifactId>gbuild</artifactId>
+        <version>1.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.geronimo.gbuild.extension</groupId>
+    <artifactId>extensions</artifactId>
+    <name>GBuild Extensions</name>
+    <packaging>pom</packaging>
+    
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.gbuild</groupId>
+            <artifactId>gbuild-core</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+    </dependencies>
+    
+    <modules>
+        <module>requeue-failed</module>
+    </modules>
+
+</project>

Propchange: geronimo/gbuild/trunk/gbuild-extensions/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/gbuild-extensions/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-extensions/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/pom.xml?view=diff&rev=463585&r1=463584&r2=463585
==============================================================================
--- geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/pom.xml (original)
+++ geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/pom.xml Fri Oct 13 01:03:40 2006
@@ -1,34 +1,34 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Copyright 2006 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.
--->
-
-<!-- $Rev: 432902 $ $Date: 2006-08-19 16:42:35 -0700 (Sat, 19 Aug 2006) $ -->
-
-<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.gbuild.extension</groupId>
-        <artifactId>extensions</artifactId>
-        <version>1.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-
-    <artifactId>requeue-failed</artifactId>
-    <name>GBuild Extensions :: Requeue Failed Builds</name>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Copyright 2006 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.
+-->
+
+<!-- $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.gbuild.extension</groupId>
+        <artifactId>extensions</artifactId>
+        <version>1.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>requeue-failed</artifactId>
+    <name>GBuild Extensions :: Requeue Failed Builds</name>
+
+</project>

Propchange: geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/src/main/java/org/apache/geronimo/gbuild/extension/requeue/RequeueFailedBuilds.java
URL: http://svn.apache.org/viewvc/geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/src/main/java/org/apache/geronimo/gbuild/extension/requeue/RequeueFailedBuilds.java?view=diff&rev=463585&r1=463584&r2=463585
==============================================================================
--- geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/src/main/java/org/apache/geronimo/gbuild/extension/requeue/RequeueFailedBuilds.java (original)
+++ geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/src/main/java/org/apache/geronimo/gbuild/extension/requeue/RequeueFailedBuilds.java Fri Oct 13 01:03:40 2006
@@ -1,19 +1,22 @@
-/**
+/*
+ * 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
  *
- * Copyright 2006 The Apache Software Foundation
+ *  http://www.apache.org/licenses/LICENSE-2.0
  *
- *  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.
+ * 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.
  */
+
 package org.apache.geronimo.gbuild.extension.requeue;
 
 import org.apache.geronimo.gbuild.agent.AbstractContinuumAgentAction;

Propchange: geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/src/main/java/org/apache/geronimo/gbuild/extension/requeue/RequeueFailedBuilds.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/src/main/java/org/apache/geronimo/gbuild/extension/requeue/RequeueFailedBuilds.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/src/main/java/org/apache/geronimo/gbuild/extension/requeue/RequeueFailedBuilds.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/src/main/resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/src/main/resources/META-INF/plexus/components.xml?view=diff&rev=463585&r1=463584&r2=463585
==============================================================================
--- geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/src/main/resources/META-INF/plexus/components.xml (original)
+++ geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/src/main/resources/META-INF/plexus/components.xml Fri Oct 13 01:03:40 2006
@@ -18,7 +18,7 @@
     under the License.
 -->
 
-<!-- $Rev: 437937 $ $Date: 2006-08-28 20:28:43 -0700 (Mon, 28 Aug 2006) $ -->
+<!-- $Rev$ $Date$ -->
 
 <component-set>
     <components>

Propchange: geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/src/main/resources/META-INF/plexus/components.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/src/main/resources/META-INF/plexus/components.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-extensions/requeue-failed/src/main/resources/META-INF/plexus/components.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/gbuild/trunk/gbuild-report/maven.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/maven.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/gbuild/trunk/gbuild-report/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gbuild/trunk/gbuild-report/pom.xml?view=diff&rev=463585&r1=463584&r2=463585
==============================================================================
--- geronimo/gbuild/trunk/gbuild-report/pom.xml (original)
+++ geronimo/gbuild/trunk/gbuild-report/pom.xml Fri Oct 13 01:03:40 2006
@@ -1,72 +1,72 @@
-<?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: 437937 $ $Date: 2006-08-28 20:28:43 -0700 (Mon, 28 Aug 2006) $ -->
-
-<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.gbuild</groupId>
-        <artifactId>gbuild</artifactId>
-        <version>1.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-
-    <artifactId>gbuild-report</artifactId>
-    <name>GBuild Report</name>
-    
-    <dependencies>
-        
-        <dependency>
-            <groupId>velocity</groupId>
-            <artifactId>velocity</artifactId>
-            <version>1.4</version>
-        </dependency>
-        
-    </dependencies>
-    
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>process-classes</phase>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                        <configuration>
-                            <tasks>
-                                <mkdir dir="${basedir}/target/classes/META-INF/org/apache/geronimo/gbuild/report"/>
-                                <zip destfile="${basedir}/target/classes/META-INF/org/apache/geronimo/gbuild/report/resources.zip">
-                                    <fileset dir="${basedir}/src/main/report-resources"/>
-                                </zip>
-                            </tasks>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-    
-</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.gbuild</groupId>
+        <artifactId>gbuild</artifactId>
+        <version>1.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>gbuild-report</artifactId>
+    <name>GBuild Report</name>
+    
+    <dependencies>
+        
+        <dependency>
+            <groupId>velocity</groupId>
+            <artifactId>velocity</artifactId>
+            <version>1.4</version>
+        </dependency>
+        
+    </dependencies>
+    
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>process-classes</phase>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                        <configuration>
+                            <tasks>
+                                <mkdir dir="${basedir}/target/classes/META-INF/org/apache/geronimo/gbuild/report"/>
+                                <zip destfile="${basedir}/target/classes/META-INF/org/apache/geronimo/gbuild/report/resources.zip">
+                                    <fileset dir="${basedir}/src/main/report-resources"/>
+                                </zip>
+                            </tasks>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+    
+</project>

Propchange: geronimo/gbuild/trunk/gbuild-report/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/gbuild-report/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/gbuild/trunk/gbuild-report/project.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/gbuild-report/project.properties
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/project.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/gbuild/trunk/gbuild-report/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/gbuild-report/project.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/project.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/GenerateReport.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Fri Oct 13 01:03:40 2006
@@ -1 +1 @@
-"Date Rev Id"
+Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/GenerateReport.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/ReportFileLocator.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Fri Oct 13 01:03:40 2006
@@ -1 +1 @@
-"Date Rev Id"
+Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/ReportFileLocator.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/ReportUtil.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Fri Oct 13 01:03:40 2006
@@ -1 +1 @@
-"Date Rev Id"
+Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/ReportUtil.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/Section.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Fri Oct 13 01:03:40 2006
@@ -1 +1 @@
-"Date Rev Id"
+Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/Section.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/SectionManager.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Fri Oct 13 01:03:40 2006
@@ -1 +1 @@
-"Date Rev Id"
+Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/SectionManager.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/SummaryReportLoader.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Fri Oct 13 01:03:40 2006
@@ -1 +1 @@
-"Date Rev Id"
+Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/SummaryReportLoader.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/SummaryReportUtil.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Fri Oct 13 01:03:40 2006
@@ -1 +1 @@
-"Date Rev Id"
+Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/SummaryReportUtil.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/TestCase.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Fri Oct 13 01:03:40 2006
@@ -1 +1 @@
-"Date Rev Id"
+Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/TestCase.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/TestSuite.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Fri Oct 13 01:03:40 2006
@@ -1 +1 @@
-"Date Rev Id"
+Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/TestSuite.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/WorkDirLoader.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Fri Oct 13 01:03:40 2006
@@ -1 +1 @@
-"Date Rev Id"
+Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/WorkDirLoader.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/WorkDirReport.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/WorkDirReport.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/java/org/apache/geronimo/gbuild/report/WorkDirReport.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: geronimo/gbuild/trunk/gbuild-report/src/main/report-resources/maven-base.css
URL: http://svn.apache.org/viewvc/geronimo/gbuild/trunk/gbuild-report/src/main/report-resources/maven-base.css?view=diff&rev=463585&r1=463584&r2=463585
==============================================================================
--- geronimo/gbuild/trunk/gbuild-report/src/main/report-resources/maven-base.css (original)
+++ geronimo/gbuild/trunk/gbuild-report/src/main/report-resources/maven-base.css Fri Oct 13 01:03:40 2006
@@ -1,156 +1,156 @@
-body {
-  margin: 0px;
-  padding: 0px;
-}
-img {
-  border:none;
-}
-table {
-  padding:0px;
-  width: 100%;
-  margin-left: -2px;
-  margin-right: -2px;
-}
-acronym {
-  cursor: help;
-  border-bottom: 1px dotted #feb;
-}
-table.bodyTable th, table.bodyTable td {
-  padding: 2px 4px 2px 4px;
-  vertical-align: top;
-}
-div.clear{
-  clear:both;
-  visibility: hidden;
-}
-div.clear hr{
-  display: none;
-}
-#organizationLogo, #projectLogo {
-  font-size: xx-large; 
-  font-weight: bold;
-}
-#organizationLogo img, #projectLogo img, #organizationLogo span, #projectLogo span{
-  margin: 0px;
-}
-#organizationLogo span, #projectLogo span{
-    border: 1px solid;
-    padding: 4px 10px 4px 10px;
-    background-color: #eee;
-    cursor: pointer;
-}
-.xleft, #organizationLogo img{
-  float:left;
-} 
-.xright, #projectLogo img, #projectLogo span{
-  float:right;
-  text-shadow: #7CFC00;
-}
-#banner {
-  padding: 0px;
-}
-#banner img {
-  border: none;
-}
-#breadcrumbs {
-  padding: 3px 10px 3px 10px;
-}
-#leftColumn {
- width: 150px;
- float:left;
-}
-#bodyColumn {
-  margin-right: 1.5em;
-  margin-left: 177px;
-}
-#legend {
-  padding: 8px 0 8px 0;
-}
-#navcolumn {
-  padding: 8px 4px 0 8px;
-}
-#navcolumn h5 {
-  margin: 0;
-  padding: 0;
-  font-size: small;
-}
-#navcolumn ul {
-  margin: 0;
-  padding: 0;
-  font-size: small;
-}
-#navcolumn li {
-  list-style-type: none;
-  background-image: none;
-  background-repeat: no-repeat;
-  background-position: 0 0.4em;
-  padding-left: 16px;
-  list-style-position: outside;
-  line-height: 1.2em;
-  font-size: smaller;
-}
-#navcolumn li.expanded {
-  background-image: url(../images/expanded.gif);
-}
-#navcolumn li.collapsed {
-  background-image: url(../images/collapsed.gif);
-}
-#poweredBy, #poweredByExternal {
-  text-align: center;
-}
-#navcolumn img {
-  margin-top: 10px;
-  margin-bottom: 3px;
-}
-#poweredBy img {
-  display:block;
-  margin: 20px 0 20px 17px;
-  border: 1px solid black;
-  width: 90px;
-  height: 30px;
-}
-#poweredByExternal img {
-  display:block;
-  margin: 20px 0 20px 17px;
-}
-#searchbar img {
-    margin: 0px;
-    display: block;
-}
-#searchbar #q, #searchbar #btnG {
-    border: 1px solid #999;
-    margin-bottom:10px;
-}
-#searchbar form {
-    margin: 0px;
-}
-#lastPublished {
-  font-size: x-small;
-}
-.navSection {
-  margin-bottom: 2px;
-  padding: 8px;
-}
-.navSectionHead {
-  font-weight: bold;
-  font-size: x-small;
-}
-.section {
-  padding: 4px;
-}
-#footer {
-  padding: 3px 10px 3px 10px;
-  font-size: x-small;
-}
-#breadcrumbs {
-  font-size: x-small;
-  margin: 0pt;
-}
-.source {
-  padding: 12px;
-  margin: 1em 7px 1em 7px;
-}
-.source pre {
-  margin: 0px;
-  padding: 0px;
-}
+body {
+  margin: 0px;
+  padding: 0px;
+}
+img {
+  border:none;
+}
+table {
+  padding:0px;
+  width: 100%;
+  margin-left: -2px;
+  margin-right: -2px;
+}
+acronym {
+  cursor: help;
+  border-bottom: 1px dotted #feb;
+}
+table.bodyTable th, table.bodyTable td {
+  padding: 2px 4px 2px 4px;
+  vertical-align: top;
+}
+div.clear{
+  clear:both;
+  visibility: hidden;
+}
+div.clear hr{
+  display: none;
+}
+#organizationLogo, #projectLogo {
+  font-size: xx-large; 
+  font-weight: bold;
+}
+#organizationLogo img, #projectLogo img, #organizationLogo span, #projectLogo span{
+  margin: 0px;
+}
+#organizationLogo span, #projectLogo span{
+    border: 1px solid;
+    padding: 4px 10px 4px 10px;
+    background-color: #eee;
+    cursor: pointer;
+}
+.xleft, #organizationLogo img{
+  float:left;
+} 
+.xright, #projectLogo img, #projectLogo span{
+  float:right;
+  text-shadow: #7CFC00;
+}
+#banner {
+  padding: 0px;
+}
+#banner img {
+  border: none;
+}
+#breadcrumbs {
+  padding: 3px 10px 3px 10px;
+}
+#leftColumn {
+ width: 150px;
+ float:left;
+}
+#bodyColumn {
+  margin-right: 1.5em;
+  margin-left: 177px;
+}
+#legend {
+  padding: 8px 0 8px 0;
+}
+#navcolumn {
+  padding: 8px 4px 0 8px;
+}
+#navcolumn h5 {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn ul {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn li {
+  list-style-type: none;
+  background-image: none;
+  background-repeat: no-repeat;
+  background-position: 0 0.4em;
+  padding-left: 16px;
+  list-style-position: outside;
+  line-height: 1.2em;
+  font-size: smaller;
+}
+#navcolumn li.expanded {
+  background-image: url(../images/expanded.gif);
+}
+#navcolumn li.collapsed {
+  background-image: url(../images/collapsed.gif);
+}
+#poweredBy, #poweredByExternal {
+  text-align: center;
+}
+#navcolumn img {
+  margin-top: 10px;
+  margin-bottom: 3px;
+}
+#poweredBy img {
+  display:block;
+  margin: 20px 0 20px 17px;
+  border: 1px solid black;
+  width: 90px;
+  height: 30px;
+}
+#poweredByExternal img {
+  display:block;
+  margin: 20px 0 20px 17px;
+}
+#searchbar img {
+    margin: 0px;
+    display: block;
+}
+#searchbar #q, #searchbar #btnG {
+    border: 1px solid #999;
+    margin-bottom:10px;
+}
+#searchbar form {
+    margin: 0px;
+}
+#lastPublished {
+  font-size: x-small;
+}
+.navSection {
+  margin-bottom: 2px;
+  padding: 8px;
+}
+.navSectionHead {
+  font-weight: bold;
+  font-size: x-small;
+}
+.section {
+  padding: 4px;
+}
+#footer {
+  padding: 3px 10px 3px 10px;
+  font-size: x-small;
+}
+#breadcrumbs {
+  font-size: x-small;
+  margin: 0pt;
+}
+.source {
+  padding: 12px;
+  margin: 1em 7px 1em 7px;
+}
+.source pre {
+  margin: 0px;
+  padding: 0px;
+}

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/report-resources/maven-base.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/report-resources/maven-base.css
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/report-resources/maven-base.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/report-resources/maven-stylus.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/report-resources/maven-stylus.css
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/report-resources/maven-stylus.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Modified: geronimo/gbuild/trunk/gbuild-report/src/main/report-resources/print.css
URL: http://svn.apache.org/viewvc/geronimo/gbuild/trunk/gbuild-report/src/main/report-resources/print.css?view=diff&rev=463585&r1=463584&r2=463585
==============================================================================
--- geronimo/gbuild/trunk/gbuild-report/src/main/report-resources/print.css (original)
+++ geronimo/gbuild/trunk/gbuild-report/src/main/report-resources/print.css Fri Oct 13 01:03:40 2006
@@ -1,7 +1,7 @@
-#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
-  display: none;
-}
-#bodyColumn, body.docs div.docs {
-  margin: 0 !important;
-  border: none !important
-}
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
+  display: none;
+}
+#bodyColumn, body.docs div.docs {
+  margin: 0 !important;
+  border: none !important
+}

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/report-resources/print.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/report-resources/print.css
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/report-resources/print.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/resources/org/apache/geronimo/gbuild/report/all-xml.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/resources/org/apache/geronimo/gbuild/report/all-xml.vm
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/resources/org/apache/geronimo/gbuild/report/all-xml.vm
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/resources/org/apache/geronimo/gbuild/report/macros.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/resources/org/apache/geronimo/gbuild/report/macros.vm
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/resources/org/apache/geronimo/gbuild/report/macros.vm
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/resources/org/apache/geronimo/gbuild/report/summary.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/resources/org/apache/geronimo/gbuild/report/summary.vm
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/resources/org/apache/geronimo/gbuild/report/summary.vm
------------------------------------------------------------------------------
--- svn:mime-type (original)
+++ svn:mime-type Fri Oct 13 01:03:40 2006
@@ -1 +1 @@
-text/html
+text/plain

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/resources/org/apache/geronimo/gbuild/report/testsuite.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/resources/org/apache/geronimo/gbuild/report/testsuite.vm
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/src/main/resources/org/apache/geronimo/gbuild/report/testsuite.vm
------------------------------------------------------------------------------
--- svn:mime-type (original)
+++ svn:mime-type Fri Oct 13 01:03:40 2006
@@ -1 +1 @@
-text/html
+text/plain

Propchange: geronimo/gbuild/trunk/gbuild-report/src/test/java/org/apache/geronimo/gbuild/report/RelativePathTest.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Fri Oct 13 01:03:40 2006
@@ -1 +1 @@
-"Date Rev Id"
+Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/gbuild-report/src/test/java/org/apache/geronimo/gbuild/report/RelativePathTest.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: geronimo/gbuild/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gbuild/trunk/pom.xml?view=diff&rev=463585&r1=463584&r2=463585
==============================================================================
--- geronimo/gbuild/trunk/pom.xml (original)
+++ geronimo/gbuild/trunk/pom.xml Fri Oct 13 01:03:40 2006
@@ -1,286 +1,286 @@
-<?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: 437937 $ $Date: 2006-08-28 20:28:43 -0700 (Mon, 28 Aug 2006) $ -->
-
-<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.genesis.config</groupId>
-        <artifactId>project-config</artifactId>
-        <version>1.1-SNAPSHOT</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.gbuild</groupId>
-    <artifactId>gbuild</artifactId>
-    <name>GBuild</name>
-    <packaging>pom</packaging>
-    
-    <version>1.0-SNAPSHOT</version>
-    
-    <description>
-        GBuild provides a framework for build distribution and result collection.
-    </description>
-    
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/gbuild/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/gbuild/trunk/</developerConnection>
-        <url>http://svn.apache.org/viewvc/geronimo/gbuild/trunk/</url>
-    </scm>
-    
-    <issueManagement>
-        <system>jira</system>
-        <url>http://issues.apache.org/jira/browse/GBUILD</url>
-    </issueManagement>
-
-    <inceptionYear>2005</inceptionYear>
-
-    <developers>
-        <developer>
-            <id>dblevins</id>
-            <name>David Blevins</name>
-            <email>dblevins@apache.org</email>
-            <organization>Geronimo</organization>
-            <roles>
-                <role>Java Developer</role>
-                <role>PMC Member</role>
-            </roles>
-            <timezone>-8</timezone>
-        </developer>
-        
-        <developer>
-            <id>dain</id>
-            <name>Dain Sundstrom</name>
-            <email>dain@apache.org</email>
-            <organization>Geronimo</organization>
-            <roles>
-                <role>Java Developer</role>
-                <role>PMC Member</role>
-            </roles>
-            <timezone>-8</timezone>
-        </developer>
-    </developers>
-    
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>log4j</groupId>
-                <artifactId>log4j</artifactId>
-                <version>1.2.8</version>
-            </dependency>
-            
-            <dependency>
-                <groupId>concurrent</groupId>
-                <artifactId>concurrent</artifactId>
-                <version>1.3.4</version>
-            </dependency>
-            
-            <dependency>
-                <groupId>org.apache.maven.continuum</groupId>
-                <artifactId>continuum-api</artifactId>
-                <version>1.0.2</version>
-            </dependency>
-            
-            <dependency>
-                <groupId>org.apache.maven.continuum</groupId>
-                <artifactId>continuum-core</artifactId>
-                <version>1.0.2</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>javax.transaction</groupId>
-                        <artifactId>jta</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>javax.resource</groupId>
-                        <artifactId>connector</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.codehaus.plexus</groupId>
-                        <artifactId>plexus-jdo2</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            
-            <dependency>
-                <groupId>org.apache.maven.continuum</groupId>
-                <artifactId>continuum-model</artifactId>
-                <version>1.0.2</version>
-            </dependency>
-            
-            <dependency>
-                <groupId>org.codehaus.plexus</groupId>
-                <artifactId>plexus-command-line</artifactId>
-                <version>1.0-alpha-2</version>
-            </dependency>
-            
-            <dependency>
-                <groupId>org.apache.maven.scm</groupId>
-                <artifactId>maven-scm-provider-cvs</artifactId>
-                <version>1.0-beta-2</version>
-            </dependency>
-            
-            <dependency>
-                <groupId>org.apache.activemq</groupId>
-                <artifactId>activeio-core</artifactId>
-                <version>3.0-SNAPSHOT</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.apache.activemq</groupId>
-                <artifactId>activemq-core</artifactId>
-                <version>4.1-incubator-SNAPSHOT</version>
-            </dependency>
-            
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-jms_1.1_spec</artifactId>
-                <version>1.0</version>
-            </dependency>
-            
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
-                <version>1.0</version>
-            </dependency>
-            
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-servlet_2.4_spec</artifactId>
-                <version>1.0</version>
-            </dependency>
-            
-            <dependency>
-                <groupId>log4j</groupId>
-                <artifactId>log4j</artifactId>
-                <version>1.2.13</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-    
-    <dependencies>
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-    
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.codehaus.plexus</groupId>
-                    <artifactId>plexus-maven-plugin</artifactId>
-                    <version>1.1.1</version>
-                    <extensions>true</extensions>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-        
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.4</source>
-                    <target>1.4</target>
-                </configuration>
-            </plugin>
-            
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-idea-plugin</artifactId>
-                <configuration>
-                    <jdkName>1.4</jdkName>
-                    <linkModules>true</linkModules>
-                </configuration>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-release-plugin</artifactId>
-                <configuration>
-                    <tagBase>https://svn.apache.org/repos/asf/geronimo/gbuild/tags</tagBase>
-                </configuration>
-            </plugin>
-            
-            <plugin>
-                <groupId>org.codehaus.plexus</groupId>
-                <artifactId>plexus-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>descriptor</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-    
-    <repositories>
-        <!--
-        NOTE: The default repositories are picked up by Genesis, but need to
-              specify where Genesis lives to pick it up + any additional repositories.
-        -->
-        
-        <repository>
-            <id>apache-snapshots</id>
-            <name>Apache Snapshots Repository</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <layout>default</layout>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>daily</updatePolicy>
-                <checksumPolicy>ignore</checksumPolicy>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </repository>
-    </repositories>
-    
-    <distributionManagement>
-        <site>
-            <id>geronimo-website</id>
-            <url>scp://people.apache.org/www/geronimo.apache.org/maven/gbuild</url>
-        </site>
-    </distributionManagement>
-    
-    <profiles>
-        <profile>
-            <id>default</id>
-
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            
-            <modules>
-                <module>gbuild-agent</module>
-                <module>gbuild-agent-web</module>
-                <module>gbuild-extensions</module>
-                <module>gbuild-assemblies</module>
-            </modules>
-        </profile>
-    </profiles>
-    
-</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.genesis.config</groupId>
+        <artifactId>project-config</artifactId>
+        <version>1.1-SNAPSHOT</version>
+    </parent>
+    
+    <groupId>org.apache.geronimo.gbuild</groupId>
+    <artifactId>gbuild</artifactId>
+    <name>GBuild</name>
+    <packaging>pom</packaging>
+    
+    <version>1.0-SNAPSHOT</version>
+    
+    <description>
+        GBuild provides a framework for build distribution and result collection.
+    </description>
+    
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/gbuild/trunk/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/gbuild/trunk/</developerConnection>
+        <url>http://svn.apache.org/viewvc/geronimo/gbuild/trunk/</url>
+    </scm>
+    
+    <issueManagement>
+        <system>jira</system>
+        <url>http://issues.apache.org/jira/browse/GBUILD</url>
+    </issueManagement>
+
+    <inceptionYear>2005</inceptionYear>
+
+    <developers>
+        <developer>
+            <id>dblevins</id>
+            <name>David Blevins</name>
+            <email>dblevins@apache.org</email>
+            <organization>Geronimo</organization>
+            <roles>
+                <role>Java Developer</role>
+                <role>PMC Member</role>
+            </roles>
+            <timezone>-8</timezone>
+        </developer>
+        
+        <developer>
+            <id>dain</id>
+            <name>Dain Sundstrom</name>
+            <email>dain@apache.org</email>
+            <organization>Geronimo</organization>
+            <roles>
+                <role>Java Developer</role>
+                <role>PMC Member</role>
+            </roles>
+            <timezone>-8</timezone>
+        </developer>
+    </developers>
+    
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>log4j</groupId>
+                <artifactId>log4j</artifactId>
+                <version>1.2.8</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>concurrent</groupId>
+                <artifactId>concurrent</artifactId>
+                <version>1.3.4</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>org.apache.maven.continuum</groupId>
+                <artifactId>continuum-api</artifactId>
+                <version>1.0.2</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>org.apache.maven.continuum</groupId>
+                <artifactId>continuum-core</artifactId>
+                <version>1.0.2</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>javax.transaction</groupId>
+                        <artifactId>jta</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>javax.resource</groupId>
+                        <artifactId>connector</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.codehaus.plexus</groupId>
+                        <artifactId>plexus-jdo2</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
+            
+            <dependency>
+                <groupId>org.apache.maven.continuum</groupId>
+                <artifactId>continuum-model</artifactId>
+                <version>1.0.2</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>org.codehaus.plexus</groupId>
+                <artifactId>plexus-command-line</artifactId>
+                <version>1.0-alpha-2</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>org.apache.maven.scm</groupId>
+                <artifactId>maven-scm-provider-cvs</artifactId>
+                <version>1.0-beta-2</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>org.apache.activemq</groupId>
+                <artifactId>activeio-core</artifactId>
+                <version>3.0-SNAPSHOT</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.apache.activemq</groupId>
+                <artifactId>activemq-core</artifactId>
+                <version>4.1-incubator-SNAPSHOT</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-jms_1.1_spec</artifactId>
+                <version>1.0</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
+                <version>1.0</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-servlet_2.4_spec</artifactId>
+                <version>1.0</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>log4j</groupId>
+                <artifactId>log4j</artifactId>
+                <version>1.2.13</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+    
+    <dependencies>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+    
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.codehaus.plexus</groupId>
+                    <artifactId>plexus-maven-plugin</artifactId>
+                    <version>1.1.1</version>
+                    <extensions>true</extensions>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+        
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.4</source>
+                    <target>1.4</target>
+                </configuration>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-idea-plugin</artifactId>
+                <configuration>
+                    <jdkName>1.4</jdkName>
+                    <linkModules>true</linkModules>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <configuration>
+                    <tagBase>https://svn.apache.org/repos/asf/geronimo/gbuild/tags</tagBase>
+                </configuration>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.codehaus.plexus</groupId>
+                <artifactId>plexus-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>descriptor</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+    
+    <repositories>
+        <!--
+        NOTE: The default repositories are picked up by Genesis, but need to
+              specify where Genesis lives to pick it up + any additional repositories.
+        -->
+        
+        <repository>
+            <id>apache-snapshots</id>
+            <name>Apache Snapshots Repository</name>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+            <layout>default</layout>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>daily</updatePolicy>
+                <checksumPolicy>ignore</checksumPolicy>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository>
+    </repositories>
+    
+    <distributionManagement>
+        <site>
+            <id>geronimo-website</id>
+            <url>scp://people.apache.org/www/geronimo.apache.org/maven/gbuild</url>
+        </site>
+    </distributionManagement>
+    
+    <profiles>
+        <profile>
+            <id>default</id>
+
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            
+            <modules>
+                <module>gbuild-agent</module>
+                <module>gbuild-agent-web</module>
+                <module>gbuild-extensions</module>
+                <module>gbuild-assemblies</module>
+            </modules>
+        </profile>
+    </profiles>
+    
+</project>

Propchange: geronimo/gbuild/trunk/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gbuild/trunk/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gbuild/trunk/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml