diff options
author | Damian Minkov <damencho@jitsi.org> | 2006-08-07 16:25:14 +0000 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2006-08-07 16:25:14 +0000 |
commit | 1b120dc35d0335333569570e33b013962c932659 (patch) | |
tree | 92222373520d32358bf66a13e205401ffc334122 /src | |
parent | c68a4acccd8f99e184ee5e5cee57d402805e289f (diff) | |
download | jitsi-1b120dc35d0335333569570e33b013962c932659.zip jitsi-1b120dc35d0335333569570e33b013962c932659.tar.gz jitsi-1b120dc35d0335333569570e33b013962c932659.tar.bz2 |
removed unneded export of the impl package
Diffstat (limited to 'src')
-rw-r--r-- | src/net/java/sip/communicator/impl/msghistory/msghistory.manifest.mf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/java/sip/communicator/impl/msghistory/msghistory.manifest.mf b/src/net/java/sip/communicator/impl/msghistory/msghistory.manifest.mf index 7591af1..f67b596 100644 --- a/src/net/java/sip/communicator/impl/msghistory/msghistory.manifest.mf +++ b/src/net/java/sip/communicator/impl/msghistory/msghistory.manifest.mf @@ -15,6 +15,5 @@ Import-Package: org.ungoverned.gravity.servicebinder, net.java.sip.communicator.service.protocol, net.java.sip.communicator.service.protocol.icqconstants, net.java.sip.communicator.service.protocol.event, -Export-Package: net.java.sip.communicator.service.msghistory, - net.java.sip.communicator.impl.msghistory +Export-Package: net.java.sip.communicator.service.msghistory Metadata-Location: /net/java/sip/communicator/impl/msghistory/msghistory.metadata.xml |