From d0c9bec48512453b27bdac1ca4bc546ddb81e939 Mon Sep 17 00:00:00 2001 From: 502647092 Date: Mon, 31 Aug 2015 21:32:40 +0800 Subject: [PATCH] add repo.info and package.info... --- repo/{repo.json => citycraft/package.info} | 41 ++++++++++++---------- repo/repo.info | 7 ++++ 2 files changed, 29 insertions(+), 19 deletions(-) rename repo/{repo.json => citycraft/package.info} (53%) create mode 100644 repo/repo.info diff --git a/repo/repo.json b/repo/citycraft/package.info similarity index 53% rename from repo/repo.json rename to repo/citycraft/package.info index cd4c7b6..d43a7e8 100644 --- a/repo/repo.json +++ b/repo/citycraft/package.info @@ -1,20 +1,23 @@ -{ - "repository":{ - "id":"CityCraft", - "url":"http://ci.citycraft.cn:8800/jenkins/plugin/repository/everything/" - }, - "plugins":[ - "Yum":{ - "groupId":"cn.citycraft", - "artifactId":"Yum", - "version":"1.3", - "lowestserverversion":"1.7" - }, - "SimpleEssential":{ - "groupId":"cn.citycraft", - "artifactId":"SimpleEssential", - "version":"1.1", - "lowestserverversion":"1.7" - } - ] +{ + "repository":{ + "id":"citycraft", + "url":"http://ci.citycraft.cn:8800/jenkins/plugin/repository/everything/" + }, + "plugins":[ + { + "groupId":"cn.citycraft", + "artifactId":"Yum", + "version":"1.3-bate1" + }, + { + "groupId":"cn.citycraft", + "artifactId":"SimpleEssential", + "version":"1.1" + }, + { + "groupId":"cn.citycraft", + "artifactId":"CarryEnchantBench", + "version":"1.2" + } + ] } \ No newline at end of file diff --git a/repo/repo.info b/repo/repo.info new file mode 100644 index 0000000..e943d79 --- /dev/null +++ b/repo/repo.info @@ -0,0 +1,7 @@ +[ + { + "id":"citycraft", + "url":"http://502647092.github.io/repo/citycraft/package.info", + "type":"maven" + } +] \ No newline at end of file