Author: bago
Date: Sat Apr 28 09:06:54 2007
New Revision: 533378

URL: http://svn.apache.org/viewvc?view=rev&rev=533378
Log:
Renaming repos/third-party-m1 to stage to better follow the new server-modular 
structure.
Added some comment to pom.xml for m2 build workarounds.
Added dnsjnio library to local stage folder.

Added:
    james/jspf/branches/asynch-jspf/stage/org.apache.james/
    james/jspf/branches/asynch-jspf/stage/org.apache.james/jars/
    
james/jspf/branches/asynch-jspf/stage/org.apache.james/jars/maven-skin-1.1-SNAPSHOT.jar
   (with props)
    james/jspf/branches/asynch-jspf/stage/org.apache.james/poms/
    
james/jspf/branches/asynch-jspf/stage/org.apache.james/poms/james-parent-1.1-SNAPSHOT.pom
    
james/jspf/branches/asynch-jspf/stage/org.apache.james/poms/james-project-1.1-SNAPSHOT.pom
    
james/jspf/branches/asynch-jspf/stage/org.apache.james/poms/maven-skin-1.1-SNAPSHOT.pom
    james/jspf/branches/asynch-jspf/stage/org.apache.james/xmls/
    
james/jspf/branches/asynch-jspf/stage/org.apache.james/xmls/james-parent-1.1-SNAPSHOT-site.xml
    
james/jspf/branches/asynch-jspf/stage/org.apache.james/xmls/james-project-1.1-SNAPSHOT-site.xml
    james/jspf/branches/asynch-jspf/stage/uk.nominet/
    james/jspf/branches/asynch-jspf/stage/uk.nominet/jars/
    
james/jspf/branches/asynch-jspf/stage/uk.nominet/jars/dnsjnio-0.9.7-SNAPSHOT.jar
   (with props)
Modified:
    james/jspf/branches/asynch-jspf/pom.xml

Modified: james/jspf/branches/asynch-jspf/pom.xml
URL: 
http://svn.apache.org/viewvc/james/jspf/branches/asynch-jspf/pom.xml?view=diff&rev=533378&r1=533377&r2=533378
==============================================================================
--- james/jspf/branches/asynch-jspf/pom.xml (original)
+++ james/jspf/branches/asynch-jspf/pom.xml Sat Apr 28 09:06:54 2007
@@ -25,6 +25,9 @@
     <groupId>org.apache.james</groupId>
     <artifactId>james-project</artifactId>
     <version>1.1-SNAPSHOT</version>
+    <!-- Either this really points to the james-project/pom.xml or you
+         will have to tune the local repository, later, in this file -->
+    <relativePath>../james-project/pom.xml</relativePath>
   </parent>
   <name>Apache JAMES jSPF</name>
   <version>0.9b4</version>
@@ -48,6 +51,11 @@
       <version>2.0.3</version>
     </dependency>
     <dependency>
+      <groupId>uk.nominet</groupId>
+      <artifactId>dnsjnio</artifactId>
+      <version>0.9.7-SNAPSHOT</version>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
@@ -120,9 +128,27 @@
   <!-- temporary to support simpler deploy -->
   <repositories>
     <repository>
-      <id>local-jspf-3rd-party-m1</id>
-      <name>Local jSPF third party repository</name>
-      <url>file://${basedir}/repos/third-party-m1</url>
+      <id>local-jspf-stage-repository</id>
+      <name>Local jSPF stage repository</name>
+      <!-- Please note that due to http://jira.codehaus.org/browse/MNG-2896 -->
+      <!-- If you don't have james-project checked out in ../james-project -->
+      <!-- you will have to place your absolute path to the project instead -->
+      <!-- of ${basedir}, or, otherwise, manually install the parent poms -->
+      <!--
+           mvn -fignorepom.xml install:install-file 
+              -Dfile=stage\org.apache.james\poms\james-parent-1.1-SNAPSHOT.pom 
+              -Dpackaging=pom 
+              -DgroupId=org.apache.james 
+              -DartifactId=james-parent 
+              -Dversion=1.1-SNAPSHOT
+           mvn -fignorepom.xml install:install-file 
+              
-Dfile=stage\org.apache.james\poms\james-project-1.1-SNAPSHOT.pom 
+              -Dpackaging=pom 
+              -DgroupId=org.apache.james 
+              -DartifactId=james-project 
+              -Dversion=1.1-SNAPSHOT
+       -->
+      <url>file://${basedir}/stage</url>
       <layout>legacy</layout>
       <releases>
         <enabled>true</enabled>
@@ -132,26 +158,6 @@
         <enabled>true</enabled>
         <checksumPolicy>ignore</checksumPolicy>
       </snapshots>
-    </repository>
-    
-    <repository>
-      <id>central</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</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>
     </repository>
   </repositories>
 

