diff options
author | Romain Kuntz <rkuntz@java.net> | 2007-01-26 07:38:37 +0000 |
---|---|---|
committer | Romain Kuntz <rkuntz@java.net> | 2007-01-26 07:38:37 +0000 |
commit | c86f383e63c0ac8200a45cb773b343b52040a9db (patch) | |
tree | 8579b9d08de49b2988396bfe93fc5c86a6a1cff1 /resources/install | |
parent | 9fff7dee69b4d925f902328922de92ab68643f8c (diff) | |
download | jitsi-c86f383e63c0ac8200a45cb773b343b52040a9db.zip jitsi-c86f383e63c0ac8200a45cb773b343b52040a9db.tar.gz jitsi-c86f383e63c0ac8200a45cb773b343b52040a9db.tar.bz2 |
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.
Diffstat (limited to 'resources/install')
-rw-r--r-- | resources/install/macosx/felix.client.run.properties.sed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/install/macosx/felix.client.run.properties.sed b/resources/install/macosx/felix.client.run.properties.sed index eaad2c3..59416d4 100644 --- a/resources/install/macosx/felix.client.run.properties.sed +++ b/resources/install/macosx/felix.client.run.properties.sed @@ -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 |