I'm a little bit curious because none of the other exported packages has a
version; I'm basically not against adding versions here, but shouldn't we do
the same for 1.5 and 1.7? Is there any way we can easily lookup which
versions are used by which JRE?

Kind regards,
Andreas

On Sun, Aug 28, 2011 at 05:46, <ff...@apache.org> wrote:

> Author: ffang
> Date: Sun Aug 28 03:46:53 2011
> New Revision: 1162476
>
> URL: http://svn.apache.org/viewvc?rev=1162476&view=rev
> Log:
> [KARAF-840]specify javax.annotation packages version to 1.1.0 for jre-1.6
> as Annotation 1.1 Spec is used for Java 6
>
> Modified:
>
>  
> karaf/branches/karaf-2.2.x/assemblies/apache-karaf/src/main/filtered-resources/etc/jre.properties
>
> Modified:
> karaf/branches/karaf-2.2.x/assemblies/apache-karaf/src/main/filtered-resources/etc/jre.properties
> URL:
> http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/assemblies/apache-karaf/src/main/filtered-resources/etc/jre.properties?rev=1162476&r1=1162475&r2=1162476&view=diff
>
> ==============================================================================
> ---
> karaf/branches/karaf-2.2.x/assemblies/apache-karaf/src/main/filtered-resources/etc/jre.properties
> (original)
> +++
> karaf/branches/karaf-2.2.x/assemblies/apache-karaf/src/main/filtered-resources/etc/jre.properties
> Sun Aug 28 03:46:53 2011
> @@ -153,8 +153,8 @@ jre-1.6= \
>  javax.accessibility, \
>  javax.activation, \
>  javax.activity, \
> - javax.annotation, \
> - javax.annotation.processing, \
> + javax.annotation;version="1.1", \
> + javax.annotation.processing;version="1.1", \
>  javax.crypto, \
>  javax.crypto.interfaces, \
>  javax.crypto.spec, \
>
>
>

Reply via email to