mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Keep the version hardcoded in mix.exs file
Generated the mix.exs file through configure is not possible when using mix, as it does not run configure after having downloaded the dependencies. #621
This commit is contained in:
parent
3c12d1a960
commit
df57a07dd5
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,4 +41,3 @@ XmppAddr.hrl
|
|||||||
/test/*.beam
|
/test/*.beam
|
||||||
/logs/
|
/logs/
|
||||||
/priv/sql
|
/priv/sql
|
||||||
mix.exs
|
|
||||||
|
@ -235,8 +235,7 @@ esac],[if test "x$lager" = "x"; then lager=true; fi])
|
|||||||
|
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
vars.config
|
vars.config
|
||||||
src/ejabberd.app.src
|
src/ejabberd.app.src])
|
||||||
mix.exs])
|
|
||||||
|
|
||||||
ENABLEUSER=""
|
ENABLEUSER=""
|
||||||
AC_ARG_ENABLE(user,
|
AC_ARG_ENABLE(user,
|
||||||
|
@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
|
|||||||
|
|
||||||
def project do
|
def project do
|
||||||
[app: :ejabberd,
|
[app: :ejabberd,
|
||||||
version: "@PACKAGE_VERSION@",
|
version: "15.06",
|
||||||
elixir: "~> 1.0",
|
elixir: "~> 1.0",
|
||||||
elixirc_paths: ["lib"],
|
elixirc_paths: ["lib"],
|
||||||
compile_path: ".",
|
compile_path: ".",
|
Loading…
Reference in New Issue
Block a user