diff options
author | Damian Minkov <damencho@jitsi.org> | 2006-12-14 17:43:58 +0000 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2006-12-14 17:43:58 +0000 |
commit | 84979f098de0022e30a01e1b94e52faa7560fade (patch) | |
tree | 954f1de364829b2e8f3172fb8eae86d160a810fb /resources/install/linux | |
parent | 035bdf1a3f12d86d92e3cd063f547db55019a226 (diff) | |
download | jitsi-84979f098de0022e30a01e1b94e52faa7560fade.zip jitsi-84979f098de0022e30a01e1b94e52faa7560fade.tar.gz jitsi-84979f098de0022e30a01e1b94e52faa7560fade.tar.bz2 |
Fix windows installation and overriding files
Diffstat (limited to 'resources/install/linux')
-rwxr-xr-x | resources/install/linux/installer-linux.xml | 79 |
1 files changed, 39 insertions, 40 deletions
diff --git a/resources/install/linux/installer-linux.xml b/resources/install/linux/installer-linux.xml index 10840e9..f390ba2 100755 --- a/resources/install/linux/installer-linux.xml +++ b/resources/install/linux/installer-linux.xml @@ -42,115 +42,115 @@ <pack name="lib" required="yes"> <description>Include all libraries</description> - <fileset targetdir="$INSTALL_PATH/lib" dir="lib"> + <fileset targetdir="$INSTALL_PATH/lib" dir="lib" override="true"> <include name="kxml-min.jar"/> <include name="felix.jar"/> <include name="servicebinder.jar"/> <include name="BrowserLauncher2.jar"/> </fileset> - <fileset targetdir="$INSTALL_PATH/lib/bundle" dir="lib/bundle"> + <fileset targetdir="$INSTALL_PATH/lib/bundle" dir="lib/bundle" override="true"> <include name="org.apache.felix.servicebinder-0.8.0-SNAPSHOT.jar"/> </fileset> - <file targetdir="$INSTALL_PATH/lib" src="lib/felix.client.run.properties"/> - <file targetdir="$INSTALL_PATH/lib" src="resources/install/logging.properties"/> + <file targetdir="$INSTALL_PATH/lib" src="lib/felix.client.run.properties" override="true"/> + <file targetdir="$INSTALL_PATH/lib" src="resources/install/logging.properties" override="true"/> </pack> <pack name="native" required="yes"> <description>SIP Communicator Native libs</description> - <fileset targetdir="$INSTALL_PATH/native" dir="lib/native/linux"> + <fileset targetdir="$INSTALL_PATH/native" dir="lib/native/linux" override="true"> <include name="*"/> </fileset> </pack> <pack name="util" required="yes"> <description>SIP Communicator util</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/util.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/util.jar" override="true"/> </pack> <pack name="configuration" required="yes"> <description>SIP Communicator bundle configuration</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/configuration.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/configuration.jar" override="true"/> </pack> <pack name="file-access" required="yes"> <description>SIP Communicator bundle File Access</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/fileaccess.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/fileaccess.jar" override="true"/> </pack> <pack name="protocol" required="yes"> <description>SIP Communicator bundle Protocol</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol.jar" override="true"/> </pack> <pack name="contactlist" required="yes"> <description>SIP Communicator bundle Contactlist</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/contactlist.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/contactlist.jar" override="true"/> </pack> <pack name="media" required="yes"> <description>SIP Communicator bundle Media</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/media.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/media.jar" override="true"/> </pack> <pack name="protocol-icq" required="yes"> <description>SIP Communicator bundle Protocol ICQ</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol-icq.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol-icq.jar" override="true"/> </pack> <pack name="protocol-jabber" required="yes"> <description>SIP Communicator bundle Protocol Jabber</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol-jabber.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol-jabber.jar" override="true"/> </pack> <pack name="protocol-sip" required="yes"> <description>SIP Communicator bundle Protocol SIP</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol-sip.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol-sip.jar" override="true"/> </pack> <pack name="protocol-msn" required="yes"> <description>SIP Communicator bundle Protocol MSN</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol-msn.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol-msn.jar" override="true"/> </pack> <pack name="media" required="yes"> <description>SIP Communicator bundle Media</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/media.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/media.jar" override="true"/> </pack> <pack name="netaddress" required="yes"> <description>SIP Communicator bundle Network Address</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/netaddr.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/netaddr.jar" override="true"/> </pack> <pack name="metacontact-list" required="yes"> <description>SIP Communicator bundle MetaContact List</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/meta-cl.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/meta-cl.jar" override="true"/> </pack> <pack name="history" required="yes"> <description>SIP Communicator bundle History</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/history.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/history.jar" override="true"/> </pack> <pack name="msg-history" required="yes"> <description>SIP Communicator bundle Message History</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/msghistory.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/msghistory.jar" override="true"/> </pack> <pack name="call-history" required="yes"> <description>SIP Communicator bundle Call History</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/callhistory.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/callhistory.jar" override="true"/> </pack> <pack name="swing-ui" required="yes"> <description>SIP Communicator bundle Swing UI</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/swing-ui.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/swing-ui.jar" override="true"/> </pack> <pack name="icqaccregwizz" required="yes"> <description>SIP Communicator bundle ICQ Account Registrattion Wizzard</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/icqaccregwizz.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/icqaccregwizz.jar" override="true"/> </pack> <pack name="jabberaccregwizz" required="yes"> <description>SIP Communicator bundle Jabber Account Registrattion Wizzard</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/jabberaccregwizz.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/jabberaccregwizz.jar" override="true"/> </pack> <pack name="sipaccregwizz" required="yes"> <description>SIP Communicator bundle SIP Account Registrattion Wizzard</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/sipaccregwizz.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/sipaccregwizz.jar" override="true"/> </pack> <pack name="msnaccregwizz" required="yes"> <description>SIP Communicator bundle MSN Account Registrattion Wizzard</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/msnaccregwizz.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/msnaccregwizz.jar" override="true"/> </pack> <pack name="version" required="yes"> <description>SIP Communicator bundle Version</description> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/version-impl.jar"/> - <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/version.jar"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/version-impl.jar" override="true"/> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/version.jar" override="true"/> </pack> @@ -158,22 +158,21 @@ <pack name="run" required="yes"> <description>Executable</description> - <file targetdir="$INSTALL_PATH" src="resources/install/linux/run.sh" os="linux"/> - <file targetdir="$INSTALL_PATH" src="resources/install/linux/sc-logo.png" os="linux"/> - <file targetdir="$INSTALL_PATH" src="resources/install/linux/uninstall.sh"/> + <file targetdir="$INSTALL_PATH" src="resources/install/linux/run.sh" os="linux" override="true"/> + <file targetdir="$INSTALL_PATH" src="resources/install/linux/sc-logo.png" os="linux" override="true"/> + <file targetdir="$INSTALL_PATH" src="resources/install/linux/uninstall.sh" override="true"/> <executable targetfile="$INSTALL_PATH/run.sh" stage="never" os="linux"/> - <executable targetfile="$INSTALL_PATH/uninstall.sh" stage="never" os="linux"/> - <executable targetfile="$INSTALL_PATH/jre/bin/java" stage="never" os="linux"/> + <executable targetfile="$INSTALL_PATH/uninstall.sh" stage="never" os="linux"/> + <executable targetfile="$INSTALL_PATH/jre/bin/java" stage="never" os="linux"/> </pack> - <pack name="jre" required="yes" loose="true"> - <description>SIP Communicator included jre</description> - - <fileset targetdir="$INSTALL_PATH/jre" dir="release/linux/tmp/jre"> - <include name="**/*"/> - </fileset> - </pack> + <pack name="jre" required="yes" loose="true"> + <description>SIP Communicator included jre</description> + <fileset targetdir="$INSTALL_PATH/jre" dir="release/linux/tmp/jre"> + <include name="**/*"/> + </fileset> + </pack> </packs> </installation> |