source: gs3-extensions/i-greenstone-server/trunk/src/RESET.sh@ 26474

Last change on this file since 26474 was 26474, checked in by davidb, 11 years ago

A Greeonstone3 extension for branding an Android install of i-jetty with gsdl images and name

File size: 341 bytes
RevLine 
[26474]1#!/bin/sh
2
3echo "Resetting i-jetty-3.1 back to its original state"
4
5echo "+ Deleting i-jetty-3.1"
6rm -rf i-jetty-3.1
7
8echo "+ Untarring src code"
9tar xvzf i-jetty-3.1-src.tgz
10
11echo "+ Fixing pom.xml file"
12cp FIXES/i-jetty-3.1/i-jetty-ui/pom.xml i-jetty-3.1/i-jetty-ui/pom.xml
13
14echo
15echo "***"
16echo "* Now run ./REBRAND.sh"
17echo "***"
18echo
Note: See TracBrowser for help on using the repository browser.