Author: bago
Date: Sun Aug 10 03:23:38 2008
New Revision: 684445

URL: http://svn.apache.org/viewvc?rev=684445&view=rev
Log:
Add some more dependency to the stage folder

Added:
    james/jspf/branches/multimodule-proposal/stage/org.apache/
    
james/jspf/branches/multimodule-proposal/stage/org.apache.james/poms/james-parent-1.2-SNAPSHOT.pom
   (with props)
    
james/jspf/branches/multimodule-proposal/stage/org.apache.james/poms/james-project-1.3-SNAPSHOT.pom
   (with props)
    
james/jspf/branches/multimodule-proposal/stage/org.apache.james/xmls/james-parent-1.2-SNAPSHOT-site.xml
   (with props)
    
james/jspf/branches/multimodule-proposal/stage/org.apache.james/xmls/james-project-1.3-SNAPSHOT-site.xml
   (with props)
    james/jspf/branches/multimodule-proposal/stage/org.apache.maven.skins/
    james/jspf/branches/multimodule-proposal/stage/org.apache.maven.skins/jars/
    
james/jspf/branches/multimodule-proposal/stage/org.apache.maven.skins/jars/maven-default-skin-1.0.jar
   (with props)
    james/jspf/branches/multimodule-proposal/stage/org.apache.maven.skins/poms/
    
james/jspf/branches/multimodule-proposal/stage/org.apache.maven.skins/poms/maven-default-skin-1.0.pom
   (with props)
    
james/jspf/branches/multimodule-proposal/stage/org.apache.maven.skins/poms/maven-skins-2.pom
   (with props)
    james/jspf/branches/multimodule-proposal/stage/org.apache/jars/
    
james/jspf/branches/multimodule-proposal/stage/org.apache/jars/apache-jar-resource-bundle-1.4.jar
   (with props)
    james/jspf/branches/multimodule-proposal/stage/org.apache/poms/
    
james/jspf/branches/multimodule-proposal/stage/org.apache/poms/apache-jar-resource-bundle-1.4.pom
   (with props)
    
james/jspf/branches/multimodule-proposal/stage/org.apache/poms/apache-resource-bundles-2.pom
   (with props)

Added: 
james/jspf/branches/multimodule-proposal/stage/org.apache.james/poms/james-parent-1.2-SNAPSHOT.pom
URL: 
http://svn.apache.org/viewvc/james/jspf/branches/multimodule-proposal/stage/org.apache.james/poms/james-parent-1.2-SNAPSHOT.pom?rev=684445&view=auto
==============================================================================
--- 
james/jspf/branches/multimodule-proposal/stage/org.apache.james/poms/james-parent-1.2-SNAPSHOT.pom
 (added)
+++ 
james/jspf/branches/multimodule-proposal/stage/org.apache.james/poms/james-parent-1.2-SNAPSHOT.pom
 Sun Aug 10 03:23:38 2008
