You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2006/11/09 19:41:51 UTC

svn commit: r473013 - in /james/server/trunk: build.xml default.properties

Author: bago
Date: Thu Nov  9 10:41:50 2006
New Revision: 473013

URL: http://svn.apache.org/viewvc?view=rev&rev=473013
Log:
Changed names of release artifacts to use james-server instead of james (JAMES-595)
Use "next-major" as version identifier until we wait to branch.
Use "2.4" as mailet version (minor changes over the released 2.3 mailet api (part of james 2.3.0 release)

Modified:
    james/server/trunk/build.xml
    james/server/trunk/default.properties

Modified: james/server/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/build.xml?view=diff&rev=473013&r1=473012&r2=473013
==============================================================================
--- james/server/trunk/build.xml (original)
+++ james/server/trunk/build.xml Thu Nov  9 10:41:50 2006
@@ -487,7 +487,7 @@
         <echo message="Making James Sarfile (james.sar)"/>
       
         <!-- Make sar file-->
-        <sar sarfile="${build.lib}/${name}.sar" config="${conf.dir}/james-config.xml"
+        <sar sarfile="${build.lib}/${sar-name}.sar" config="${conf.dir}/james-config.xml"
                environment="${conf.dir}/james-server.xml" assembly="${conf.dir}/james-assembly.xml">
             <lib dir="${build.lib}/">
                 <include name="mailet-api-${mailet-api-version}.jar"/>
@@ -571,7 +571,7 @@
         <echo message="Installing James to ${dist.dir}"/>
       
         <!--installs sar into ./dist/ ready to test-->
-        <copy file="${build.lib}/${name}.sar" todir="${dist.dir}/apps"/>
+        <copy file="${build.lib}/${sar-name}.sar" todir="${dist.dir}/apps"/>
       
         <!-- Make mailet.jar-->
         <!-- jar jarfile="${build.lib}/mailet.jar"
@@ -623,7 +623,7 @@
         <property name="dist.binary.dir" value="${dist.dir}/downloads/bin"/>
         <mkdir dir="${dist.binary.dir}"/>
         <!-- Sar only-->
-        <copy file="${dist.dir}/apps/${name}.sar" todir="${dist.binary.dir}"/>
+        <copy file="${dist.dir}/apps/${sar-name}.sar" todir="${dist.binary.dir}"/>
     </target>
 
     <target name="dist-bin" depends="dist-bin-common,dist-bin-phoenix-warn,dist-bin-phoenix"/>

Modified: james/server/trunk/default.properties
URL: http://svn.apache.org/viewvc/james/server/trunk/default.properties?view=diff&rev=473013&r1=473012&r2=473013
==============================================================================
--- james/server/trunk/default.properties (original)
+++ james/server/trunk/default.properties Thu Nov  9 10:41:50 2006
@@ -6,11 +6,12 @@
 # Not user-editable; use ant.properties files instead
 # See also: include.properties
 
-name=james
+name=james-server
+sar-name=james
 Name=James Mail Server
-version=3.0-dev
-mailet-version=3.0
-mailet-api-version=3.0
+version=next-major
+mailet-version=2.4
+mailet-api-version=2.4
 #package-version=3.0a1
 year=1999-2006
 extension.name=org.apache.james



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org