Added: james/server/trunk/stage/org.apache.james/poms/maven-skin-1.1-SNAPSHOT.pom URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/poms/maven-skin-1.1-SNAPSHOT.pom?rev=576181&view=auto ============================================================================== --- james/server/trunk/stage/org.apache.james/poms/maven-skin-1.1-SNAPSHOT.pom (added) +++ james/server/trunk/stage/org.apache.james/poms/maven-skin-1.1-SNAPSHOT.pom Sun Sep 16 14:29:31 2007 @@ -0,0 +1,66 @@ +<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</version> + </parent> + + + <distributionManagement> + <site> + <id>maven-skin-website</id> + <url>scp://minotaur.apache.org/www/james.apache.org/maven-skin</url> + </site> + </distributionManagement> + + <!-- This is here because of http://jira.codehaus.org/browse/MRRESOURCES-6 --> + <properties> + <maven.test.skip>true</maven.test.skip> + </properties> + + <build> + <plugins> + <plugin> + <artifactId>maven-remote-resources-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>process</goal> + </goals> + <configuration> + <resourceBundles> + <resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle> + </resourceBundles> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> + +</project> \ No newline at end of file
Added: james/server/trunk/stage/org.apache.james/xmls/james-parent-1.1-site.xml URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/xmls/james-parent-1.1-site.xml?rev=576181&view=auto ============================================================================== --- james/server/trunk/stage/org.apache.james/xmls/james-parent-1.1-site.xml (added) +++ james/server/trunk/stage/org.apache.james/xmls/james-parent-1.1-site.xml Sun Sep 16 14:29:31 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/server/trunk/stage/org.apache.james/xmls/james-parent-1.1-site_en.xml URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/xmls/james-parent-1.1-site_en.xml?rev=576181&view=auto ============================================================================== (empty) Added: james/server/trunk/stage/org.apache.james/xmls/james-project-1.1-site.xml URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/xmls/james-project-1.1-site.xml?rev=576181&view=auto ============================================================================== --- james/server/trunk/stage/org.apache.james/xmls/james-project-1.1-site.xml (added) +++ james/server/trunk/stage/org.apache.james/xmls/james-project-1.1-site.xml Sun Sep 16 14:29:31 2007 @@ -0,0 +1,68 @@ +<?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="Mailet API" href="/mailet/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="Mailet API" href="/mailet/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/server/trunk/stage/org.apache.james/xmls/james-project-1.1-site_en.xml URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/xmls/james-project-1.1-site_en.xml?rev=576181&view=auto ============================================================================== (empty) Added: james/server/trunk/stage/org.apache.james/xmls/james-server-root-1.0-site.xml URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/xmls/james-server-root-1.0-site.xml?rev=576181&view=auto ============================================================================== --- james/server/trunk/stage/org.apache.james/xmls/james-server-root-1.0-site.xml (added) +++ james/server/trunk/stage/org.apache.james/xmls/james-server-root-1.0-site.xml Sun Sep 16 14:29:31 2007 @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="ISO-8859-1"?><project name="James Server"> + <bannerLeft> + <name>James Server</name> + <src>images/james-server-logo.gif</src> + <href>http://james.apache.org/server/</href> + </bannerLeft> + <bannerRight> + <name>The Apache Software Foundation</name> + <src>images/asf-logo-reduced.gif</src> + <href>http://www.apache.org/</href> + </bannerRight> + <body> + <menu name="James Server" inherit="top"> + <item name="Overview" href="/index.html" /> + <item name="Objectives" href="/design_objectives.html" /> + <item name="James FAQ" href="/FAQ.html"> + <item name="James and Sendmail" href="/james_and_sendmail.html" /> + </item> + <item name="Wiki" href="http://wiki.apache.org/james" /> + <item name="Useful RFCs" href="/rfclist.html" /> + </menu> + <menu name="Documentation"> + <item name="Server 2.3.1" href="/2.3.1/index.html" /> + <item name="Server 2.3.0" href="/2.3.0/index.html" /> + <item name="Server 2.2.0" href="/2.2.0/index.html" /> + <item name="Archive" href="/archive/document_archive.html" /> + </menu> + <menu name="Project" inherit="bottom"> + <item name="Bug Database" href="http://issues.apache.org/jira/browse/JAMES" /> + <item name="Source Code" href="http://svn.apache.org/viewvc/james/server/" /> + <item name="TODO" href="/todo.html" /> + </menu> + </body> +</project> \ No newline at end of file Added: james/server/trunk/stage/org.apache.james/xmls/james-server-root-1.0-site_en.xml URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/xmls/james-server-root-1.0-site_en.xml?rev=576181&view=auto ============================================================================== (empty) Added: james/server/trunk/stage/village/poms/village-2.0.pom URL: http://svn.apache.org/viewvc/james/server/trunk/stage/village/poms/village-2.0.pom?rev=576181&view=auto ============================================================================== --- james/server/trunk/stage/village/poms/village-2.0.pom (added) +++ james/server/trunk/stage/village/poms/village-2.0.pom Sun Sep 16 14:29:31 2007 @@ -0,0 +1,160 @@ +<project> + <modelVersion>4.0.0</modelVersion> + <groupId>village</groupId> + <artifactId>village</artifactId> + <name>village</name> + <version>2.0</version> + <description>Village is a 100% Pure Java API that sits on top of the JDBC API. The purpose + of this API is to make it easier to interact with a JDBC compliant relational + database. By using Village, it is possible to execute and manage + select/insert/update/delete SQL statements without having to actually write + a single line of SQL. Village can use any valid JDBC Connection object, so it + is possible to use Village with a JDBC Connection pool.</description> + <url>http://share.whichever.com/index.php?SCREEN=village</url> + <issueManagement> + <url>https://svn.softwareforge.de/trac/newticket?component=Village</url> + </issueManagement> + <inceptionYear></inceptionYear> + <mailingLists> + <mailingList> + <name>Torque User List</name> + <subscribe>[EMAIL PROTECTED]</subscribe> + <unsubscribe>[EMAIL PROTECTED]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/db-torque-user/</archive> + </mailingList> + <mailingList> + <name>Torque Developer List</name> + <subscribe>[EMAIL PROTECTED]</subscribe> + <unsubscribe>[EMAIL PROTECTED]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/db-torque-dev/</archive> + </mailingList> + </mailingLists> + <developers> + <developer> + <id>jmcnally</id> + <name>John McNally</name> + <email>[EMAIL PROTECTED]</email> + <url></url> + <organization>CollabNet, Inc.</organization> + <timezone></timezone> + </developer> + <developer> + <id>dlr</id> + <name>Daniel Rall</name> + <email>[EMAIL PROTECTED]</email> + <url></url> + <organization>CollabNet, Inc.</organization> + <timezone></timezone> + </developer> + <developer> + <id>henning</id> + <name>Henning P. Schmiedehausen</name> + <email>[EMAIL PROTECTED]</email> + <url></url> + <organization>INTERMETA - Gesellschaft fuer Mehrwertdienste mbH</organization> + <roles> + <role>Java Developer</role> + </roles> + <timezone>2</timezone> + </developer> + <developer> + <id>jon</id> + <name>Jon Scott Stevens</name> + <email>[EMAIL PROTECTED]</email> + <url></url> + <organization>CollabNet, Inc.</organization> + <timezone></timezone> + </developer> + </developers> + <licenses> + <license> + <name>The Working-Dogs.com License, Version 1.1</name> + <url></url> + <comments></comments> + </license> + </licenses> + <scm> + <connection>scm:svn:http://svn.softwareforge.de/svn/opensource/village/trunk</connection> + <developerConnection>scm:svn:https://svn.softwareforge.de/svn/opensource/village/trunk</developerConnection> + <url>https://svn.softwareforge.de/trac/browser/village/trunk/</url> + </scm> + <build> + <sourceDirectory>src/java</sourceDirectory> + <testSourceDirectory>src/test</testSourceDirectory> + <plugins> + <plugin> + <artifactId>maven-ant-plugin</artifactId> + <version>1.9</version> + <configuration /> + </plugin> + <plugin> + <artifactId>maven-artifact-plugin</artifactId> + <version>1.5.2</version> + <configuration /> + </plugin> + <plugin> + <artifactId>maven-changelog-plugin</artifactId> + <version>1.8.2</version> + <configuration /> + </plugin> + <plugin> + <artifactId>maven-developer-activity-plugin</artifactId> + <version>1.5.2</version> + <configuration /> + </plugin> + <plugin> + <artifactId>maven-file-activity-plugin</artifactId> + <version>1.5.2</version> + <configuration /> + </plugin> + <plugin> + <groupId>maven-plugins</groupId> + <artifactId>maven-findbugs-plugin</artifactId> + <version>0.9.1</version> + <configuration /> + </plugin> + <plugin> + <artifactId>maven-jar-plugin</artifactId> + <version>1.7</version> + <configuration /> + </plugin> + <plugin> + <artifactId>maven-plugin-plugin</artifactId> + <version>1.6</version> + <configuration /> + </plugin> + <plugin> + <artifactId>maven-scm-plugin</artifactId> + <version>1.5</version> + <configuration /> + </plugin> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <version>1.6.1</version> + <configuration /> + </plugin> + <plugin> + <artifactId>maven-tasklist-plugin</artifactId> + <version>2.4</version> + <configuration /> + </plugin> + <plugin> + <artifactId>maven-xdoc-plugin</artifactId> + <version>1.9.2</version> + <configuration /> + </plugin> + </plugins> + </build> + <distributionManagement> + <repository> + <id>default</id> + <name>Default Repository</name> + <url>www.softwareforge.de//releases</url> + </repository> + <site> + <id>default</id> + <name>Default Site</name> + <url>scp://www.softwareforge.de//webserver/www.softwareforge.de/html/projects/village</url> + </site> + </distributionManagement> +</project> \ No newline at end of file Modified: james/server/trunk/torque-mailboxmanager-function/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/torque-mailboxmanager-function/pom.xml?rev=576181&r1=576180&r2=576181&view=diff ============================================================================== --- james/server/trunk/torque-mailboxmanager-function/pom.xml (original) +++ james/server/trunk/torque-mailboxmanager-function/pom.xml Sun Sep 16 14:29:31 2007 @@ -1,22 +1,23 @@ -<?xml version="1.0" encoding="ISO-8859-15"?><project> -<!-- - 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. +<?xml version="1.0" encoding="ISO-8859-15"?> +<!-- + 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. --> +<project> <parent> <artifactId>james-server</artifactId> <groupId>org.apache.james</groupId> @@ -27,59 +28,50 @@ <artifactId>james-server-torque-mailboxmanager-function</artifactId> <name>Apache JAMES Server Torque Mailbox Manager</name> <dependencies> - <!-- <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> - <version>1.4.1ea-SNAPSHOT</version> </dependency> - --> <dependency> <groupId>org.apache.james</groupId> <artifactId>mailet</artifactId> - <version>3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.james</groupId> <artifactId>james-server-core-library</artifactId> - <version>3.0-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>james-server-imapmailbox-library</artifactId> - <version>3.0-SNAPSHOT</version> </dependency> + <dependency> <groupId>commons-configuration</groupId> <artifactId>commons-configuration</artifactId> - <version>1.1</version> </dependency> <dependency> - <groupId>torque</groupId> - <artifactId>torque</artifactId> - <version>3.3-RC1</version> - <exclusions> - <exclusion> - <artifactId>jndi</artifactId> - <groupId>jndi</groupId> - </exclusion> - <exclusion> - <artifactId>avalon-framework</artifactId> - <groupId>avalon-framework</groupId> - </exclusion> - <exclusion> - <artifactId>jdbc-stdext</artifactId> - <groupId>javax.sql</groupId> - </exclusion> - </exclusions> + <groupId>org.apache.db.torque</groupId> + <artifactId>runtime</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.avalon.framework</groupId> + <artifactId>avalon-framework-api</artifactId> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + </dependency> + <dependency> + <groupId>village</groupId> + <artifactId>village</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies> -</project> +</project> \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
