[EMAIL PROTECTED] ha scritto: > Author: rdonkin > Date: Thu Nov 20 15:13:22 2008 > New Revision: 719421 > > URL: http://svn.apache.org/viewvc?rev=719421&view=rev > Log: > Phoenix doesn't like specification versions with letters in
Oh, yes! I've been there too :-) Stefano > Modified: > james/jsieve/trunk/default.properties > james/jsieve/trunk/mailet/build.xml > james/jsieve/trunk/main/build.xml > james/jsieve/trunk/util/build.xml > > Modified: james/jsieve/trunk/default.properties > URL: > http://svn.apache.org/viewvc/james/jsieve/trunk/default.properties?rev=719421&r1=719420&r2=719421&view=diff > ============================================================================== > --- james/jsieve/trunk/default.properties (original) > +++ james/jsieve/trunk/default.properties Thu Nov 20 15:13:22 2008 > @@ -26,7 +26,8 @@ > > name=apache-jsieve > Name=jSieve Mail Filter > -version=0.3-SNAPSHOT > +version.spec=0.3 > +version=${version.spec}-SNAPSHOT > year=2008 > extension.name=org.apache.jsieve > vendor=The Apache Software Foundation > > Modified: james/jsieve/trunk/mailet/build.xml > URL: > http://svn.apache.org/viewvc/james/jsieve/trunk/mailet/build.xml?rev=719421&r1=719420&r2=719421&view=diff > ============================================================================== > --- james/jsieve/trunk/mailet/build.xml (original) > +++ james/jsieve/trunk/mailet/build.xml Thu Nov 20 15:13:22 2008 > @@ -261,7 +261,7 @@ > <attribute name="Extension-Name" value='${extension.name}'/> > <attribute name="Specification-Title" value='${title.spec}'/> > <attribute name="Specification-Vendor" value='${vendor}'/> > - <attribute name="Specification-Version" value='${version}'/> > + <attribute name="Specification-Version" value='${version.spec}'/> > <attribute name="Implementation-Vendor-Id" value='${vendor.id}'/> > <attribute name="Implementation-Title" value='${title.impl}'/> > <attribute name="Implementation-Vendor" value='${vendor}'/> > > Modified: james/jsieve/trunk/main/build.xml > URL: > http://svn.apache.org/viewvc/james/jsieve/trunk/main/build.xml?rev=719421&r1=719420&r2=719421&view=diff > ============================================================================== > --- james/jsieve/trunk/main/build.xml (original) > +++ james/jsieve/trunk/main/build.xml Thu Nov 20 15:13:22 2008 > @@ -306,7 +306,7 @@ > <attribute name="Extension-Name" value='${extension.name}'/> > <attribute name="Specification-Title" value='${title.spec}'/> > <attribute name="Specification-Vendor" value='${vendor}'/> > - <attribute name="Specification-Version" value='${version}'/> > + <attribute name="Specification-Version" value='${version.spec}'/> > <attribute name="Implementation-Vendor-Id" value='${vendor.id}'/> > <attribute name="Implementation-Title" value='${title.impl}'/> > <attribute name="Implementation-Vendor" value='${vendor}'/> > > Modified: james/jsieve/trunk/util/build.xml > URL: > http://svn.apache.org/viewvc/james/jsieve/trunk/util/build.xml?rev=719421&r1=719420&r2=719421&view=diff > ============================================================================== > --- james/jsieve/trunk/util/build.xml (original) > +++ james/jsieve/trunk/util/build.xml Thu Nov 20 15:13:22 2008 > @@ -259,7 +259,7 @@ > <attribute name="Extension-Name" value='${extension.name}'/> > <attribute name="Specification-Title" value='${title.spec}'/> > <attribute name="Specification-Vendor" value='${vendor}'/> > - <attribute name="Specification-Version" value='${version}'/> > + <attribute name="Specification-Version" value='${version.spec}'/> > <attribute name="Implementation-Vendor-Id" value='${vendor.id}'/> > <attribute name="Implementation-Title" value='${title.impl}'/> > <attribute name="Implementation-Vendor" value='${vendor}'/> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