@@ -0,0 +1,396 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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";>
+  <!--
+    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.    
+  -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.james</groupId>
+  <artifactId>james-parent</artifactId>
+  <name>Apache JAMES Parent POM</name>
+  <version>1.2-SNAPSHOT</version>
+  <description>
+    The Apache JAMES Parent POM
+  </description>
+
+  <prerequisites>
+    <maven>2.0.6</maven>
+  </prerequisites>
+  
+  <modules>
+    <module>maven-skin</module>
+    <module>project</module>
+  </modules>
+
+  <url>http://james.apache.org/</url>
+  <inceptionYear>2006</inceptionYear>
+  <packaging>pom</packaging>
+
+  <dependencies>
+  </dependencies>
+
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
+  </organization>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>2.0-beta-5</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://issues.apache.org/jira/browse/JAMES</url>
+  </issueManagement>
+
+  <developers>
+    <developer>
+      <id>bago</id>
+      <name>Stefano Bagnara</name>
+      <email>bago at apache.org</email>
+      <timezone>2</timezone>
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>norman</id>
+      <name>Norman Maurer</name>
+      <email>norman at apache.org</email>
+      <timezone>2</timezone>
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>serge</id>
+      <name>Serge Knystautas</name>
+      <email>sergek at lokitech.com</email>
+      <timezone />
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>benrdf</id>
+      <name>Bernd Fondermann</name>
+      <email>bf_jak at brainlounge.de</email>
+      <timezone />
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>sbrewin</id>
+      <name>Steve Brewin</name>
+      <email>sbrewin at synsys.com</email>
+      <timezone />
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>hilmer</id>
+      <!-- This is not correctly handled by maven release plugin -->
+      <!-- <name>S&#248;ren Hilmer</name> -->
+      <name>Soren Hilmer</name>
+      <email>sh at widetrail.dk</email>
+      <timezone />
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>noel</id>
+      <name>Noel J. Bergman</name>
+      <email>noel at devtech.com</email>
+      <timezone />
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>danny</id>
+      <name>Danny Angus</name>
+      <email>danny at apache.org</email>
+      <timezone />
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>adc</id>
+      <name>Alan D. Cabrera</name>
+      <email>list at toolazydogs.com</email>
+      <timezone>-8</timezone>
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>vincenzo</id>
+      <name>Vincenzo Gianferrari Pini</name>
+      <email>vincenzo.gianferraripini at praxis.it</email>
+      <timezone />
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>rdonkin</id>
+      <name>Robert Burrell Donkin</name>
+      <email>rdonkin at apache.org</email>
+      <timezone />
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>niklas</id>
+      <name>Niklas Therning</name>
+      <email>niklas(at)apache(dot)org</email>
+      <organization>Trillian AB</organization>
+    </developer>
+    <developer>
+      <id>jcheng</id>
+      <name>Joe Cheng</name>
+      <email>joe(at)joecheng(dot)com</email>
+      <properties>
+        <description>
+          Former author to the mime4j product
+        </description>
+      </properties>
+    </developer>
+  </developers>
+
+  <contributors>
+    <contributor>
+      <name>Rob Oxspring</name>
+      <properties>
+        <description>
+          Contributed to the mime4j product
+        </description>
+      </properties>
+    </contributor>
+    <contributor>
+      <name>Roger Fullerton</name>
+      <properties>
+        <description>
+          Wrote spfjava, the first spf implementation in java
+        </description>
+      </properties>
+    </contributor>
+  </contributors>
+
+  <scm>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/james/project/trunk</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/james/project/trunk</url>
+  </scm>
+
+  <distributionManagement>
+    <repository>
+      <id>apache.releases</id>
+      <name>Apache Release Distribution Repository</name>
+      
<url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Development Snapshot Repository</name>
+      
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository>
+    <!-- Each project must override this with their own -->
+    <site>
+      <id>james-parent-website</id>
+      <url>scp://people.apache.org/www/james.apache.org/parent/</url>
+    </site>
+  </distributionManagement>
+
+  <repositories>
+    <repository>
+      <id>central</id>
+      <url>http://repo1.maven.org/maven2</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>apache.releases</id>
+      <name>Apache Main M2 Repository</name>
+      <url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+  
+  <profiles>
+    <!-- parent profile: used to find skin dependency in stage -->
+    <profile>
+      <id>parent</id>
+      <repositories>
+        <repository>
+          <id>local-james-parent-stage</id>
+          <name>Apache JAMES parent stage repository folder</name>
+          <url>file://${basedir}/stage</url>
+          <layout>legacy</layout>
+          <releases>
+            <enabled>true</enabled>
+            <checksumPolicy>ignore</checksumPolicy>
+          </releases>
+          <snapshots>
+            <enabled>true</enabled>
+            <checksumPolicy>ignore</checksumPolicy>
+          </snapshots>
+        </repository>
+      </repositories>
+    </profile>
+    <!-- local profile: used to ignore remote repositories in a local build -->
+    <profile>
+      <id>local</id>
+      <repositories>
+        <repository>
+          <id>central</id>
+          <url>http://repo1.maven.org/maven2</url>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+          <snapshots>
+            <enabled>false</enabled>
+          </snapshots>
+        </repository>
+        <repository>
+          <id>apache.releases</id>
+          <name>Apache Main M2 Repository</name>
+          <url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+          <snapshots>
+            <enabled>false</enabled>
+          </snapshots>
+        </repository>
+        <repository>
+          <id>apache.snapshots</id>
+          <name>Apache Snapshot Repository</name>
+          <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+          <snapshots>
+            <enabled>false</enabled>
+          </snapshots>
+        </repository>
+      </repositories>
+    </profile>
+    <!-- START SNIPPET: release-profile -->
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <!-- We want to sign the artifact, the POM, and all attached 
artifacts -->
+          <plugin>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <version>1.0-alpha-3</version>
+            <configuration>
+              <passphrase>${gpg.passphrase}</passphrase>
+            </configuration>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <!-- We want to deploy the artifact to a staging location for 
perusal -->
+          <plugin>
+            <inherited>true</inherited>
+            <artifactId>maven-deploy-plugin</artifactId>
+            <version>2.3</version>
+            <configuration>
+              
<altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
+              <updateReleaseInfo>true</updateReleaseInfo>
+            </configuration>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <version>2.0.2</version>
+            <executions>
+              <execution>
+                <id>attach-sources</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.2</version>
+            <executions>
+              <execution>
+                <id>attach-javadocs</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <!-- END SNIPPET: release-profile -->
+  </profiles>  
+
+</project>

