Update .gitmodules
Remove a duplicate submodule for vJCRE in the top-level directory. Use the upstream repository for OpenSC. Re-order the submodules.
This commit is contained in:
19
.gitmodules
vendored
19
.gitmodules
vendored
@@ -9,25 +9,22 @@
|
||||
url = https://github.com/philipWendland/IsoApplet.git
|
||||
[submodule "ACardEmulator/app/src/main/external/jcardsim"]
|
||||
path = ACardEmulator/app/src/main/external/jcardsim
|
||||
url = https://github.com/licel/jcardsim
|
||||
url = https://github.com/licel/jcardsim.git
|
||||
[submodule "ACardEmulator/app/src/main/external/MuscleApplet"]
|
||||
path = ACardEmulator/app/src/main/external/MuscleApplet
|
||||
url = https://github.com/martinpaljak/MuscleApplet.git
|
||||
[submodule "ACardEmulator/app/src/main/external/GidsApplet"]
|
||||
path = ACardEmulator/app/src/main/external/GidsApplet
|
||||
url = https://github.com/vletoux/GidsApplet.git
|
||||
[submodule "ACardEmulator/app/src/main/external/PivApplet"]
|
||||
path = ACardEmulator/app/src/main/external/PivApplet
|
||||
url = https://github.com/frankmorgner/PivApplet.git
|
||||
[submodule "ACardEmulator/app/src/main/external/vJCRE"]
|
||||
path = ACardEmulator/app/src/main/external/vJCRE
|
||||
url = https://github.com/frankmorgner/vJCRE.git
|
||||
[submodule "ccid/src/OpenSC"]
|
||||
path = ccid/src/OpenSC
|
||||
url = https://github.com/frankmorgner/OpenSC
|
||||
url = https://github.com/OpenSC/OpenSC.git
|
||||
[submodule "virtualsmartcard/win32/DevMsi"]
|
||||
path = virtualsmartcard/win32/DevMsi
|
||||
url = https://github.com/nickrussler/DevMsi.git
|
||||
[submodule "ACardEmulator/app/src/main/external/PivApplet"]
|
||||
path = ACardEmulator/app/src/main/external/PivApplet
|
||||
url = https://github.com/frankmorgner/PivApplet
|
||||
[submodule "vJCRE"]
|
||||
path = vJCRE
|
||||
url = https://github.com/frankmorgner/vJCRE
|
||||
[submodule "ACardEmulator/app/src/main/external/vJCRE"]
|
||||
path = ACardEmulator/app/src/main/external/vJCRE
|
||||
url = https://github.com/frankmorgner/vJCRE
|
||||
|
||||
1
vJCRE
1
vJCRE
Submodule vJCRE deleted from faff77a157
Reference in New Issue
Block a user