mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Update references to point to new repo and remove other redundant references. (#3151)
This commit is contained in:
parent
b031e66ab9
commit
3f2e653f01
@ -1,7 +1,7 @@
|
|||||||
# !! DO NOT MODIFY THE API FILE IN THIS DIRECTORY !!
|
# !! DO NOT MODIFY THE API FILE IN THIS DIRECTORY !!
|
||||||
|
|
||||||
The `api-current.txt` file contains a summary of Corda's current public APIs,
|
The `api-current.txt` file contains a summary of Corda's current public APIs,
|
||||||
as generated by the `api-scanner` Gradle plugin. (See [here](../gradle-plugins/api-scanner/README.md) for a detailed description of this plugin.) It will be regenerated and the copy in this repository updated by the Release Manager with
|
as generated by the `api-scanner` Gradle plugin. (See [here](https://github.com/corda/corda-gradle-plugins/blob/master/api-scanner/README.md) for a detailed description of this plugin.) It will be regenerated and the copy in this repository updated by the Release Manager with
|
||||||
each new Corda release. It will not be modified otherwise except under special circumstances that will require extra approval.
|
each new Corda release. It will not be modified otherwise except under special circumstances that will require extra approval.
|
||||||
|
|
||||||
Deleting or changing the existing Corda APIs listed in `api-current.txt` may
|
Deleting or changing the existing Corda APIs listed in `api-current.txt` may
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -39,7 +39,6 @@ lib/quasar.jar
|
|||||||
.idea/runConfigurations
|
.idea/runConfigurations
|
||||||
.idea/dictionaries
|
.idea/dictionaries
|
||||||
.idea/codeStyles/
|
.idea/codeStyles/
|
||||||
/gradle-plugins/.idea/
|
|
||||||
|
|
||||||
# Include the -parameters compiler option by default in IntelliJ required for serialization.
|
# Include the -parameters compiler option by default in IntelliJ required for serialization.
|
||||||
!.idea/compiler.xml
|
!.idea/compiler.xml
|
||||||
@ -62,7 +61,6 @@ lib/quasar.jar
|
|||||||
# Gradle:
|
# Gradle:
|
||||||
# .idea/gradle.xml
|
# .idea/gradle.xml
|
||||||
# .idea/libraries
|
# .idea/libraries
|
||||||
/gradle-plugins/gradle*
|
|
||||||
|
|
||||||
# Mongo Explorer plugin:
|
# Mongo Explorer plugin:
|
||||||
# .idea/mongoSettings.xml
|
# .idea/mongoSettings.xml
|
||||||
|
@ -15,7 +15,6 @@ The Corda repository comprises the following folders:
|
|||||||
* **finance** defines a range of elementary contracts (and associated schemas) and protocols, such as abstract fungible
|
* **finance** defines a range of elementary contracts (and associated schemas) and protocols, such as abstract fungible
|
||||||
assets, cash, obligation and commercial paper
|
assets, cash, obligation and commercial paper
|
||||||
* **gradle** contains the gradle wrapper which you'll use to execute gradle commands
|
* **gradle** contains the gradle wrapper which you'll use to execute gradle commands
|
||||||
* **gradle-plugins** contains some additional plugins which we use to deploy Corda nodes
|
|
||||||
* **lib** contains some dependencies
|
* **lib** contains some dependencies
|
||||||
* **node** contains the core code of the Corda node (eg: node driver, node services, messaging, persistence)
|
* **node** contains the core code of the Corda node (eg: node driver, node services, messaging, persistence)
|
||||||
* **node-api** contains data structures shared between the node and the client module, e.g. types sent via RPC
|
* **node-api** contains data structures shared between the node and the client module, e.g. types sent via RPC
|
||||||
|
Loading…
Reference in New Issue
Block a user