Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Commit f5e592e

Browse files
committed
Move neard repositories to its own organization (Issue neard/neard#339)
1 parent 41cbdb4 commit f5e592e

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[![GitHub release](https://img.shields.io/github/release/crazy-max/neard-bin-memcached.svg?style=flat-square)](https://github.com/crazy-max/neard-bin-memcached/releases/latest)
2-
![Total downloads](https://img.shields.io/github/downloads/crazy-max/neard-bin-memcached/total.svg?style=flat-square)
1+
[![GitHub release](https://img.shields.io/github/release/neard/module-memcached.svg?style=flat-square)](https://github.com/neard/module-memcached/releases/latest)
2+
![Total downloads](https://img.shields.io/github/downloads/neard/module-memcached/total.svg?style=flat-square)
33

4-
This is a module of [Neard project](https://github.com/crazy-max/neard) involving Memcached.
4+
This is a module of [Neard project](https://github.com/neard/neard) involving Memcached.
55

66
## Documentation and downloads
77

88
http://neard.io/modules/memcached
99

1010
## Issues
1111

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).

build.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project name="neard-bin-memcached" basedir=".">
2+
<project name="module-memcached" basedir=".">
33

4-
<dirname property="project.basedir" file="${ant.file.neard-bin-memcached}"/>
4+
<dirname property="project.basedir" file="${ant.file.module-memcached}"/>
55
<property name="root.dir" location="${project.basedir}/.."/>
66
<property name="build.properties" value="${project.basedir}/build.properties"/>
77
<property file="${build.properties}"/>
88

99
<!-- 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"/>
1313

1414
<!-- Import build-commons.xml -->
15-
<import file="${neard-dev.path}/build/build-commons.xml"/>
15+
<import file="${dev.path}/build/build-commons.xml"/>
1616
<!-- Import build-bundle.xml -->
17-
<import file="${neard-dev.path}/build/build-bundle.xml"/>
17+
<import file="${dev.path}/build/build-bundle.xml"/>
1818

1919
<target name="release.build">
2020
<basename property="bundle.folder" file="${bundle.path}"/>

releases.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.5 = https://github.com/crazy-max/neard-bin-memcached/releases/download/r1/neard-memcached-1.4.5-r1.7z
1+
1.4.5 = https://github.com/neard/module-memcached/releases/download/r1/neard-memcached-1.4.5-r1.7z

0 commit comments

Comments
 (0)