Added: 
james/jspf/branches/asynch-jspf/stage/org.apache.james/jars/maven-skin-1.1-SNAPSHOT.jar
URL: 
http://svn.apache.org/viewvc/james/jspf/branches/asynch-jspf/stage/org.apache.james/jars/maven-skin-1.1-SNAPSHOT.jar?view=auto&rev=533378
==============================================================================
Binary file - no diff available.

Propchange: 
james/jspf/branches/asynch-jspf/stage/org.apache.james/jars/maven-skin-1.1-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
james/jspf/branches/asynch-jspf/stage/org.apache.james/poms/james-parent-1.1-SNAPSHOT.pom
URL: 
http://svn.apache.org/viewvc/james/jspf/branches/asynch-jspf/stage/org.apache.james/poms/james-parent-1.1-SNAPSHOT.pom?view=auto&rev=533378
==============================================================================
--- 
james/jspf/branches/asynch-jspf/stage/org.apache.james/poms/james-parent-1.1-SNAPSHOT.pom
 (added)
+++ 
james/jspf/branches/asynch-jspf/stage/org.apache.james/poms/james-parent-1.1-SNAPSHOT.pom
 Sat Apr 28 09:06:54 2007
@@ -0,0 +1,383 @@
+<?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.1-SNAPSHOT</version>
+  <description>
+    The Apache JAMES Parent POM
+  </description>
+
+  <prerequisites>
+    <maven>2.0.5</maven>
+  </prerequisites>
+
+  <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>
+
+  <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>
+  </developers>
+
+  <scm>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/james/project/trunk/parent</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/trunk/parent</developerConnection>
+    <url>http://svn.apache.org/viewvc/james/project/trunk/parent</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://minotaur.apache.org/www/james.apache.org/parent/</url>
+    </site>
+  </distributionManagement>
+
+       <!--
+  <pluginRepositories>
+    <pluginRepository>
+      <releases>
+        <updatePolicy>never</updatePolicy>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <id>maven-central</id>
+      <name>maven-central</name>
+      <url>http://repo1.maven.org/maven2</url>
+    </pluginRepository>
+  </pluginRepositories>
+   -->
+  
+  <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>
+  
+  <build>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+      </resource>
+      <!-- also include license and notice files in all the jars -->
+      <resource>
+        <directory>${basedir}</directory>
+        <includes>
+          <include>NOTICE.txt</include>
+          <include>LICENSE.txt</include>
+        </includes>
+        <targetPath>META-INF</targetPath>
+      </resource>
+    </resources>
+  </build>
+
+  <profiles>
+    <!-- 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>  
+
+  <!-- Attempt to use velocity-news plugin (not yet working)
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.velocity.site</groupId>
+        <artifactId>velocity-site-news-plugin</artifactId>
+        <configuration>
+          <baseUrl>http://james.apache.org</baseUrl>
+          <newsfile>news.xml</newsfile>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+  
+  <build>
+    <extensions>
+      <extension>
+        <groupId>org.apache.velocity.site</groupId>
+        <artifactId>velocity-site-news-extension</artifactId>
+        <version>1.2.0-SNAPSHOT</version>
+      </extension>
+    </extensions>
+  </build>
+  -->
+  
+</project>
\ No newline at end of file

Added: 
james/jspf/branches/asynch-jspf/stage/org.apache.james/poms/james-project-1.1-SNAPSHOT.pom
URL: 
http://svn.apache.org/viewvc/james/jspf/branches/asynch-jspf/stage/org.apache.james/poms/james-project-1.1-SNAPSHOT.pom?view=auto&rev=533378
==============================================================================
--- 
james/jspf/branches/asynch-jspf/stage/org.apache.james/poms/james-project-1.1-SNAPSHOT.pom
 (added)
+++ 
james/jspf/branches/asynch-jspf/stage/org.apache.james/poms/james-project-1.1-SNAPSHOT.pom
 Sat Apr 28 09:06:54 2007
@@ -0,0 +1,77 @@
+<?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.1-SNAPSHOT</version>
+  <description>
+    The Apache JAMES Project
+  </description>
+  
+  <parent>
+    <groupId>org.apache.james</groupId>
+    <artifactId>james-parent</artifactId>
+    <version>1.1-SNAPSHOT</version>
+    <relativePath>parent/pom.xml</relativePath>
+  </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>
+
+  <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>
+    <!-- Each project must override this with their own -->
+    <site>
+      <id>james-website</id>
+      <url>scp://minotaur.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>
\ No newline at end of file

Added: 
james/jspf/branches/asynch-jspf/stage/org.apache.james/poms/maven-skin-1.1-SNAPSHOT.pom
URL: 
http://svn.apache.org/viewvc/james/jspf/branches/asynch-jspf/stage/org.apache.james/poms/maven-skin-1.1-SNAPSHOT.pom?view=auto&rev=533378
==============================================================================
--- 
james/jspf/branches/asynch-jspf/stage/org.apache.james/poms/maven-skin-1.1-SNAPSHOT.pom
 (added)
+++ 
james/jspf/branches/asynch-jspf/stage/org.apache.james/poms/maven-skin-1.1-SNAPSHOT.pom
 Sat Apr 28 09:06:54 2007
