diff options
author | Ingo Bauersachs <ingo@jitsi.org> | 2016-06-04 19:45:11 +0200 |
---|---|---|
committer | Ingo Bauersachs <ingo@jitsi.org> | 2016-06-04 19:45:11 +0200 |
commit | 4d6e58c20066632c2593f52c40a6f1b5279c6115 (patch) | |
tree | 8674ac42a8ca5ca035c6dcf845270ecd74fef1e0 /lib | |
parent | feee8eda79f401efab3df9edf44896ac586f4582 (diff) | |
download | jitsi-4d6e58c20066632c2593f52c40a6f1b5279c6115.zip jitsi-4d6e58c20066632c2593f52c40a6f1b5279c6115.tar.gz jitsi-4d6e58c20066632c2593f52c40a6f1b5279c6115.tar.bz2 |
Remove jfontchooser
It wasn't used anywhere anymore.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/felix.client.run.properties | 1 | ||||
-rw-r--r-- | lib/felix.unit.test.properties | 1 | ||||
-rw-r--r-- | lib/installer-exclude/jfontchooser-1.0.5.jar | bin | 16703 -> 0 bytes | |||
-rw-r--r-- | lib/installer-exclude/jfontchooser.manifest.mf | 10 |
4 files changed, 0 insertions, 12 deletions
diff --git a/lib/felix.client.run.properties b/lib/felix.client.run.properties index e36bf54..59951c3 100644 --- a/lib/felix.client.run.properties +++ b/lib/felix.client.run.properties @@ -108,7 +108,6 @@ felix.auto.start.40= \ reference:file:sc-bundles/jna.jar \ reference:file:sc-bundles/jna-platform.jar \ reference:file:sc-bundles/provdisc.jar \ - reference:file:sc-bundles/jfontchooserlib.jar \ reference:file:sc-bundles/netaddr.jar \ reference:file:sc-bundles/sysactivitynotifications.jar \ reference:file:sc-bundles/browserlauncher.jar \ diff --git a/lib/felix.unit.test.properties b/lib/felix.unit.test.properties index 5db3a83..8c7cfa4 100644 --- a/lib/felix.unit.test.properties +++ b/lib/felix.unit.test.properties @@ -109,7 +109,6 @@ felix.auto.start.40= \ reference:file:sc-bundles/argdelegation-service.jar \ reference:file:sc-bundles/resourcemanager.jar \ reference:file:sc-bundles/defaultresources.jar \ - reference:file:sc-bundles/jfontchooserlib.jar \ reference:file:sc-bundles/version-impl.jar \ reference:file:sc-bundles/keybindings.jar \ reference:file:sc-bundles/jna.jar \ diff --git a/lib/installer-exclude/jfontchooser-1.0.5.jar b/lib/installer-exclude/jfontchooser-1.0.5.jar Binary files differdeleted file mode 100644 index 769c8f1..0000000 --- a/lib/installer-exclude/jfontchooser-1.0.5.jar +++ /dev/null diff --git a/lib/installer-exclude/jfontchooser.manifest.mf b/lib/installer-exclude/jfontchooser.manifest.mf deleted file mode 100644 index 6ad2b73..0000000 --- a/lib/installer-exclude/jfontchooser.manifest.mf +++ /dev/null @@ -1,10 +0,0 @@ -Bundle-Name: JFontChooser -Bundle-Description: A library containing a Java Font Chooser -Bundle-Vendor: sip-communicator.org -Bundle-Version: 0.0.1 -Bundle-SymbolicName: say.swing -Import-Package: javax.swing, - javax.swing.border, - javax.swing.event, - javax.swing.text -Export-Package: say.swing |