Author: limpbizkit
Date: Thu Dec 11 00:08:50 2008
New Revision: 731
Added:
trunk/lib/build/bnd-0.0.305.jar (contents, props changed)
Removed:
trunk/lib/build/bnd-0.0.255.jar
Modified:
trunk/build.xml
trunk/common.xml
Log:
mcculls' changes from issue 280.
Modified: trunk/build.xml
==============================================================================
--- trunk/build.xml (original)
+++ trunk/build.xml Thu Dec 11 00:08:50 2008
@@ -2,6 +2,9 @@
<project name="guice" default="compile">
+ <property name="DynamicImport-Package"
value="org.aopalliance.intercept"/>
+ <property name="exclude.imports"
value="!com.google.common.*,!net.sf.*,!org.objectweb.*"/>
+
<import file="common.xml"/>
<path id="compile.classpath">
Modified: trunk/common.xml
==============================================================================
--- trunk/common.xml (original)
+++ trunk/common.xml Thu Dec 11 00:08:50 2008
@@ -25,7 +25,7 @@
<target name="manifest" description="Generate OSGi manifest."
depends="compile">
<dirname property="common.basedir" file="${ant.file.common}"/>
<taskdef resource="aQute/bnd/ant/taskdef.properties"
- classpath="${common.basedir}/lib/build/bnd-0.0.255.jar"/>
+ classpath="${common.basedir}/lib/build/bnd-0.0.305.jar"/>
<fail unless="module" message="Missing 'module' property (use the
primary package name in this jar)"/>
@@ -40,10 +40,11 @@
<property name="Bundle-Vendor" value="Google Inc."/>
<property name="exclude.imports" value=""/>
- <property name="guice.imports"
value="com.google.inject.*;version=${api.version}"/>
+ <property name="api.range"
value=""[${api.version},${version;+;${api.version}})""/>
+ <property name="guice.imports"
value="com.google.inject.*;version=${api.range}"/>
<property name="Import-Package"
value="${exclude.imports},${guice.imports},*;resolution:=optional"/>
<property name="Export-Package"
value="!${module}.internal.*,${module}.*;version=${api.version}"/>
- <property name="-nouses" value="true"/>
+
<property name="-removeheaders"
value="Bnd-LastModified,Ignore-Package,Include-Resource,Private-Package,Tool"/>
<bndwrap jars="${build.dir}/classes" output="${build.dir}"/>
Added: trunk/lib/build/bnd-0.0.305.jar
==============================================================================
Binary file. No diff available.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en
-~----------~----~----~----~------~----~------~--~---