This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Remove profile declarations
No longer needed.
pull/70/head
Fred Hebert
10 years ago
parent
2f5d54aacb
commit
c25fbab1c6
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rebar_prv_release.erl
+1
-1
src/rebar_prv_tar.erl
+ 1
- 1
src/rebar_prv_release.erl
View File
@ -12,7 +12,7 @@
-
include
(
"
rebar.hrl
"
)
.
-
define
(
PROVIDER
,
release
)
.
-
define
(
DEPS
,
[
{
compile
,
default
}
,
compile
]
)
.
-
define
(
DEPS
,
[
compile
]
)
.
%
%
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
=
%
%
Public
API
+ 1
- 1
src/rebar_prv_tar.erl
View File
@ -12,7 +12,7 @@
-
include
(
"
rebar.hrl
"
)
.
-
define
(
PROVIDER
,
tar
)
.
-
define
(
DEPS
,
[
{
compile
,
default
}
,
compile
]
)
.
-
define
(
DEPS
,
[
compile
]
)
.
%
%
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
=
%
%
Public
API
Write
Preview
Loading…
Cancel
Save