AnagramSolver: remove no-longer-needed submodule replacement
This commit is contained in:
parent
260ffda25b
commit
8de415ee60
|
@ -25,9 +25,7 @@ Build:1.9,10
|
||||||
|
|
||||||
Build:2.0,11
|
Build:2.0,11
|
||||||
commit=e183274989
|
commit=e183274989
|
||||||
init=sed -i 's%git@github.com:%https://github.com/%' .gitmodules && \
|
init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
|
||||||
sed -i 's%git@github.com:%https://github.com/%' .git/config && \
|
|
||||||
echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
|
|
||||||
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
|
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
|
||||||
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
|
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
|
||||||
git submodule init && \
|
git submodule init && \
|
||||||
|
@ -35,9 +33,7 @@ Build:2.0,11
|
||||||
|
|
||||||
Build:2.05,12
|
Build:2.05,12
|
||||||
commit=c3c48c2e
|
commit=c3c48c2e
|
||||||
init=sed -i 's%git@github.com:%https://github.com/%' .gitmodules && \
|
init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
|
||||||
sed -i 's%git@github.com:%https://github.com/%' .git/config && \
|
|
||||||
echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
|
|
||||||
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
|
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
|
||||||
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
|
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
|
||||||
git submodule init && \
|
git submodule init && \
|
||||||
|
@ -45,27 +41,21 @@ Build:2.05,12
|
||||||
|
|
||||||
Build:2.1,13
|
Build:2.1,13
|
||||||
commit=7a6ebadac48
|
commit=7a6ebadac48
|
||||||
init=sed -i 's%git@github.com:%https://github.com/%' .gitmodules && \
|
init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
|
||||||
sed -i 's%git@github.com:%https://github.com/%' .git/config && \
|
|
||||||
echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
|
|
||||||
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
|
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
|
||||||
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
|
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
|
||||||
Build:2.11,14
|
Build:2.11,14
|
||||||
commit=afbb4b266b
|
commit=afbb4b266b
|
||||||
init=sed -i 's%git@github.com:%https://github.com/%' .gitmodules && \
|
init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
|
||||||
sed -i 's%git@github.com:%https://github.com/%' .git/config && \
|
|
||||||
echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
|
|
||||||
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
|
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
|
||||||
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
|
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
|
||||||
Build:2.21,16
|
Build:2.21,16
|
||||||
commit=v2.21
|
commit=v2.21
|
||||||
init=sed -i 's%git@github.com:%https://github.com/%' .gitmodules && \
|
init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
|
||||||
sed -i 's%git@github.com:%https://github.com/%' .git/config && \
|
|
||||||
echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
|
|
||||||
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
|
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
|
||||||
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
|
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
|
Loading…
Reference in a new issue