From 34ee7842cc9661be2f1c05a983720a58fad9388f Mon Sep 17 00:00:00 2001 From: Damian Minkov Date: Thu, 25 Jan 2007 14:24:54 +0000 Subject: Update installers - now includes all existing bundles and use os-specific dir. --- resources/install/generic/installer-generic.xml | 138 ++++--------------- resources/install/linux/installer-linux.xml | 151 +++++---------------- resources/install/linux/run.sh | 2 +- resources/install/windows/installer-windows.xml | 140 ++++--------------- resources/install/windows/run.bat | 4 +- .../impl/protocol/yahoo/ContactYahooImpl.java | 2 +- 6 files changed, 88 insertions(+), 349 deletions(-) diff --git a/resources/install/generic/installer-generic.xml b/resources/install/generic/installer-generic.xml index babf25f..db2fd84 100755 --- a/resources/install/generic/installer-generic.xml +++ b/resources/install/generic/installer-generic.xml @@ -39,126 +39,34 @@ - - Include all libraries - - - - - - - - - - - - - - - - - - SIP Communicator util - - - - SIP Communicator bundle configuration - - - - SIP Communicator bundle File Access - - - - SIP Communicator bundle Protocol - - - - SIP Communicator bundle Contactlist - - - - SIP Communicator bundle Media - - - - SIP Communicator bundle Protocol ICQ - - - - SIP Communicator bundle Protocol Jabber - - - - SIP Communicator bundle Protocol SIP - - - - SIP Communicator bundle Protocol MSN - + Include all libraries + + + + + + + + + + + SIP Communicator bundles + + + + - - SIP Communicator bundle Media - - - - SIP Communicator bundle Network Address - - - - SIP Communicator bundle MetaContact List - - - - SIP Communicator bundle History - - - - SIP Communicator bundle Message History - - - - SIP Communicator bundle Call History - - - - SIP Communicator bundle Swing UI - - - - SIP Communicator bundle ICQ Account Registrattion Wizzard - - - - SIP Communicator bundle Jabber Account Registrattion Wizzard - - - - SIP Communicator bundle SIP Account Registrattion Wizzard - - - - SIP Communicator bundle MSN Account Registrattion Wizzard - - - - SIP Communicator bundle Version - - - - - Exceutable - - - - - - - + Exceutable + + + + + + diff --git a/resources/install/linux/installer-linux.xml b/resources/install/linux/installer-linux.xml index 2c5afe0..dd31eb1 100755 --- a/resources/install/linux/installer-linux.xml +++ b/resources/install/linux/installer-linux.xml @@ -35,133 +35,46 @@ - - Include all libraries - - - - - - - - - - - - - - + Include all libraries + + + + + + + + + + + + - - SIP Communicator Native libs - - - - - - SIP Communicator util - - - - SIP Communicator bundle configuration - - - - SIP Communicator bundle File Access - - - - SIP Communicator bundle Protocol - - - - SIP Communicator bundle Contactlist - - - - SIP Communicator bundle Media - - - - SIP Communicator bundle Protocol ICQ - - - - SIP Communicator bundle Protocol Jabber - - - - SIP Communicator bundle Protocol SIP - - - - SIP Communicator bundle Protocol MSN - + + SIP Communicator Native libs + + + + + + SIP Communicator bundles + + + + - - SIP Communicator bundle Media - - - - SIP Communicator bundle Network Address - - - - SIP Communicator bundle MetaContact List - - - - SIP Communicator bundle History - - - - SIP Communicator bundle Message History - - - - SIP Communicator bundle Call History - - - - SIP Communicator bundle Swing UI - - - - SIP Communicator bundle ICQ Account Registrattion Wizzard - - - - SIP Communicator bundle Jabber Account Registrattion Wizzard - - - - SIP Communicator bundle SIP Account Registrattion Wizzard - - - - SIP Communicator bundle MSN Account Registrattion Wizzard - - - - SIP Communicator bundle Version - - - - - Executable - - - - - - - + Executable + + + + + + diff --git a/resources/install/linux/run.sh b/resources/install/linux/run.sh index 343e354..b93b2e1 100755 --- a/resources/install/linux/run.sh +++ b/resources/install/linux/run.sh @@ -2,4 +2,4 @@ mkdir -p $HOME/.sip-communicator/log export PATH=$PATH:native export JAVA_HOME=jre -${JAVA_HOME}/bin/java -classpath "lib/BrowserLauncher2.jar:lib/felix.jar:lib/kxml-min.jar:lib/servicebinder.jar:lib/bundle/org.apache.felix.servicebinder-0.8.0-SNAPSHOT.jar:sc-bundles/util.jar" -Dicq.custom.message.charset=windows-1251 -Dfelix.config.properties=file:./lib/felix.client.run.properties -Djava.util.logging.config.file=lib/logging.properties org.apache.felix.main.Main +${JAVA_HOME}/bin/java -classpath "lib/felix.jar:lib/kxml-min.jar:lib/servicebinder.jar:lib/bundle/org.apache.felix.servicebinder-0.8.0-SNAPSHOT.jar:sc-bundles/util.jar" -Dicq.custom.message.charset=windows-1251 -Dfelix.config.properties=file:./lib/felix.client.run.properties -Djava.util.logging.config.file=lib/logging.properties org.apache.felix.main.Main diff --git a/resources/install/windows/installer-windows.xml b/resources/install/windows/installer-windows.xml index 2cf1027..83a63d9 100755 --- a/resources/install/windows/installer-windows.xml +++ b/resources/install/windows/installer-windows.xml @@ -38,125 +38,43 @@ - - Include all libraries - - - - - - - - + Include all libraries + + + + + + + + + + + - - SIP Communicator Native libs - - - - - - SIP Communicator util - - - - SIP Communicator bundle configuration - - - - SIP Communicator bundle File Access - - - - SIP Communicator bundle Protocol - - - - SIP Communicator bundle Contactlist - - - - SIP Communicator bundle Media - - - - SIP Communicator bundle Protocol ICQ - - - - SIP Communicator bundle Protocol Jabber - - - - SIP Communicator bundle Protocol SIP - - - - SIP Communicator bundle Protocol MSN - - - - SIP Communicator bundle Media - + + SIP Communicator Native libs + + + + + + SIP Communicator bundles + + + + - - SIP Communicator bundle Network Address - - - - SIP Communicator bundle MetaContact List - - - - SIP Communicator bundle History - - - - SIP Communicator bundle Message History - - - - SIP Communicator bundle Call History - - - - SIP Communicator bundle Swing UI - - - - SIP Communicator bundle ICQ Account Registrattion Wizzard - - - - SIP Communicator bundle Jabber Account Registrattion Wizzard - - - - SIP Communicator bundle SIP Account Registrattion Wizzard - - - - SIP Communicator bundle MSN Account Registrattion Wizzard - - - - SIP Communicator bundle Version - - - - - Exceutable - - - - - + Exceutable + + + + diff --git a/resources/install/windows/run.bat b/resources/install/windows/run.bat index a1d8f4c..a48e4fd 100755 --- a/resources/install/windows/run.bat +++ b/resources/install/windows/run.bat @@ -1,3 +1,3 @@ -mkdir %UserProfile%/.sip-communicator/log +mkdir "%UserProfile%/.sip-communicator/log" set PATH=%PATH%;native -start javaw -classpath "lib/BrowserLauncher2.jar;lib/felix.jar;lib/kxml-min.jar;lib/servicebinder.jar;lib/bundle/org.apache.felix.servicebinder-0.8.0-SNAPSHOT.jar;sc-bundles/util.jar" -Dicq.custom.message.charset=windows-1251 -Dfelix.config.properties=file:./lib/felix.client.run.properties -Djava.util.logging.config.file=lib/logging.properties org.apache.felix.main.Main +start javaw -classpath "lib/felix.jar;lib/kxml-min.jar;lib/servicebinder.jar;lib/bundle/org.apache.felix.servicebinder-0.8.0-SNAPSHOT.jar;sc-bundles/util.jar" -Dicq.custom.message.charset=windows-1251 -Dfelix.config.properties=file:./lib/felix.client.run.properties -Djava.util.logging.config.file=lib/logging.properties org.apache.felix.main.Main diff --git a/src/net/java/sip/communicator/impl/protocol/yahoo/ContactYahooImpl.java b/src/net/java/sip/communicator/impl/protocol/yahoo/ContactYahooImpl.java index ddac5c2..3d4f80f 100644 --- a/src/net/java/sip/communicator/impl/protocol/yahoo/ContactYahooImpl.java +++ b/src/net/java/sip/communicator/impl/protocol/yahoo/ContactYahooImpl.java @@ -30,7 +30,7 @@ public class ContactYahooImpl /** * Creates an YahooContactImpl with custom yahooID - * @param contactID sets the contact Id if its different from the YahooUser id + * @param yahooID sets the contact Id if its different from the YahooUser id * @param contact the contact object that we will be encapsulating. * @param ssclCallback a reference to the ServerStoredContactListImpl * instance that created us. -- cgit v1.1