@@ -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";>
+<!--
+  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>maven-skin</artifactId>
+  <version>1.1-SNAPSHOT</version>
+  <name>JAMES Skin</name>
+  <description>Apache JAMES Official Maven2 Site Skin</description>
+
+  <parent>
+    <groupId>org.apache.james</groupId>
+    <artifactId>james-parent</artifactId>
+    <version>1.1-SNAPSHOT</version>
+    <relativePath>../parent/pom.xml</relativePath>
+  </parent>
+
+
+  <distributionManagement>
+    <site>
+      <id>maven-skin-website</id>
+      <url>scp://minotaur.apache.org/www/james.apache.org/maven-skin</url>
+    </site>
+  </distributionManagement>
+
+
+  <scm>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/james/project/trunk/maven-skin</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/trunk/maven-skin</developerConnection>
+    <url>http://svn.apache.org/viewvc/james/project/trunk/maven-skin</url>
+  </scm>
+
+</project>
\ No newline at end of file

Added: 
james/jspf/branches/asynch-jspf/stage/org.apache.james/xmls/james-parent-1.1-SNAPSHOT-site.xml
URL: 
http://svn.apache.org/viewvc/james/jspf/branches/asynch-jspf/stage/org.apache.james/xmls/james-parent-1.1-SNAPSHOT-site.xml?view=auto&rev=533378
==============================================================================
--- 
james/jspf/branches/asynch-jspf/stage/org.apache.james/xmls/james-parent-1.1-SNAPSHOT-site.xml
 (added)
+++ 
james/jspf/branches/asynch-jspf/stage/org.apache.james/xmls/james-parent-1.1-SNAPSHOT-site.xml
 Sat Apr 28 09:06:54 2007
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="ISO-8859-1"?><project name="James Parent POM">
+  <bannerLeft>
+    <name>James Project</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

Added: 
james/jspf/branches/asynch-jspf/stage/org.apache.james/xmls/james-project-1.1-SNAPSHOT-site.xml
URL: 
http://svn.apache.org/viewvc/james/jspf/branches/asynch-jspf/stage/org.apache.james/xmls/james-project-1.1-SNAPSHOT-site.xml?view=auto&rev=533378
==============================================================================
--- 
james/jspf/branches/asynch-jspf/stage/org.apache.james/xmls/james-project-1.1-SNAPSHOT-site.xml
 (added)
+++ 
james/jspf/branches/asynch-jspf/stage/org.apache.james/xmls/james-project-1.1-SNAPSHOT-site.xml
 Sat Apr 28 09:06:54 2007
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="ISO-8859-1"?><project name="James Project">
+  <bannerLeft>
+    <name>James Project</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.james</groupId>
+    <artifactId>maven-skin</artifactId>
+    <version>1.1-SNAPSHOT</version>
+  </skin>
+  <body>
+    <links>
+      <item name="JAMES Project" href="/index.html" />
+      <item name="Server" href="/server/index.html" />
+      <item name="jSPF" href="/jspf/index.html" />
+      <item name="Mime4J" href="/mime4j/index.html" />
+      <item name="JSieve" href="/jsieve/index.html" />
+      <item name="Postage" href="/postage/index.html" />
+    </links>
+    <menu name="Sub Projects">
+      <item name="Server" href="/server/index.html" />
+      <item name="jSPF" href="/jspf/index.html" />
+      <item name="Mime4J" href="/mime4j/index.html" />
+      <item name="JSieve" href="/jsieve/index.html" />
+      <item name="Postage" href="/postage/index.html" />
+    </menu>
+    <menu name="About">
+      <item name="News" href="/newsarchive.html" />
+      <item name="Overview" href="/index.html" />
+      <item name="Mailing Lists" href="/mail.html" />
+      <item name="Project Guidelines" href="/guidelines.html" />
+      <item name="Wiki" href="http://wiki.apache.org/james"; />
+      <item name="Who We Are" href="/weare.html" />
+      <item name="Contributing" href="/contribute.html" />
+      <item name="Standards" href="/code-standards.html" />
+      <item name="License" href="/license.html" />
+    </menu>
+    <menu name="Downloads" inherit="bottom">
+      <item name="Stable releases" href="/download.cgi" />
+      <item name="Unstable releases" href="/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"; />
+      <item name="Apache" href="http://apache.org/foundation/faq.html"; />
+    </menu>
+  </body>
+</project>
\ No newline at end of file

Added: 
james/jspf/branches/asynch-jspf/stage/uk.nominet/jars/dnsjnio-0.9.7-SNAPSHOT.jar
URL: 
http://svn.apache.org/viewvc/james/jspf/branches/asynch-jspf/stage/uk.nominet/jars/dnsjnio-0.9.7-SNAPSHOT.jar?view=auto&rev=533378
==============================================================================
Binary file - no diff available.

Propchange: 
james/jspf/branches/asynch-jspf/stage/uk.nominet/jars/dnsjnio-0.9.7-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



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

Reply via email to