Author: rdonkin Date: Sun Sep 7 01:44:37 2008 New Revision: 692788 URL: http://svn.apache.org/viewvc?rev=692788&view=rev Log: Switch to using stage
Added: james/server/trunk/stage/org.apache.james/jars/james-imap-base-api-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-base-api-javadoc-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-base-api-test-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-codec-library-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-codec-library-javadoc-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-codec-library-test-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-imap-api-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-imap-api-test-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-mailbox-library-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-mailbox-library-javadoc-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-mailbox-library-test-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-main-deployment-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-main-deployment-test-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-processor-function-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-processor-function-javadoc-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-processor-function-test-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-seda-function-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-seda-function-javadoc-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-seda-function-test-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-torque-function-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-torque-function-javadoc-3.0-SNAPSHOT.jar (with props) james/server/trunk/stage/org.apache.james/jars/james-imap-torque-function-test-3.0-SNAPSHOT.jar (with props) Removed: james/server/trunk/phoenix-deployment/lib-components/ Modified: james/server/trunk/phoenix-deployment/build.xml Modified: james/server/trunk/phoenix-deployment/build.xml URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/build.xml?rev=692788&r1=692787&r2=692788&view=diff ============================================================================== --- james/server/trunk/phoenix-deployment/build.xml (original) +++ james/server/trunk/phoenix-deployment/build.xml Sun Sep 7 01:44:37 2008 @@ -62,11 +62,6 @@ --> <path id="project.class.path"> - <!-- TODO Discuss whether this is the best approach --> - <!-- TODO Discuss whether a stage directory would be better --> - <fileset dir='lib-components'> - <include name='*.jar'/> - </fileset> <fileset dir="${lib.dir}"> <include name='${jms-spec.jar}'/> <include name='${activemq-core.jar}'/> @@ -118,6 +113,8 @@ <include name="${path.lib.james}/${jars-prefix}*-util-${version}.jar"/> <include name="${path.lib.james}/${jars-prefix}*-library-${version}.jar"/> <include name="${path.lib.james}/${jars-prefix}*-function-${version}.jar"/> + <!-- Protocols should be coupled by deployment only --> + <include name='${path.lib.james}/james-imap*.jar'/> </fileset> <pathelement path="${java.class.path}" /> <pathelement path="${build.classes}" /> Added: james/server/trunk/stage/org.apache.james/jars/james-imap-base-api-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-base-api-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-base-api-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-base-api-javadoc-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-base-api-javadoc-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-base-api-javadoc-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-base-api-test-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-base-api-test-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-base-api-test-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-codec-library-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-codec-library-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-codec-library-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-codec-library-javadoc-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-codec-library-javadoc-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-codec-library-javadoc-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-codec-library-test-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-codec-library-test-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-codec-library-test-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-imap-api-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-imap-api-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-imap-api-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-imap-api-test-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-imap-api-test-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-imap-api-test-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-mailbox-library-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-mailbox-library-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-mailbox-library-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-mailbox-library-javadoc-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-mailbox-library-javadoc-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-mailbox-library-javadoc-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-mailbox-library-test-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-mailbox-library-test-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-mailbox-library-test-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-main-deployment-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-main-deployment-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-main-deployment-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-main-deployment-test-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-main-deployment-test-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-main-deployment-test-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-processor-function-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-processor-function-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-processor-function-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-processor-function-javadoc-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-processor-function-javadoc-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-processor-function-javadoc-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-processor-function-test-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-processor-function-test-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-processor-function-test-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-seda-function-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-seda-function-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-seda-function-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-seda-function-javadoc-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-seda-function-javadoc-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-seda-function-javadoc-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-seda-function-test-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-seda-function-test-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-seda-function-test-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-torque-function-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-torque-function-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-torque-function-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-torque-function-javadoc-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-torque-function-javadoc-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-torque-function-javadoc-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/server/trunk/stage/org.apache.james/jars/james-imap-torque-function-test-3.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/james-imap-torque-function-test-3.0-SNAPSHOT.jar?rev=692788&view=auto ============================================================================== Binary file - no diff available. Propchange: james/server/trunk/stage/org.apache.james/jars/james-imap-torque-function-test-3.0-SNAPSHOT.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]