add bc sub
This commit is contained in:
parent
fd74bee9f8
commit
8207659f8b
3 changed files with 7 additions and 3 deletions
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -3,4 +3,7 @@
|
|||
url = git@github.com:calclavia/Modding-Library.git
|
||||
[submodule "Dark-Library"]
|
||||
path = Dark-Library
|
||||
url = git@github.com:DarkGuardsman/Dark-Library.git
|
||||
url = git@github.com:DarkGuardsman/Dark-Library.git
|
||||
[submodule "Basic-Compoents"]
|
||||
path = Basic-Compoents
|
||||
url = git://github.com/calclavia/Basic-Components.git
|
||||
|
|
1
Basic-Compoents
Submodule
1
Basic-Compoents
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 187dc9959e6a8e123bd026a2c99a576236ea69ad
|
|
@ -24,7 +24,7 @@
|
|||
<exclude name=".git/**"/>
|
||||
<exclude name="**/*.xml"/>
|
||||
</fileset>
|
||||
<fileset dir="${dir.development}../Basic-Components/src">
|
||||
<fileset dir="${dir.development}Basic-Components/src">
|
||||
<exclude name=".git/**"/>
|
||||
<exclude name="**/*.xml"/>
|
||||
</fileset>
|
||||
|
@ -69,7 +69,7 @@
|
|||
<exclude name="**/*.java"/>
|
||||
<exclude name="**/*.xml"/>
|
||||
</fileset>
|
||||
<fileset dir="download/Dark-Library/Basic-Components/resources">
|
||||
<fileset dir="${dir.development}Basic-Components/resources">
|
||||
<exclude name=".git/**"/>
|
||||
<exclude name="**/*.java"/>
|
||||
<exclude name="**/*.xml"/>
|
||||
|
|
Loading…
Reference in a new issue