Move internal and external (ie database) parts to .../components/internal and .../components/database respectively for better organization
This commit is contained in:
parent
a4f9779c96
commit
6dedf180bc
@ -134,7 +134,7 @@ tasks.register('copyReadmeMain', Copy) {
|
||||
}
|
||||
}
|
||||
|
||||
def externalComponentsPath = './src/main/resources/datafiles/components'
|
||||
def externalComponentsPath = './src/main/resources/datafiles/components/database'
|
||||
def externalResourceComponents = './resources-src/datafiles/openrocket-database'
|
||||
|
||||
// Initializes the submodules in Git.
|
||||
|
Loading…
x
Reference in New Issue
Block a user