Propchange: 
james/jspf/branches/multimodule-proposal/stage/org.apache.james/poms/james-parent-1.2-SNAPSHOT.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: 
james/jspf/branches/multimodule-proposal/stage/org.apache.james/poms/james-project-1.3-SNAPSHOT.pom
URL: 
http://svn.apache.org/viewvc/james/jspf/branches/multimodule-proposal/stage/org.apache.james/poms/james-project-1.3-SNAPSHOT.pom?rev=684445&view=auto
==============================================================================
--- 
james/jspf/branches/multimodule-proposal/stage/org.apache.james/poms/james-project-1.3-SNAPSHOT.pom
 (added)
+++ 
james/jspf/branches/multimodule-proposal/stage/org.apache.james/poms/james-project-1.3-SNAPSHOT.pom
 Sun Aug 10 03:23:38 2008
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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";>
+  <!--
+    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.    
+  -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.james</groupId>
+  <artifactId>james-project</artifactId>
+  <name>Apache JAMES Project</name>
+  <version>1.3-SNAPSHOT</version>
+  <description>
+    The Apache JAMES Project
+  </description>
+  
+  <parent>
+    <groupId>org.apache.james</groupId>
+    <artifactId>james-parent</artifactId>
+    <version>1.2-SNAPSHOT</version>
+  </parent>
+
+  <modules>
+    <module>server</module>
+  </modules>
+  
+  <url>http://james.apache.org/</url>
+  <inceptionYear>2006</inceptionYear>
+  <packaging>pom</packaging>
+
+  <dependencies>
+  </dependencies>
+
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://issues.apache.org/jira/browse/JAMES</url>
+  </issueManagement>
+
+  <distributionManagement>
+    <!-- Each project must override this with their own -->
+    <site>
+      <id>james-website</id>
+      <url>scp://people.apache.org/www/james.apache.org/</url>
+    </site>
+  </distributionManagement>
+
+  <mailingLists>
+    <mailingList>
+      <name>Apache James Website Developement</name>
+      <subscribe>[EMAIL PROTECTED]</subscribe>
+      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+      <post>[EMAIL PROTECTED]</post>
+      
<archive>http://mail-archives.apache.org/mod_mbox/james-site-dev/</archive>
+    </mailingList>
+  </mailingLists>
+</project>

