mirror of
https://github.com/corda/corda.git
synced 2025-01-15 09:20:22 +00:00
Rename the module/directory from perftestflows to perftestcordapp and clean up module settings
This commit is contained in:
parent
d0a7ce3a4e
commit
f25c15b194
.idea
perftestcordapp
build.gradle
settings.gradlesrc
main
kotlin/com/r3/corda/enterprise/perftestcordapp
PtCurrencies.kt
contracts
flows
AbstractPtCashFlow.ktPtCashConfigDataFlow.ktPtCashExitFlow.ktPtCashIssueAndPaymentFlow.ktPtCashIssueFlow.ktPtCashPaymentFlow.ktTwoPartyTradeFlow.kt
schemas
utils
resources/META-INF/services
test/kotlin/com/r3/corda/enterprise/perftestcordapp/contracts
4
.idea/compiler.xml
generated
4
.idea/compiler.xml
generated
@ -77,8 +77,8 @@
|
||||
<module name="node_test" target="1.8" />
|
||||
<module name="notary-demo_main" target="1.8" />
|
||||
<module name="notary-demo_test" target="1.8" />
|
||||
<module name="perftestflows_main" target="1.8" />
|
||||
<module name="perftestflows_test" target="1.8" />
|
||||
<module name="perftestcordapp_main" target="1.8" />
|
||||
<module name="perftestcordapp_test" target="1.8" />
|
||||
<module name="publish-utils_main" target="1.8" />
|
||||
<module name="publish-utils_test" target="1.8" />
|
||||
<module name="quasar-hook_main" target="1.8" />
|
||||
|
@ -46,5 +46,5 @@ include 'doorman'
|
||||
include 'verify-enclave'
|
||||
include 'sgx-jvm/hsm-tool'
|
||||
include 'signing-server'
|
||||
include 'perftestflows'
|
||||
include 'perftestcordapp'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user