aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/wildfly-as.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/wildfly-as.rb b/Library/Formula/wildfly-as.rb
index d7e133764..a5a171b51 100644
--- a/Library/Formula/wildfly-as.rb
+++ b/Library/Formula/wildfly-as.rb
@@ -22,10 +22,4 @@ class WildflyAs < Formula
test do
system "#{opt_libexec}/bin/standalone.sh --version | grep #{version}"
end
-
- devel do
- url 'http://download.jboss.org/wildfly/8.1.0.CR1/wildfly-8.1.0.CR1.tar.gz'
- sha1 '66cc7a470382e12ae6baee1c7011c44253bf84fe'
- end
-
end