mirror of
https://github.com/corda/corda.git
synced 2025-01-14 08:49:47 +00:00
Rename the module/directory from perftestflows to perftestcordapp and clean up module settings
This commit is contained in:
parent
d0a7ce3a4e
commit
f25c15b194
4
.idea/compiler.xml
generated
4
.idea/compiler.xml
generated
@ -77,8 +77,8 @@
|
|||||||
<module name="node_test" target="1.8" />
|
<module name="node_test" target="1.8" />
|
||||||
<module name="notary-demo_main" target="1.8" />
|
<module name="notary-demo_main" target="1.8" />
|
||||||
<module name="notary-demo_test" target="1.8" />
|
<module name="notary-demo_test" target="1.8" />
|
||||||
<module name="perftestflows_main" target="1.8" />
|
<module name="perftestcordapp_main" target="1.8" />
|
||||||
<module name="perftestflows_test" target="1.8" />
|
<module name="perftestcordapp_test" target="1.8" />
|
||||||
<module name="publish-utils_main" target="1.8" />
|
<module name="publish-utils_main" target="1.8" />
|
||||||
<module name="publish-utils_test" target="1.8" />
|
<module name="publish-utils_test" target="1.8" />
|
||||||
<module name="quasar-hook_main" target="1.8" />
|
<module name="quasar-hook_main" target="1.8" />
|
||||||
|
@ -46,5 +46,5 @@ include 'doorman'
|
|||||||
include 'verify-enclave'
|
include 'verify-enclave'
|
||||||
include 'sgx-jvm/hsm-tool'
|
include 'sgx-jvm/hsm-tool'
|
||||||
include 'signing-server'
|
include 'signing-server'
|
||||||
include 'perftestflows'
|
include 'perftestcordapp'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user