Browse Source

Bundle ircparser into releases/nightlies

Fixes issue 4017

Change-Id: Ic8f39a95e1776023a51969877101984377e595dd
Reviewed-on: http://gerrit.dmdirc.com/1140
Reviewed-by: Chris Smith <chris@dmdirc.com>
Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com>
tags/0.6.4rc1
Shane Mc Cormack 14 years ago
parent
commit
6622e46082
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      installer/release.sh

+ 1
- 1
installer/release.sh View File

@@ -1,7 +1,7 @@
1 1
 #!/bin/sh
2 2
 
3 3
 # Jar names of plugins to add to ALL installers. (* means all)
4
-plugins="ui_swing.jar tabcompletion_bash.jar tabcompletion_mirc.jar dcc.jar dns.jar identd.jar lagdisplay.jar logging.jar systray.jar time.jar osd.jar"
4
+plugins="ui_swing.jar tabcompletion_bash.jar tabcompletion_mirc.jar parser_irc.jar dcc.jar dns.jar identd.jar lagdisplay.jar logging.jar systray.jar time.jar osd.jar"
5 5
 
6 6
 # Additional Jar names of plugins to add to only Windows installers. (* means all)
7 7
 plugins_windows=""

Loading…
Cancel
Save