AnagramSolver: remove no-longer-needed submodule replacement

This commit is contained in:
Ciaran Gultnieks 2014-03-27 18:09:30 +00:00
parent 260ffda25b
commit 8de415ee60

View file

@ -25,9 +25,7 @@ Build:1.9,10
Build:2.0,11
commit=e183274989
init=sed -i 's%git@github.com:%https://github.com/%' .gitmodules && \
sed -i 's%git@github.com:%https://github.com/%' .git/config && \
echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
git submodule init && \
@ -35,9 +33,7 @@ Build:2.0,11
Build:2.05,12
commit=c3c48c2e
init=sed -i 's%git@github.com:%https://github.com/%' .gitmodules && \
sed -i 's%git@github.com:%https://github.com/%' .git/config && \
echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
git submodule init && \
@ -45,27 +41,21 @@ Build:2.05,12
Build:2.1,13
commit=7a6ebadac48
init=sed -i 's%git@github.com:%https://github.com/%' .gitmodules && \
sed -i 's%git@github.com:%https://github.com/%' .git/config && \
echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
git submodule update --init
Build:2.11,14
commit=afbb4b266b
init=sed -i 's%git@github.com:%https://github.com/%' .gitmodules && \
sed -i 's%git@github.com:%https://github.com/%' .git/config && \
echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
git submodule update --init
Build:2.21,16
commit=v2.21
init=sed -i 's%git@github.com:%https://github.com/%' .gitmodules && \
sed -i 's%git@github.com:%https://github.com/%' .git/config && \
echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
git submodule update --init