Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Uploader
Commits
f59588df
Commit
f59588df
authored
Sep 11, 2020
by
Matija Obreza
Browse files
Fix: Exclude the right jars
parent
af622682
Changes
2
Show whitespace changes
Inline
Side-by-side
anno-gui-package/bin/assembly-linux-gtk64.xml
View file @
f59588df
...
...
@@ -21,7 +21,7 @@
<unpack>
false
</unpack>
<scope>
runtime
</scope>
<excludes>
<exclude>
org.eclipse.platform:org.eclipse.swt.win32.win32.x86_64:jar:
4.3
</exclude>
<exclude>
org.eclipse.platform:org.eclipse.swt.win32.win32.x86_64:jar:
3.114.100
</exclude>
</excludes>
</dependencySet>
</dependencySets>
...
...
anno-gui-package/bin/assembly-win64.xml
View file @
f59588df
...
...
@@ -25,7 +25,7 @@
<unpack>
false
</unpack>
<scope>
runtime
</scope>
<excludes>
<exclude>
org.eclipse.platform:org.eclipse.swt.gtk.linux.x86_64:jar:
4.3
</exclude>
<exclude>
org.eclipse.platform:org.eclipse.swt.gtk.linux.x86_64:jar:
3.114.100
</exclude>
</excludes>
</dependencySet>
</dependencySets>
...
...
Write
Preview
Supports
Markdown
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