Propchange: 
james/jspf/branches/multimodule-proposal/stage/org.apache.james/poms/james-project-1.3-SNAPSHOT.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: 
james/jspf/branches/multimodule-proposal/stage/org.apache.james/xmls/james-parent-1.2-SNAPSHOT-site.xml
URL: 
http://svn.apache.org/viewvc/james/jspf/branches/multimodule-proposal/stage/org.apache.james/xmls/james-parent-1.2-SNAPSHOT-site.xml?rev=684445&view=auto
==============================================================================
--- 
james/jspf/branches/multimodule-proposal/stage/org.apache.james/xmls/james-parent-1.2-SNAPSHOT-site.xml
 (added)
+++ 
james/jspf/branches/multimodule-proposal/stage/org.apache.james/xmls/james-parent-1.2-SNAPSHOT-site.xml
 Sun Aug 10 03:23:38 2008
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="ISO-8859-1"?><project name="James Parent POM">
+  <bannerLeft>
+    <name>James Parent</name>
+    <src>images/james-project-logo.gif</src>
+    <href>http://james.apache.org/index.html</href>
+  </bannerLeft>
+  <bannerRight>
+    <name>The Apache Software Foundation</name>
+    <src>images/asf-logo-reduced.gif</src>
+    <href>http://www.apache.org/index.html</href>
+  </bannerRight>
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-default-skin</artifactId>
+    <version>1.0</version>
+  </skin>
+  <body />
+</project>
\ No newline at end of file

Propchange: 
james/jspf/branches/multimodule-proposal/stage/org.apache.james/xmls/james-parent-1.2-SNAPSHOT-site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
james/jspf/branches/multimodule-proposal/stage/org.apache.james/xmls/james-parent-1.2-SNAPSHOT-site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
james/jspf/branches/multimodule-proposal/stage/org.apache.james/xmls/james-project-1.3-SNAPSHOT-site.xml
URL: 
http://svn.apache.org/viewvc/james/jspf/branches/multimodule-proposal/stage/org.apache.james/xmls/james-project-1.3-SNAPSHOT-site.xml?rev=684445&view=auto
==============================================================================
--- 
james/jspf/branches/multimodule-proposal/stage/org.apache.james/xmls/james-project-1.3-SNAPSHOT-site.xml
 (added)
