Installing Xcode and the command line tools need to be done first because it installs gcc
.
https://developer.apple.com/xcode/features/
Or via the terminal:
git clean -xfd | |
git submodule foreach --recursive git clean -xfd | |
git reset --hard | |
git submodule foreach --recursive git reset --hard | |
git submodule update --init --recursive |
<?xml version="1.0" encoding="utf-8"?> | |
<project name="Ant Condition Example"> | |
<target name="myConditionalTask" depends="myConditionalTask-check, myConditionalTask-fail" if="myConditionalTask-check-property"> | |
<echo message="EXECUTE myConditionalTask" /> | |
</target> | |
<target name="myConditionalTask-fail" unless="myConditionalTask-check-property"> | |
<echo message="SKIPPED myConditionalTask" /> | |
</target> |
repo:remove("http://exist-db.org/apps/shared"), | |
repo:remove("http://exist-db.org/apps/dashboard"), | |
repo:install-and-deploy("http://exist-db.org/apps/shared", "http://exist-db.org/exist/apps/public-repo/find"), | |
repo:install-and-deploy("http://exist-db.org/apps/dashboard", "http://exist-db.org/exist/apps/public-repo/find") |
<?xml version="1.0" ?> | |
<project default="default" basedir="."> | |
<target name="default" depends="load.properties, sass" /> | |
<target name="load.properties"> | |
<echo>-- Initialize Variables</echo> | |
<!-- Hopefully the line below is the only one you need to change --> | |
<property name="template.path" value="public/assets/templates/PUT-YOUR-TEMPLATE-FOLDER-NAME-HERE" /> |
Installing Xcode and the command line tools need to be done first because it installs gcc
.
https://developer.apple.com/xcode/features/
Or via the terminal:
git fetch upstream | |
git reset --hard upstream/master |
#EXTM3U | |
#EXTINF:0,Bassoradio | |
http://83.145.201.209:8000/ | |
#EXTINF:0,Classic Radio | |
http://217.30.180.242:8000/clsr.ogg | |
#EXTINF:0,Groove FM | |
http://217.30.180.242:8000/gvfm.ogg |