|
Revision 661, 0.6 kB
(checked in by scorfield, 1 year ago)
|
|
Fixes #300 by finalizing the 5.5.0 build.
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | build=550 |
|---|
| 6 | |
|---|
| 7 | cd /home/eclipse/workspace |
|---|
| 8 | zip -r fusebox5/fusebox${build}.corefiles.cfmx.zip fusebox5/*.txt fusebox5/*.dtd fusebox5/*.cf[cm] fusebox5/verbs/*.cfm fusebox5/docs/*.pdf |
|---|
| 9 | cd fusebox5 |
|---|
| 10 | zip -r fusebox${build}.skeleton.cfmx.zip `find skeleton -name '*.txt' -o -name '*.xml' -o -name '*.cf[cm]'` |
|---|
| 11 | zip -r fusebox${build}.extensions.cfmx.zip `find extensions -name '*.doc' -o -name '*.pdf' -o -name '*.txt' -o -name '*.xml' -o -name '*.cf[cm]' -o -name '*.as' -o -name '*.gif' -o -name '*.jpg' -o -name '*.js' -o -name '*.css'` |
|---|