mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 13:31:32 +00:00
Update Concrete to support the new extensible update manifest format.
This commit is contained in:
62
artifacts/manifest.json
Normal file
62
artifacts/manifest.json
Normal file
@ -0,0 +1,62 @@
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"name": "foundation-bifrost",
|
||||
"type": "bukkit-plugin",
|
||||
"version": "DEV",
|
||||
"dependencies": [
|
||||
"foundation-core"
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "foundation-bifrost-DEV-plugin.jar",
|
||||
"type": "plugin-jar",
|
||||
"path": "foundation-bifrost/build/libs/foundation-bifrost-DEV-plugin.jar"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "foundation-chaos",
|
||||
"type": "bukkit-plugin",
|
||||
"version": "DEV",
|
||||
"dependencies": [
|
||||
"foundation-core"
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "foundation-chaos-DEV-plugin.jar",
|
||||
"type": "plugin-jar",
|
||||
"path": "foundation-chaos/build/libs/foundation-chaos-DEV-plugin.jar"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "foundation-core",
|
||||
"type": "bukkit-plugin",
|
||||
"version": "DEV",
|
||||
"dependencies": [],
|
||||
"files": [
|
||||
{
|
||||
"name": "foundation-core-DEV-plugin.jar",
|
||||
"type": "plugin-jar",
|
||||
"path": "foundation-core/build/libs/foundation-core-DEV-plugin.jar"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "foundation-heimdall",
|
||||
"type": "bukkit-plugin",
|
||||
"version": "DEV",
|
||||
"dependencies": [
|
||||
"foundation-core"
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "foundation-heimdall-DEV-plugin.jar",
|
||||
"type": "plugin-jar",
|
||||
"path": "foundation-heimdall/build/libs/foundation-heimdall-DEV-plugin.jar"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user