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
386ad114
Commit
386ad114
authored
3 years ago
by
Aumin Patel
Committed by
Saket Patel
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
ZBUG-2076 : adding eu.bitwalker library
parent
2261acfd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
ivy.xml
ivy.xml
+1
-0
pkg-builder.pl
pkg-builder.pl
+2
-0
No files found.
ivy.xml
View file @
386ad114
...
...
@@ -156,6 +156,7 @@
<dependency
org=
"org.apache.xmlgraphics"
name=
"batik-i18n"
rev=
"1.9"
/>
<dependency
org=
"org.apache.xmlgraphics"
name=
"batik-util"
rev=
"1.8"
/>
<dependency
org=
"org.apache.tika"
name=
"tika-app"
rev=
"1.24.1"
/>
<dependency
org=
"eu.bitwalker"
name=
"UserAgentUtils"
rev=
"1.21"
/>
<exclude
org=
"com.noelios.restlet"
module=
"com.noelios.restlet"
/>
<exclude
org=
"javax.sql"
module=
"jdbc-stdext"
/>
<exclude
org=
"javax.transaction"
module=
"jta"
/>
...
...
This diff is collapsed.
Click to expand it.
pkg-builder.pl
View file @
386ad114
...
...
@@ -229,6 +229,7 @@ sub stage_zimbra_core_lib($)
cpy_file
("
build/dist/resolver-20050927.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/resolver-20050927.jar
");
cpy_file
("
build/dist/javax.annotation-api-1.2.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/javax.annotation-api-1.2.jar
");
cpy_file
("
build/dist/apache-jsp-9.4.18.v20190429.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/apache-jsp-9.4.18.v20190429.jar
");
cpy_file
("
build/dist/UserAgentUtils-1.21.jar
",
"
$stage_base_dir
/opt/zimbra/lib/jars/UserAgentUtils-1.21.jar
");
return
["
.
"];
}
...
...
@@ -309,6 +310,7 @@ sub stage_zimbra_store_lib($)
cpy_file
("
build/dist/jaxws-api-2.3.1.jar
",
"
$stage_base_dir
/opt/zimbra/jetty_base/common/lib/jaxws-api-2.3.1.jar
");
cpy_file
("
build/dist/saaj-impl-1.5.1.jar
",
"
$stage_base_dir
/opt/zimbra/lib/ext-common/saaj-impl-1.5.1.jar
");
cpy_file
("
build/dist/antisamy-1.5.8z.jar
",
"
$stage_base_dir
/opt/zimbra/jetty_base/webapps/service/WEB-INF/lib/antisamy-1.5.8z.jar
");
cpy_file
("
build/dist/UserAgentUtils-1.21.jar
",
"
$stage_base_dir
/opt/zimbra/jetty_base/common/lib/UserAgentUtils-1.21.jar
");
return
["
.
"];
}
...
...
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