+++ 
james/jspf/branches/multimodule-proposal/stage/org.apache.james/xmls/james-project-1.3-SNAPSHOT-site.xml
 Sun Aug 10 03:23:38 2008
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="ISO-8859-1"?><project name="James Project">
+  <bannerLeft>
+    <name>James Project</name>
+    <src>http://james.apache.org/images/james-project-logo.gif</src>
+    <href>http://james.apache.org/index.html</href>
+  </bannerLeft>
+  <bannerRight>
+    <name>The Apache Software Foundation</name>
+    <src>http://james.apache.org/images/asf-logo-reduced.gif</src>
+    <href>http://www.apache.org/index.html</href>
+  </bannerRight>
+  <skin>
+    <groupId>org.apache.james</groupId>
+    <artifactId>maven-skin</artifactId>
+    <version>1.1</version>
+  </skin>
+  <body>
+    <links>
+      <item name="JAMES Project" href="http://james.apache.org/index.html"; />
+      <item name="Server" href="http://james.apache.org/server/index.html"; />
+      <item name="Mailets" href="http://james.apache.org/mailet/index.html"; />
+      <item name="jSPF" href="http://james.apache.org/jspf/index.html"; />
+      <item name="Mime4J" href="http://james.apache.org/mime4j/index.html"; />
+      <item name="JSieve" href="http://james.apache.org/jsieve/index.html"; />
+      <item name="Postage" href="http://james.apache.org/postage/index.html"; />
+    </links>
+    <menu name="Sub Projects">
+      <item name="Server" href="http://james.apache.org/server/index.html"; />
+      <item name="Mailets" href="http://james.apache.org/mailet/index.html"; />
+      <item name="jSPF" href="http://james.apache.org/jspf/index.html"; />
+      <item name="Mime4J" href="http://james.apache.org/mime4j/index.html"; />
+      <item name="JSieve" href="http://james.apache.org/jsieve/index.html"; />
+      <item name="Postage" href="http://james.apache.org/postage/index.html"; />
+    </menu>
+    <menu name="About">
+      <item name="News" href="http://james.apache.org/newsarchive.html"; />
+      <item name="Overview" href="http://james.apache.org/index.html"; />
+      <item name="Mailing Lists" href="http://james.apache.org/mail.html"; />
+      <item name="Project Guidelines" 
href="http://james.apache.org/guidelines.html"; />
+      <item name="Wiki" href="http://wiki.apache.org/james"; />
+      <item name="Who We Are" href="http://james.apache.org/weare.html"; />
+      <item name="Contributing" href="http://james.apache.org/contribute.html"; 
/>
+      <item name="Standards" 
href="http://james.apache.org/code-standards.html"; />
+      <item name="License" href="http://james.apache.org/license.html"; />
+    </menu>
+    <menu name="Downloads" inherit="bottom">
+      <item name="Stable releases" href="http://james.apache.org/download.cgi"; 
/>
+      <item name="Unstable releases" 
href="http://james.apache.org/downloadunstable.cgi"; />
+      <item name="Nightly builds" 
href="http://people.apache.org/builds/james/nightly/"; />
+    </menu>
+    <menu name="Translated">
+      <item name="Japanese (web)" href="http://james.terra-intl.com/"; />
+    </menu>
+    <menu name="Related Projects">
+      <item name="Jakarta Commons" 
href="http://jakarta.apache.org/commons/index.html"; />
+      <item name="Ant" href="http://ant.apache.org/index.html"; />
+      <item name="Maven2" href="http://maven.apache.org/index.html"; />
+      <item name="Derby" href="http://db.apache.org/derby/index.html"; />
+      <item name="Avalon" href="http://avalon.apache.org/index.html"; />
+      <item name="DNSJava" href="http://www.dnsjava.org/index.html"; />
+    </menu>
+    <menu name="Useful Information">
+      <item name="Get Involved" 
href="http://jakarta.apache.org/site/getinvolved.html"; />
+      <item name="Reference Library" 
href="http://jakarta.apache.org/site/library.html"; />
+    </menu>
+    <menu name="Foundation">
+      <item name="FAQ" href="http://apache.org/foundation/faq.html"; />
+      <item name="Sponsorship" 
href="http://apache.org/foundation/sponsorship.html"; />
+      <item name="Donations" 
href="http://apache.org/foundation/contributing.html"; />
+      <item name="Thanks" href="http://apache.org/foundation/thanks.html"; />
+    </menu>
+  </body>
+</project>
\ No newline at end of file

Propchange: 
james/jspf/branches/multimodule-proposal/stage/org.apache.james/xmls/james-project-1.3-SNAPSHOT-site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
james/jspf/branches/multimodule-proposal/stage/org.apache.james/xmls/james-project-1.3-SNAPSHOT-site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
james/jspf/branches/multimodule-proposal/stage/org.apache.maven.skins/jars/maven-default-skin-1.0.jar
URL: 
http://svn.apache.org/viewvc/james/jspf/branches/multimodule-proposal/stage/org.apache.maven.skins/jars/maven-default-skin-1.0.jar?rev=684445&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
james/jspf/branches/multimodule-proposal/stage/org.apache.maven.skins/jars/maven-default-skin-1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
james/jspf/branches/multimodule-proposal/stage/org.apache.maven.skins/poms/maven-default-skin-1.0.pom
URL: 
http://svn.apache.org/viewvc/james/jspf/branches/multimodule-proposal/stage/org.apache.maven.skins/poms/maven-default-skin-1.0.pom?rev=684445&view=auto
==============================================================================
--- 
james/jspf/branches/multimodule-proposal/stage/org.apache.maven.skins/poms/maven-default-skin-1.0.pom
 (added)
+++ 
james/jspf/branches/multimodule-proposal/stage/org.apache.maven.skins/poms/maven-default-skin-1.0.pom
 Sun Aug 10 03:23:38 2008
@@ -0,0 +1,324 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>maven-skins</artifactId>
+    <groupId>org.apache.maven.skins</groupId>
+    <version>2</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.skins</groupId>
+  <artifactId>maven-default-skin</artifactId>
+  <name>Maven Default Skin</name>
+  <version>1.0</version>
+  <description>Maven Default Skin</description>
+  <url>http://maven.apache.org/skins/maven-default-skin</url>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.codehaus.org/browse/MNG</url>
+  </issueManagement>
+  <ciManagement>
+    <system>continuum</system>
+    <url>http://maven.zones.apache.org:8080/continuum</url>
+    <notifiers>
+      <notifier>
+        <configuration>
+          <address>[EMAIL PROTECTED]</address>
+        </configuration>
+      </notifier>
+    </notifiers>
+  </ciManagement>
+  <inceptionYear>2002</inceptionYear>
+  <mailingLists>
+    <mailingList>
+      <name>Maven Announcements List</name>
+      <subscribe>[EMAIL PROTECTED]</subscribe>
+      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+      <post>[EMAIL PROTECTED]</post>
+      
<archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Maven Issues List</name>
+      <subscribe>[EMAIL PROTECTED]</subscribe>
+      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+      <post>[EMAIL PROTECTED]</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Maven Notifications List</name>
+      <subscribe>[EMAIL PROTECTED]</subscribe>
+      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+      <post>[EMAIL PROTECTED]</post>
+      
<archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
+    </mailingList>
+  </mailingLists>
+  <developers>
+    <developer>
+      <id>jvanzyl</id>
+      <name>Jason van Zyl</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Chair</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+    <developer>
+      <id>brett</id>
+      <name>Brett Porter</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>+10</timezone>
+    </developer>
+    <developer>
+      <id>evenisse</id>
+      <name>Emmanuel Venisse</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>kenney</id>
+      <name>Kenney Westerhof</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>Neonics</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>snicoll</id>
+      <name>Stephane Nicoll</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>vmassol</id>
+      <name>Vincent Massol</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>fgiust</id>
+      <name>Fabrizio Giustina</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>openmind</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>epunzalan</id>
+      <name>Edwin Punzalan</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>Mergere</organization>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>+8</timezone>
+    </developer>
+    <developer>
+      <id>mperham</id>
+      <name>Mike Perham</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>Webify Solutions</organization>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>-6</timezone>
+    </developer>
+    <developer>
+      <id>jdcasey</id>
+      <name>John Casey</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+    <developer>
+      <id>trygvis</id>
+      <name>Trygve Laugstol</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>vsiveton</id>
+      <name>Vincent Siveton</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+  </developers>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <scm>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/skins/trunk/maven-default-skin</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/skins/trunk/maven-default-skin</developerConnection>
+    
<url>http://svn.apache.org/viewcvs.cgi/maven/skins/trunk/maven-default-skin</url>
+  </scm>
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+  <build>
+    
<sourceDirectory>c:\home\brett\scm\maven\skins\maven-default-skin\target\checkout\src\main\java</sourceDirectory>
+    <scriptSourceDirectory>src/main/scripts</scriptSourceDirectory>
+    
<testSourceDirectory>c:\home\brett\scm\maven\skins\maven-default-skin\target\checkout\src\test\java</testSourceDirectory>
+    
<outputDirectory>c:\home\brett\scm\maven\skins\maven-default-skin\target\checkout\target\classes</outputDirectory>
+    
<testOutputDirectory>c:\home\brett\scm\maven\skins\maven-default-skin\target\checkout\target\test-classes</testOutputDirectory>
+    <resources>
+      <resource>
+        
<directory>c:\home\brett\scm\maven\skins\maven-default-skin\target\checkout\src\main\resources</directory>
+      </resource>
+    </resources>
+    <testResources>
+      <testResource>
+        
<directory>c:\home\brett\scm\maven\skins\maven-default-skin\target\checkout\src\test\resources</directory>
+      </testResource>
+    </testResources>
+    
<directory>c:\home\brett\scm\maven\skins\maven-default-skin\target\checkout\target</directory>
+    <finalName>maven-default-skin-1.0</finalName>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            
<tagBase>https://svn.apache.org/repos/asf/maven/skins/tags</tagBase>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <version>2.2</version>
+        <inherited>true</inherited>
+        <configuration>
+          <updateReleaseInfo>true</updateReleaseInfo>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.0-beta-3</version>
+        <executions>
+          <execution>
+            <id>attach-javadocs</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <inherited>true</inherited>
+      </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <version>2.0.1</version>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <inherited>true</inherited>
+      </plugin>
+      <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>2.1</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.1</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.2-SNAPSHOT</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.0</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-install-plugin</artifactId>
+        <version>2.1</version>
+      </plugin>
+    </plugins>
+  </build>
+  <repositories>
+    <repository>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://svn.apache.org/maven-snapshot-repository</url>
+    </repository>
+    <repository>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <id>central</id>
+      <name>Maven Repository Switchboard</name>
+      <url>http://repo1.maven.org/maven2</url>
+    </repository>
+  </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <releases>
+        <updatePolicy>never</updatePolicy>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <id>central</id>
+      <name>Maven Plugin Repository</name>
+      <url>http://repo1.maven.org/maven2</url>
+    </pluginRepository>
+  </pluginRepositories>
+  <reporting>
+    <outputDirectory>target/site</outputDirectory>
+  </reporting>
+  <distributionManagement>
+    <repository>
+      <id>apache.releases</id>
+      <name>Apache Release Distribution Repository</name>
+      
<url>scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Development Snapshot Repository</name>
+      
<url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+    </snapshotRepository>
+    <site>
+      <id>website</id>
+      
<url>scp://minotaur.apache.org/www/maven.apache.org/skins/maven-default-skin</url>
+    </site>
+  </distributionManagement>
+</project>
\ No newline at end of file

