Author: rdonkin
Date: Sun Sep 7 03:19:23 2008
New Revision: 692805
URL: http://svn.apache.org/viewvc?rev=692805&view=rev
Log:
Shorter jar names
Removed:
james/protocols/imap/trunk/build-tools/api-build.xml
Modified:
james/protocols/imap/trunk/api/build.xml
james/protocols/imap/trunk/build-tools/common-build.xml
james/protocols/imap/trunk/build-tools/library-build.xml
james/protocols/imap/trunk/codec/build.xml
james/protocols/imap/trunk/deployment/build.xml
james/protocols/imap/trunk/mailbox/build.xml
james/protocols/imap/trunk/processor/build.xml
james/protocols/imap/trunk/seda/build.xml
james/protocols/imap/trunk/torque/build.xml
Modified: james/protocols/imap/trunk/api/build.xml
URL:
http://svn.apache.org/viewvc/james/protocols/imap/trunk/api/build.xml?rev=692805&r1=692804&r2=692805&view=diff
==============================================================================
--- james/protocols/imap/trunk/api/build.xml (original)
+++ james/protocols/imap/trunk/api/build.xml Sun Sep 7 03:19:23 2008
@@ -17,8 +17,8 @@
specific language governing permissions and limitations
under the License.
-->
-<project default="main" name="base-api">
- <description>Builds base-api module. This is an api module.</description>
- <property name="name.module" value="base-api" />
- <import file="../build-tools/api-build.xml" optional="no" />
+<project default="main" name="api">
+ <description>Builds IMAP api module.</description>
+ <property name="name.module" value="api" />
+ <import file="../build-tools/base-build.xml" optional="no" />
</project>
Modified: james/protocols/imap/trunk/build-tools/common-build.xml
URL:
http://svn.apache.org/viewvc/james/protocols/imap/trunk/build-tools/common-build.xml?rev=692805&r1=692804&r2=692805&view=diff
==============================================================================
--- james/protocols/imap/trunk/build-tools/common-build.xml (original)
+++ james/protocols/imap/trunk/build-tools/common-build.xml Sun Sep 7 03:19:23
2008
@@ -255,72 +255,54 @@
<path
id='classpath.dependencies.api'
description="Convenient way to import all APIs">
- <!-- TODO Add content when APIs are broken out -->
<fileset dir="${lib.dir}/${path.lib.james}">
- <include name="${jars-prefix}*-api-${version}.jar" />
- </fileset>
- </path>
- <path
- id='classpath.dependencies.util'
- description="Convenient way to import all Utils">
- <!-- TODO Add content when Utilss are broken out -->
- <fileset dir="${lib.dir}/${path.lib.james}">
- <include name="${jars-prefix}*-util-${version}.jar" />
+ <include name="${jars-prefix}api-${version}.jar" />
</fileset>
</path>
<path
id='classpath.dependencies.libraries'
- description="Convenient way to import all libraries, APIs and
Utils">
- <!-- TODO Add content when libraries are broken out -->
+ description="Convenient way to import all libraries, APIs and
Utils">
<path refid='classpath.dependencies.api'/>
- <path refid='classpath.dependencies.util'/>
<fileset dir="${lib.dir}/${path.lib.james}">
- <include name="${jars-prefix}*-library-${version}.jar" />
+ <include name="${jars-prefix}mailbox-${version}.jar" />
+ <include name="${jars-prefix}codec-${version}.jar" />
</fileset>
</path>
<path
id='classpath.dependencies.functions'
- description="Convenient way to import all functions,
libraries, APIs and Utils">
- <!-- TODO Add content when functions are broken out -->
+ description="Convenient way to import all functions,
libraries, APIs and Utils">
<path refid='classpath.dependencies.libraries'/>
<fileset dir="${lib.dir}/${path.lib.james}">
- <include name="${jars-prefix}*-function-${version}.jar" />
+ <include name="${jars-prefix}processor-${version}.jar" />
+ <include name="${jars-prefix}seda-${version}.jar" />
+ <include name="${jars-prefix}torque-${version}.jar" />
</fileset>
</path>
<path
id='classpath.test.dependencies.api'
- description="Convenient way to import all API tests">
- <!-- TODO Add content when APIs are broken out -->
- <fileset dir="${lib.dir}/${path.lib.james}">
- <include name="${jars-prefix}*-api-test-${version}.jar" />
- </fileset>
- </path>
- <path
- id='classpath.test.dependencies.util'
- description="Convenient way to import all Utils tests">
- <!-- TODO Add content when Utils are broken out -->
+ description="Convenient way to import all API tests">
<fileset dir="${lib.dir}/${path.lib.james}">
- <include name="${jars-prefix}*-util-test-${version}.jar" />
+ <include name="${jars-prefix}*api-test-${version}.jar" />
</fileset>
</path>
<path
id='classpath.test.dependencies.libraries'
description="Convenient way to import all library, API and
Util tests">
- <!-- TODO Add content when libraries are broken out -->
<path refid='classpath.test.dependencies.api'/>
- <path refid='classpath.test.dependencies.util'/>
<fileset dir="${lib.dir}/${path.lib.james}">
- <include
name="${jars-prefix}*-library-test-${version}.jar" />
+ <include name="${jars-prefix}mailbox-test-${version}.jar"
/>
+ <include name="${jars-prefix}codec-test-${version}.jar" />
</fileset>
</path>
<path
id='classpath.test.dependencies.functions'
description="Convenient way to import all function, libraries,
APIs and Utils tests">
- <!-- TODO Add content when functions are broken out -->
<path refid='classpath.test.dependencies.libraries'/>
<fileset dir="${lib.dir}/${path.lib.james}">
- <include
name="${jars-prefix}*-function-test-${version}.jar" />
+ <include
name="${jars-prefix}*processor-test-${version}.jar" />
+ <include name="${jars-prefix}*seda-test-${version}.jar"
/>
+ <include
name="${jars-prefix}*torque-test-${version}.jar" />
</fileset>
</path>
</sequential>
Modified: james/protocols/imap/trunk/build-tools/library-build.xml
URL:
http://svn.apache.org/viewvc/james/protocols/imap/trunk/build-tools/library-build.xml?rev=692805&r1=692804&r2=692805&view=diff
==============================================================================
--- james/protocols/imap/trunk/build-tools/library-build.xml (original)
+++ james/protocols/imap/trunk/build-tools/library-build.xml Sun Sep 7
03:19:23 2008
@@ -30,13 +30,11 @@
<path id='classpath.main'>
<path refid='classpath.base'/>
<path refid='classpath.dependencies.api'/>
- <path refid='classpath.dependencies.util'/>
</path>
<path id='classpath.test'>
<path refid='classpath.main'/>
<path refid='classpath.base.test'/>
<path refid='classpath.test.dependencies.api'/>
- <path refid='classpath.test.dependencies.util'/>
</path>
<path id='classpath.test.runtime'>
<path refid='classpath.test'/>
Modified: james/protocols/imap/trunk/codec/build.xml
URL:
http://svn.apache.org/viewvc/james/protocols/imap/trunk/codec/build.xml?rev=692805&r1=692804&r2=692805&view=diff
==============================================================================
--- james/protocols/imap/trunk/codec/build.xml (original)
+++ james/protocols/imap/trunk/codec/build.xml Sun Sep 7 03:19:23 2008
@@ -17,8 +17,8 @@
specific language governing permissions and limitations
under the License.
-->
-<project default="main" name="codec-library">
- <description>Builds codec-library module. This is an library
module.</description>
- <property name="name.module" value="codec-library" />
+<project default="main" name="codec">
+ <description>Builds codec module. This is an library module.</description>
+ <property name="name.module" value="codec" />
<import file="../build-tools/library-build.xml" optional="no" />
</project>
Modified: james/protocols/imap/trunk/deployment/build.xml
URL:
http://svn.apache.org/viewvc/james/protocols/imap/trunk/deployment/build.xml?rev=692805&r1=692804&r2=692805&view=diff
==============================================================================
--- james/protocols/imap/trunk/deployment/build.xml (original)
+++ james/protocols/imap/trunk/deployment/build.xml Sun Sep 7 03:19:23 2008
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project default="main" name="main-deployment">
- <description>Builds main-deployment module. This is an deployment
module.</description>
- <property name="name.module" value="main-deployment" />
+<project default="main" name="deployment">
+ <description>Builds main deployment module. This is an deployment
module.</description>
+ <property name="name.module" value="deployment" />
<import file="../build-tools/deployment-build.xml" optional="no" />
<target
Modified: james/protocols/imap/trunk/mailbox/build.xml
URL:
http://svn.apache.org/viewvc/james/protocols/imap/trunk/mailbox/build.xml?rev=692805&r1=692804&r2=692805&view=diff
==============================================================================
--- james/protocols/imap/trunk/mailbox/build.xml (original)
+++ james/protocols/imap/trunk/mailbox/build.xml Sun Sep 7 03:19:23 2008
@@ -1,6 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project default="main" name="mailbox-library">
- <description>Builds mailbox-library module. This is an library
module.</description>
- <property name="name.module" value="mailbox-library" />
+<!--
+ 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 default="main" name="mailbox">
+ <description>Builds mailbox module. This is an library module.</description>
+ <property name="name.module" value="mailbox" />
<import file="../build-tools/library-build.xml" optional="no" />
</project>
Modified: james/protocols/imap/trunk/processor/build.xml
URL:
http://svn.apache.org/viewvc/james/protocols/imap/trunk/processor/build.xml?rev=692805&r1=692804&r2=692805&view=diff
==============================================================================
--- james/protocols/imap/trunk/processor/build.xml (original)
+++ james/protocols/imap/trunk/processor/build.xml Sun Sep 7 03:19:23 2008
@@ -17,8 +17,8 @@
specific language governing permissions and limitations
under the License.
-->
-<project default="main" name="processor-function">
- <description>Builds processor-function module. This is an function
module.</description>
- <property name="name.module" value="processor-function" />
+<project default="main" name="processor">
+ <description>Builds processor module. This is an function
module.</description>
+ <property name="name.module" value="processor" />
<import file="../build-tools/function-build.xml" optional="no" />
</project>
Modified: james/protocols/imap/trunk/seda/build.xml
URL:
http://svn.apache.org/viewvc/james/protocols/imap/trunk/seda/build.xml?rev=692805&r1=692804&r2=692805&view=diff
==============================================================================
--- james/protocols/imap/trunk/seda/build.xml (original)
+++ james/protocols/imap/trunk/seda/build.xml Sun Sep 7 03:19:23 2008
@@ -17,8 +17,8 @@
specific language governing permissions and limitations
under the License.
-->
-<project default="main" name="seda-function">
- <description>Builds seda-function module. This is an function
module.</description>
- <property name="name.module" value="seda-function" />
+<project default="main" name="seda">
+ <description>Builds seda module. This is an function module.</description>
+ <property name="name.module" value="seda" />
<import file="../build-tools/function-build.xml" optional="no" />
</project>
Modified: james/protocols/imap/trunk/torque/build.xml
URL:
http://svn.apache.org/viewvc/james/protocols/imap/trunk/torque/build.xml?rev=692805&r1=692804&r2=692805&view=diff
==============================================================================
--- james/protocols/imap/trunk/torque/build.xml (original)
+++ james/protocols/imap/trunk/torque/build.xml Sun Sep 7 03:19:23 2008
@@ -17,8 +17,8 @@
specific language governing permissions and limitations
under the License.
-->
-<project default="main" name="torque-function">
- <description>Builds torque-function module. This is an function
module.</description>
- <property name="name.module" value="torque-function" />
+<project default="main" name="torque">
+ <description>Builds torque module. This is an function module.</description>
+ <property name="name.module" value="torque" />
<import file="../build-tools/function-build.xml" optional="no" />
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]