Moved the growl.jar lib (growl binding for Macosx) to the os-specific directory,

and reflected change in build.xml.
Fixed issue relative to the call to the growlnotification.jar bundle in the
felix.client.run.property.sed file.
cusax-fix
Romain Kuntz 19 years ago
parent 9fff7dee69
commit c86f383e63

@ -406,10 +406,9 @@
<include name="${lib}/kxml-min.jar" />
<include name="${lib}/felix.jar" />
<include name="${lib}/servicebinder.jar" />
<include name="${lib}/growl.jar" />
<include name="${lib}/bundle/*.jar" />
<include name="${lib}/jdic-all.jar" />
<include name="${lib}/os-specific/mac/*.jar" />
<include name="${lib}/os-specific/mac/*.jar" />
<include name="${lib}/bundle/*.jar" />
<exclude name="${lib}/bundle/junit.jar" />
<include name="${bundles.dest}/*.jar" />
<include name="${bundles.dest.macosx}/*.jar" />

@ -1,3 +1,3 @@
s/org.osgi.framework.system.packages=/org.osgi.framework.system.packages=\ com.growl;/
$a\
felix.auto.start.70= reference:file:sc-bundles/os/macosx/growlnotification.jar
felix.auto.start.70= reference:file:sc-bundles/os-specific/macosx/growlnotification.jar

Loading…
Cancel
Save