Propchange: 
james/jspf/branches/multimodule-proposal/stage/org.apache.maven.skins/poms/maven-default-skin-1.0.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: 
james/jspf/branches/multimodule-proposal/stage/org.apache.maven.skins/poms/maven-skins-2.pom
URL: 
http://svn.apache.org/viewvc/james/jspf/branches/multimodule-proposal/stage/org.apache.maven.skins/poms/maven-skins-2.pom?rev=684445&view=auto
==============================================================================
--- 
james/jspf/branches/multimodule-proposal/stage/org.apache.maven.skins/poms/maven-skins-2.pom
 (added)
+++ 
james/jspf/branches/multimodule-proposal/stage/org.apache.maven.skins/poms/maven-skins-2.pom
 Sun Aug 10 03:23:38 2008
@@ -0,0 +1,51 @@
+<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>
+    <artifactId>maven-parent</artifactId>
+    <groupId>org.apache.maven</groupId>
+    <version>1</version>
+    <relativePath>../pom/maven/pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.maven.skins</groupId>
+  <artifactId>maven-skins</artifactId>
+  <packaging>pom</packaging>
+  <version>2</version>
+  <name>Maven Skins</name>
+  <description>Maven Skins</description>
+  <url>http://maven.apache.org/skins/</url>
+  <!-- TODO: create a new JIRA project/component -->
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.codehaus.org/browse/MNG</url>
+  </issueManagement>
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>scp://minotaur.apache.org/www/maven.apache.org/skins/</url>
+    </site>
+  </distributionManagement>
+  <modules>
+    <module>maven-default-skin</module>
+    <module>maven-classic-skin</module>
+    <module>maven-stylus-skin</module>
+  </modules>
+  <scm>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/skins/trunk/</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/skins/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/skins/trunk/</url>
+  </scm>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            
<tagBase>https://svn.apache.org/repos/asf/maven/skins/tags</tagBase>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+</project>
+

