diff options
author | Emil Ivov <emcho@jitsi.org> | 2006-12-17 11:24:55 +0000 |
---|---|---|
committer | Emil Ivov <emcho@jitsi.org> | 2006-12-17 11:24:55 +0000 |
commit | 7b2485802910c3c3a8eb233d09a014e279f8406b (patch) | |
tree | cbb367bf5844bfafd768dce5da00ca357d47fc37 /resources/install | |
parent | e15dc0a09d581be281add0322a29f4c1f2b59ab2 (diff) | |
download | jitsi-7b2485802910c3c3a8eb233d09a014e279f8406b.zip jitsi-7b2485802910c3c3a8eb233d09a014e279f8406b.tar.gz jitsi-7b2485802910c3c3a8eb233d09a014e279f8406b.tar.bz2 |
applying Romain's fixes for growl
replacing with a sed script that adds macosx specific lines to the main felix.client.run.properties file.
Diffstat (limited to 'resources/install')
-rw-r--r-- | resources/install/macosx/felix.client.run.properties | 98 |
1 files changed, 0 insertions, 98 deletions
diff --git a/resources/install/macosx/felix.client.run.properties b/resources/install/macosx/felix.client.run.properties deleted file mode 100644 index 7713350..0000000 --- a/resources/install/macosx/felix.client.run.properties +++ /dev/null @@ -1,98 +0,0 @@ -# -# Framework config properties. -# -org.osgi.framework.system.packages= org.osgi.framework; \ - javax.swing; \ - javax.swing.event; \ - javax.swing.table; \ - javax.swing.text; \ - javax.swing.text.html; \ - javax.accessibility; \ - javax.swing.plaf; \ - javax.swing.plaf.metal; \ - javax.swing.plaf.basic; \ - javax.imageio; \ - javax.swing.tree; \ - javax.swing.undo; \ - javax.swing.event; \ - javax.swing.border; \ - javax.swing.filechooser; \ - org.w3c.dom; \ - org.xml.sax; \ - javax.xml.parsers;\ - org.apache.xml.serializer; \ - javax.xml.transform; \ - javax.xml.transform.dom; \ - javax.xml.transform.stream; \ - sun.security.action; \ - javax.net.ssl; \ - javax.naming; \ - javax.naming.directory; \ - javax.sound;\ - javax.sound.sampled; \ - edu.stanford.ejalbert; \ - edu.stanford.ejalbert.exception; \ - edu.stanford.ejalbert.exceptionhandler; \ - com.growl; - -felix.auto.start.1= reference:file:lib/bundle/org.apache.felix.servicebinder-0.8.0-SNAPSHOT.jar -#reference:file:lib/bundle/org.apache.felix.bundlerepository-0.8.0-SNAPSHOT.jar -#\ -# file:lib/bundle/shell.jar \ -# \ -# file:lib/bundle/servicebinder.jar \ -# file:lib/bundle/tablelayout.jar - -felix.auto.start.2= \ - reference:file:sc-bundles/util.jar - -felix.auto.start.3= \ - reference:file:sc-bundles/configuration.jar \ - reference:file:sc-bundles/version.jar \ - reference:file:sc-bundles/version-impl.jar \ - reference:file:sc-bundles/fileaccess.jar \ - reference:file:sc-bundles/protocol.jar \ - reference:file:sc-bundles/contactlist.jar \ - reference:file:sc-bundles/media.jar \ - reference:file:sc-bundles/protocol-icq.jar \ - reference:file:sc-bundles/protocol-sip.jar \ - reference:file:sc-bundles/protocol-jabber.jar \ - reference:file:sc-bundles/protocol-msn.jar \ - reference:file:sc-bundles/netaddr.jar \ - reference:file:sc-bundles/meta-cl.jar - -felix.auto.start.4= \ - reference:file:sc-bundles/history.jar \ - reference:file:sc-bundles/msghistory.jar \ - reference:file:sc-bundles/callhistory.jar - - - felix.auto.start.66= \ - reference:file:sc-bundles/swing-ui.jar \ - reference:file:sc-bundles/growlnotification.jar - - felix.auto.start.67= \ - reference:file:sc-bundles/icqaccregwizz.jar \ - reference:file:sc-bundles/sipaccregwizz.jar \ - reference:file:sc-bundles/jabberaccregwizz.jar \ - reference:file:sc-bundles/msnaccregwizz.jar \ - reference:file:sc-bundles/shutdown.jar - -# Uncomment the following lines if you want to run the architect viewer -# bundle. -#oscar.auto.start.100= \ -# file:lib/bundle/architectureviewer1.1.jar - -#Specify the directory where oscar should deploy its bundles -felix.cache.profiledir=sip-communicator.bin - - -felix.startlevel.framework=100 -felix.startlevel.bundle=100 -# -# Bundle config properties. -# -#org.osgi.service.http.port=8080 -#osgi.shell.telnet=on -#oscar.repository.url=file:/home/rickhall/projects/noscar/repository.xml -oscar.embedded.execution=false |