-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from archivesspace/version2.2
Version2.2
- Loading branch information
Showing
17 changed files
with
7,475 additions
and
476 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,16 @@ | ||
#!/bin/sh | ||
#This must be run from the at-migration directory | ||
|
||
# get current working directory | ||
cwd=$(pwd) | ||
|
||
# copy the plugin.xml file | ||
cp -v plugin.xml out/production/ScriptAT | ||
cp -v plugin.xml out/production/at-migration | ||
cp -v README.md out/production/at-migration | ||
|
||
cd out/production/ScriptAT | ||
cd out/production/at-migration | ||
|
||
zip -rv scriptAT.zip . -i \*.class *.bsh *.xml -x test/* | ||
zip -rv scriptAT.zip . -i \*.class *.bsh *.xml *.md -x test/* | ||
|
||
mv -v scriptAT.zip C:/"Program Files"/"Archivists Toolkit 2.0"/plugins #This should be wherever AT is installed | ||
mv -v scriptAT.zip C:/"Program Files (x86)"/"Archivists Toolkit 2.0"/plugins | ||
|
||
# create a zip of the source code | ||
cd $cwd | ||
cd ../../.. | ||
|
||
zip -vr scriptAT_src.zip src -x "*.svn*" "*.DS_Store*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.