From 8de415ee6073b1c8855d250ec471754a80586e60 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Thu, 27 Mar 2014 18:09:30 +0000 Subject: [PATCH] AnagramSolver: remove no-longer-needed submodule replacement --- metadata/com.as.anagramsolver.txt | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/metadata/com.as.anagramsolver.txt b/metadata/com.as.anagramsolver.txt index 85ca89ead8..9d9d302b4a 100644 --- a/metadata/com.as.anagramsolver.txt +++ b/metadata/com.as.anagramsolver.txt @@ -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