This repository was archived by the owner on Apr 19, 2020. It is now read-only.
File tree 4 files changed +18
-18
lines changed
4 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## r2 (2017/09/03)
4
4
5
- * New releases : 1.10.0, 2.0.0, 2.2.0 (Issue crazy-max /neard #324 )
5
+ * New releases : 1.10.0, 2.0.0, 2.2.0 (Issue neard /neard #324 )
6
6
7
7
## r1 (2016/05/01)
8
8
Original file line number Diff line number Diff line change 1
- [ ![ GitHub release] ( https://img.shields.io/github/release/crazy-max/ neard-tool- phpmetrics.svg?style=flat-square )] ( https://github.com/crazy-max/ neard-tool -phpmetrics/releases/latest )
2
- ![ Total downloads] ( https://img.shields.io/github/downloads/crazy-max/ neard-tool -phpmetrics/total.svg?style=flat-square )
1
+ [ ![ GitHub release] ( https://img.shields.io/github/release/neard/module- phpmetrics.svg?style=flat-square )] ( https://github.com/neard/module -phpmetrics/releases/latest )
2
+ ![ Total downloads] ( https://img.shields.io/github/downloads/neard/module -phpmetrics/total.svg?style=flat-square )
3
3
4
- This a module of [ Neard project] ( https://github.com/crazy-max /neard ) involving PhpMetrics.
4
+ This a module of [ Neard project] ( https://github.com/neard /neard ) involving PhpMetrics.
5
5
6
6
## Documentation and downloads
7
7
8
8
http://neard.io/modules/phpmetrics
9
9
10
10
## Issues
11
11
12
- Issues must be reported on [ Neard repository] ( https://github.com/crazy-max /neard/issues ) .
12
+ Issues must be reported on [ Neard repository] ( https://github.com/neard /neard/issues ) .
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project name =" neard-tool -phpmetrics" basedir =" ." >
2
+ <project name =" module -phpmetrics" basedir =" ." >
3
3
4
- <dirname property =" project.basedir" file =" ${ ant.file.neard-tool -phpmetrics } " />
4
+ <dirname property =" project.basedir" file =" ${ ant.file.module -phpmetrics } " />
5
5
<property name =" root.dir" location =" ${ project.basedir } /.." />
6
6
<property name =" build.properties" value =" ${ project.basedir } /build.properties" />
7
7
<property file =" ${ build.properties } " />
8
8
9
9
<!-- Neard dev -->
10
- <property name =" neard- dev.path" location =" ${ root.dir } /neard- dev" />
11
- <fail unless =" neard- dev.path" message =" Project 'neard- dev' not found in ${ neard- dev.path} " />
12
- <echo message =" Neard dev found in ${ neard- dev.path} " level =" debug" />
10
+ <property name =" dev.path" location =" ${ root.dir } /dev" />
11
+ <fail unless =" dev.path" message =" Project 'dev' not found in ${ dev.path } " />
12
+ <echo message =" Neard dev found in ${ dev.path } " level =" debug" />
13
13
14
14
<!-- Import build-commons.xml -->
15
- <import file =" ${ neard- dev.path} /build/build-commons.xml" />
15
+ <import file =" ${ dev.path } /build/build-commons.xml" />
16
16
<!-- Import build-bundle.xml -->
17
- <import file =" ${ neard- dev.path} /build/build-bundle.xml" />
17
+ <import file =" ${ dev.path } /build/build-bundle.xml" />
18
18
19
19
<target name =" release.build" >
20
20
<basename property =" bundle.folder" file =" ${ bundle.path } " />
Original file line number Diff line number Diff line change 1
- 1.0.1 = https://github.com/crazy-max/ neard-tool -phpmetrics/releases/download/r1/neard-phpmetrics-1.0.1-r1.7z
2
- 1.1.1 = https://github.com/crazy-max/ neard-tool -phpmetrics/releases/download/r1/neard-phpmetrics-1.1.1-r1.7z
3
- 1.9.2 = https://github.com/crazy-max/ neard-tool -phpmetrics/releases/download/r1/neard-phpmetrics-1.9.2-r1.7z
4
- 1.10.0 = https://github.com/crazy-max/ neard-tool -phpmetrics/releases/download/r2/neard-phpmetrics-1.10.0-r2.7z
5
- 2.0.0 = https://github.com/crazy-max/ neard-tool -phpmetrics/releases/download/r2/neard-phpmetrics-2.0.0-r2.7z
6
- 2.2.0 = https://github.com/crazy-max/ neard-tool -phpmetrics/releases/download/r2/neard-phpmetrics-2.2.0-r2.7z
1
+ 1.0.1 = https://github.com/neard/module -phpmetrics/releases/download/r1/neard-phpmetrics-1.0.1-r1.7z
2
+ 1.1.1 = https://github.com/neard/module -phpmetrics/releases/download/r1/neard-phpmetrics-1.1.1-r1.7z
3
+ 1.9.2 = https://github.com/neard/module -phpmetrics/releases/download/r1/neard-phpmetrics-1.9.2-r1.7z
4
+ 1.10.0 = https://github.com/neard/module -phpmetrics/releases/download/r2/neard-phpmetrics-1.10.0-r2.7z
5
+ 2.0.0 = https://github.com/neard/module -phpmetrics/releases/download/r2/neard-phpmetrics-2.0.0-r2.7z
6
+ 2.2.0 = https://github.com/neard/module -phpmetrics/releases/download/r2/neard-phpmetrics-2.2.0-r2.7z
You can’t perform that action at this time.
0 commit comments