feel free to commit the fix

On 7/10/2011 2:38 PM, Rainer Jung wrote:
I tested the jdbc-pool building, which is part of the release right now.
The manifest contains patterns of the form @@VERSION@@, e.g.

org.apache.tomcat.jdbc.pool;version="@@VERSION@@";
org.apache.tomcat.jdbc.pool.interceptor;version="@@VERSION@@";
org.apache.tomcat.jdbc.pool.jmx;version="@@VERSION@@";
Bundle-Version: @@VERSION@@

which result in @1.1.0.1@ after filtering.

Full Manifest:

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.0
Created-By: 11.0-b16 (Sun Microsystems Inc.)
Export-Package:  org.apache.tomcat.jdbc.pool;version="@1.1.0.1@"; uses
  :="javax.management,javax.naming,javax.naming.spi,javax.sql, org.apac
  he.tomcat.jdbc.pool.jmx", org.apache.tomcat.jdbc.pool.interceptor;ver
  sion="@1.1.0.1@"; uses:="javax.management.openmbean,org.apache.tomcat
  .jdbc.pool", org.apache.tomcat.jdbc.pool.jmx;version="@1.1.0.1@"; use
  s:="javax.management,org.apache.tomcat.jdbc.pool"
Bundle-Vendor: Apache Software Foundation
Bundle-Version: @1.1.0.1@
Bundle-Name: Apache Tomcat JDBC Connection Pool
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.apache.tomcat.jdbc
Import-Package:  javax.management;version="0", javax.management.openmb
  ean;version="0", javax.naming;version="0", javax.sql;version="0", org
  .apache.juli.logging;version="[6.0.18, 7.0.0)"

I guess it should only be single at signs, like @VERSION@?

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to