diff options
author | Romain Kuntz <rkuntz@java.net> | 2007-01-29 03:14:09 +0000 |
---|---|---|
committer | Romain Kuntz <rkuntz@java.net> | 2007-01-29 03:14:09 +0000 |
commit | fcba89ac946daa661e322ddbb2622b7407f1a48c (patch) | |
tree | 4067bb4b48339b5f7bc21424f8a0aa2481d85dd8 /resources/install | |
parent | 3e78380ddfd76179a85e913c9315a3b444be2bd8 (diff) | |
download | jitsi-fcba89ac946daa661e322ddbb2622b7407f1a48c.zip jitsi-fcba89ac946daa661e322ddbb2622b7407f1a48c.tar.gz jitsi-fcba89ac946daa661e322ddbb2622b7407f1a48c.tar.bz2 |
Removed dependencies to sed for the macosx package generation.
Replaced with ant's "replace" and "echo" tasks.
Diffstat (limited to 'resources/install')
-rw-r--r-- | resources/install/macosx/felix.client.run.properties.sed | 3 | ||||
-rw-r--r-- | resources/install/macosx/logging.properties.sed | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/resources/install/macosx/felix.client.run.properties.sed b/resources/install/macosx/felix.client.run.properties.sed deleted file mode 100644 index 59416d4..0000000 --- a/resources/install/macosx/felix.client.run.properties.sed +++ /dev/null @@ -1,3 +0,0 @@ -s/org.osgi.framework.system.packages=/org.osgi.framework.system.packages=\ com.growl;/ -$a\ -felix.auto.start.70= reference:file:sc-bundles/os-specific/macosx/growlnotification.jar diff --git a/resources/install/macosx/logging.properties.sed b/resources/install/macosx/logging.properties.sed deleted file mode 100644 index 9ae5f9f..0000000 --- a/resources/install/macosx/logging.properties.sed +++ /dev/null @@ -1 +0,0 @@ -s/java.util.logging.FileHandler.pattern\ =\ %h\/.sip-communicator\/log/java.util.logging.FileHandler.pattern\ =\ log/
\ No newline at end of file |