Propchange: 
james/jspf/branches/multimodule-proposal/stage/org.apache.maven.skins/poms/maven-skins-2.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: 
james/jspf/branches/multimodule-proposal/stage/org.apache/jars/apache-jar-resource-bundle-1.4.jar
URL: 
http://svn.apache.org/viewvc/james/jspf/branches/multimodule-proposal/stage/org.apache/jars/apache-jar-resource-bundle-1.4.jar?rev=684445&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
james/jspf/branches/multimodule-proposal/stage/org.apache/jars/apache-jar-resource-bundle-1.4.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
james/jspf/branches/multimodule-proposal/stage/org.apache/poms/apache-jar-resource-bundle-1.4.pom
URL: 
http://svn.apache.org/viewvc/james/jspf/branches/multimodule-proposal/stage/org.apache/poms/apache-jar-resource-bundle-1.4.pom?rev=684445&view=auto
==============================================================================
--- 
james/jspf/branches/multimodule-proposal/stage/org.apache/poms/apache-jar-resource-bundle-1.4.pom
 (added)
+++ 
james/jspf/branches/multimodule-proposal/stage/org.apache/poms/apache-jar-resource-bundle-1.4.pom
 Sun Aug 10 03:23:38 2008
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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</groupId>
+    <artifactId>apache-resource-bundles</artifactId>
+    <version>2</version>
+  </parent>
+  <artifactId>apache-jar-resource-bundle</artifactId>
+  <name>Apache JAR Resource Bundle</name>
+  <version>1.4</version>
+  <inceptionYear>2006</inceptionYear>
+  <description>
+    An archive which contains templates for generating the necessary license 
files and notices for all Apache releases.
+  </description>
+
+  <scm>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/apache-jar-resource-bundle-1.4</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/apache-jar-resource-bundle-1.4</developerConnection>
+    
<url>https://svn.apache.org/repos/asf/maven/resources/tags/apache-jar-resource-bundle-1.4</url>
+  </scm>
+</project>

Propchange: 
james/jspf/branches/multimodule-proposal/stage/org.apache/poms/apache-jar-resource-bundle-1.4.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: 
james/jspf/branches/multimodule-proposal/stage/org.apache/poms/apache-resource-bundles-2.pom
URL: 
http://svn.apache.org/viewvc/james/jspf/branches/multimodule-proposal/stage/org.apache/poms/apache-resource-bundles-2.pom?rev=684445&view=auto
==============================================================================
--- 
james/jspf/branches/multimodule-proposal/stage/org.apache/poms/apache-resource-bundles-2.pom
 (added)
+++ 
james/jspf/branches/multimodule-proposal/stage/org.apache/poms/apache-resource-bundles-2.pom
 Sun Aug 10 03:23:38 2008
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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.maven</groupId>
+    <artifactId>maven-parent</artifactId>
+    <version>5</version>
+    <relativePath>../pom/maven/pom.xml</relativePath>
+  </parent>
+  <packaging>pom</packaging>
+  <groupId>org.apache</groupId>
+  <artifactId>apache-resource-bundles</artifactId>
+  <name>Apache Resource Bundles</name>
+  <version>2</version>
+  <inceptionYear>2006</inceptionYear>
+  <modules>
+    <module>apache-jar-resource-bundle</module>
+    <module>apache-license-header-resource-bundle</module>
+    <module>apache-incubator-disclaimer-resource-bundle</module>         
+  </modules>
+  <scm>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/apache-resource-bundles-2</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/apache-resource-bundles-2</developerConnection>
+    
<url>https://svn.apache.org/repos/asf/maven/resources/tags/apache-resource-bundles-2</url>
+  </scm>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.0-beta-4</version>
+          <configuration>
+            
<tagBase>https://svn.apache.org/repos/asf/maven/resources/tags</tagBase>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <!-- Turn this into a lifecycle -->
+      <plugin>      
+        <artifactId>maven-remote-resources-plugin</artifactId>        
+        <executions>
+          <execution>
+            <goals>
+              <goal>bundle</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: 
james/jspf/branches/multimodule-proposal/stage/org.apache/poms/apache-resource-bundles-2.pom
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to