Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
binhong
/
TicketingSystem
peilaus alkaen
https://github.com/binhonglee/TicketingSystem
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
Updated install and uninstall script to include Apache-Ant
master
BinHong Lee
7 vuotta sitten
vanhempi
bfdbc3bdbf
commit
7759bb670b
2 muutettua tiedostoa
jossa
2 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
install.sh
+1
-0
uninstall.sh
+ 1
- 0
install.sh
Näytä tiedosto
@@ -4,6 +4,7 @@ if [ $(uname) == "Darwin" ]; then
else
sudo apt-get update
sudo apt-get install libjsoncpp-dev
sudo apt-get install ant
fi
cp lib/anttasks.jar ~
+ 1
- 0
uninstall.sh
Näytä tiedosto
@@ -3,6 +3,7 @@ if [ $(uname) == "Darwin" ]; then
brew uninstall ant
else
sudo apt-get remove --purge libjsoncpp-dev
sudo apt-get remove --purge ant
fi
cd ../
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna