Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Raptor Engineering Public Development
Zimbra
zm-zcs-lib
Commits
346a8b68
Commit
346a8b68
authored
3 years ago
by
UmaShankar Avagadda
Browse files
Options
Download
Email Patches
Plain Diff
ZBUG-1918:updated junixsocket dependencies
(cherry picked from commit
ba18ef61
)
parent
bd05dc41
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
+16
-16
ivy.xml
ivy.xml
+6
-6
pkg-builder.pl
pkg-builder.pl
+10
-10
No files found.
ivy.xml
View file @
346a8b68
...
...
@@ -15,11 +15,11 @@
<dependency
org=
"com.googlecode.concurrentlinkedhashmap"
name=
"concurrentlinkedhashmap-lru"
rev=
"1.3.1"
/>
<dependency
org=
"com.ibm.icu"
name=
"icu4j"
rev=
"4.8.1.1"
/>
<dependency
org=
"com.jcraft"
name=
"jzlib"
rev=
"1.0.7"
/>
<dependency
org=
"com.kohlschutter.junixsocket"
name=
"junixsocket-common"
rev=
"2.
0.4
"
/>
<dependency
org=
"com.kohlschutter.junixsocket"
name=
"junixsocket-demo"
rev=
"2.
0.4
"
transitive=
"false"
/>
<dependency
org=
"com.kohlschutter.junixsocket"
name=
"junixsocket-mysql"
rev=
"2.
0.4
"
transitive=
"false"
/>
<dependency
org=
"com.kohlschutter.junixsocket"
name=
"junixsocket-native-common"
rev=
"2.
0.4
"
/>
<dependency
org=
"com.kohlschutter.junixsocket"
name=
"junixsocket-rmi"
rev=
"2.
0.4
"
transitive=
"false"
/>
<dependency
org=
"com.kohlschutter.junixsocket"
name=
"junixsocket-common"
rev=
"2.
3.2
"
/>
<dependency
org=
"com.kohlschutter.junixsocket"
name=
"junixsocket-demo"
rev=
"2.
3.2
"
transitive=
"false"
/>
<dependency
org=
"com.kohlschutter.junixsocket"
name=
"junixsocket-mysql"
rev=
"2.
3.2
"
transitive=
"false"
/>
<dependency
org=
"com.kohlschutter.junixsocket"
name=
"junixsocket-native-common"
rev=
"2.
3.2
"
/>
<dependency
org=
"com.kohlschutter.junixsocket"
name=
"junixsocket-rmi"
rev=
"2.
3.2
"
transitive=
"false"
/>
<dependency
org=
"com.sun.jersey"
name=
"jersey-client"
rev=
"1.11"
/>
<dependency
org=
"com.sun.jersey"
name=
"jersey-core"
rev=
"1.11"
/>
<dependency
org=
"com.sun.jersey"
name=
"jersey-json"
rev=
"1.11"
/>
...
...
@@ -119,7 +119,7 @@
<dependency
org=
"org.jvnet.staxex"
name=
"stax-ex"
rev=
"1.7.7"
/>
<dependency
org=
"org.mariadb.jdbc"
name=
"mariadb-java-client"
rev=
"2.4.3"
/>
<dependency
org=
"org.python"
name=
"jython-standalone"
rev=
"2.5.2"
/>
<dependency
org=
"org.scijava"
name=
"native-lib-loader"
rev=
"2.
0.2
"
/>
<dependency
org=
"org.scijava"
name=
"native-lib-loader"
rev=
"2.
3.5
"
/>
<dependency
org=
"org.slf4j"
name=
"slf4j-api"
rev=
"1.7.30"
/>
<dependency
org=
"org.slf4j"
name=
"slf4j-log4j12"
rev=
"1.7.30"
/>
<dependency
org=
"org.springframework"
name=
"spring-aop"
rev=
"3.0.7.RELEASE"
/>
...
...
This diff is collapsed.
Click to expand it.
pkg-builder.pl
View file @
346a8b68
...
...
@@ -169,12 +169,12 @@ sub stage_zimbra_core_lib($)
cpy_file
("
build/dist/jna-3.4.0.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/jna-3.4.0.jar
");
cpy_file
("
build/dist/jsr181-api-1.0-MR1.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/jsr181-api-1.0-MR1.jar
");
cpy_file
("
build/dist/jsr311-api-1.1.1.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/jsr311-api-1.1.1.jar
");
cpy_file
("
build/dist/junixsocket-common-2.
0.4
.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/junixsocket-common-2.
0.4
.jar
");
cpy_file
("
build/dist/junixsocket-demo-2.
0.4
.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/junixsocket-demo-2.
0.4
.jar
");
cpy_file
("
build/dist/junixsocket-mysql-2.
0.4
.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/junixsocket-mysql-2.
0.4
.jar
");
cpy_file
("
build/dist/junixsocket-rmi-2.
0.4
.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/junixsocket-rmi-2.
0.4
.jar
");
cpy_file
("
build/dist/junixsocket-native-common-2.
0.4
.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/junixsocket-native-common-2.
0.4
.jar
");
cpy_file
("
build/dist/native-lib-loader-2.
0.2
.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/native-lib-loader-2.
0.2
.jar
");
cpy_file
("
build/dist/junixsocket-common-2.
3.2
.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/junixsocket-common-2.
3.2
.jar
");
cpy_file
("
build/dist/junixsocket-demo-2.
3.2
.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/junixsocket-demo-2.
3.2
.jar
");
cpy_file
("
build/dist/junixsocket-mysql-2.
3.2
.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/junixsocket-mysql-2.
3.2
.jar
");
cpy_file
("
build/dist/junixsocket-rmi-2.
3.2
.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/junixsocket-rmi-2.
3.2
.jar
");
cpy_file
("
build/dist/junixsocket-native-common-2.
3.2
.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/junixsocket-native-common-2.
3.2
.jar
");
cpy_file
("
build/dist/native-lib-loader-2.
3.5
.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/native-lib-loader-2.
3.5
.jar
");
cpy_file
("
build/dist/jython-standalone-2.5.2.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/jython-standalone-2.5.2.jar
");
cpy_file
("
build/dist/jline-0.9.93.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/jline-0.9.93.jar
");
cpy_file
("
build/dist/jzlib-1.0.7.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/jzlib-1.0.7.jar
");
...
...
@@ -279,10 +279,10 @@ sub stage_zimbra_store_lib($)
cpy_file
("
build/dist/jfreechart-1.0.15.jar
",
"
$stage_base_dir
/opt/zimbra/jetty_base/common/lib/jfreechart-1.0.15.jar
");
cpy_file
("
build/dist/json-20090211.jar
",
"
$stage_base_dir
/opt/zimbra/jetty_base/common/lib/json-20090211.jar
");
cpy_file
("
build/dist/jtnef-1.9.0.jar
",
"
$stage_base_dir
/opt/zimbra/jetty_base/common/lib/jtnef-1.9.0.jar
");
cpy_file
("
build/dist/junixsocket-common-2.
0.4
.jar
",
"
$stage_base_dir
/opt/zimbra/jetty_base/common/lib/junixsocket-common-2.
0.4
.jar
");
cpy_file
("
build/dist/junixsocket-demo-2.
0.4
.jar
",
"
$stage_base_dir
/opt/zimbra/jetty_base/common/lib/junixsocket-demo-2.
0.4
.jar
");
cpy_file
("
build/dist/junixsocket-mysql-2.
0.4
.jar
",
"
$stage_base_dir
/opt/zimbra/jetty_base/common/lib/junixsocket-mysql-2.
0.4
.jar
");
cpy_file
("
build/dist/junixsocket-rmi-2.
0.4
.jar
",
"
$stage_base_dir
/opt/zimbra/jetty_base/common/lib/junixsocket-rmi-2.
0.4
.jar
");
cpy_file
("
build/dist/junixsocket-common-2.
3.2
.jar
",
"
$stage_base_dir
/opt/zimbra/jetty_base/common/lib/junixsocket-common-2.
3.2
.jar
");
cpy_file
("
build/dist/junixsocket-demo-2.
3.2
.jar
",
"
$stage_base_dir
/opt/zimbra/jetty_base/common/lib/junixsocket-demo-2.
3.2
.jar
");
cpy_file
("
build/dist/junixsocket-mysql-2.
3.2
.jar
",
"
$stage_base_dir
/opt/zimbra/jetty_base/common/lib/junixsocket-mysql-2.
3.2
.jar
");
cpy_file
("
build/dist/junixsocket-rmi-2.
3.2
.jar
",
"
$stage_base_dir
/opt/zimbra/jetty_base/common/lib/junixsocket-rmi-2.
3.2
.jar
");
cpy_file
("
build/dist/jzlib-1.0.7.jar
",
"
$stage_base_dir
/opt/zimbra/jetty_base/common/lib/jzlib-1.0.7.jar
");
cpy_file
("
build/dist/libidn-1.24.jar
",
"
$stage_base_dir
/opt/zimbra/jetty_base/common/lib/libidn-1.24.jar
");
cpy_file
("
build/dist/log4j-1.2.16.jar
",
"
$stage_base_dir
/opt/zimbra/jetty_base/common/lib/log4j-1.2.16.jar
");
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment