aboutsummaryrefslogtreecommitdiff
path: root/src/examples
diff options
context:
space:
mode:
authorEmmanuel Bourg <ebourg@apache.org>2014-04-24 07:49:36 +0000
committerEmmanuel Bourg <ebourg@apache.org>2014-04-24 07:49:36 +0000
commitd8ac9383f22595280e104287ddc9d1fe6ca68dd3 (patch)
tree9fb5003a0b8e91359c78ffee8dd39c84308379e4 /src/examples
parent142edb8043bc41401872204edb24ac6af36e7b35 (diff)
downloadapache-commons-bcel-d8ac9383f22595280e104287ddc9d1fe6ca68dd3.tar.gz
Updated the URLs still pointing to http://jakarta.apache.org
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1589627 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/examples')
-rw-r--r--src/examples/JasminVisitor.java2
-rw-r--r--src/examples/Mini/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/examples/JasminVisitor.java b/src/examples/JasminVisitor.java
index e975cbf0..63c6a980 100644
--- a/src/examples/JasminVisitor.java
+++ b/src/examples/JasminVisitor.java
@@ -80,7 +80,7 @@ public class JasminVisitor extends org.apache.bcel.classfile.EmptyVisitor {
@Override
public void visitJavaClass(JavaClass clazz) {
out.println(";; Produced by JasminVisitor (BCEL)");
- out.println(";; http://jakarta.apache.org/bcel/");
+ out.println(";; http://commons.apache.org/bcel/");
out.println(";; " + new Date() + "\n");
out.println(".source " + clazz.getSourceFileName());
diff --git a/src/examples/Mini/README b/src/examples/Mini/README
index 52f92456..4afb0f03 100644
--- a/src/examples/Mini/README
+++ b/src/examples/Mini/README
@@ -4,7 +4,7 @@
Mini is a very simple (semi-functional) language that I wrote to test
the generic package of BCEL.
- http://jakarta.apache.org/bcel/
+ http://commons.apache.org/bcel/
Mini uses the JavaCC parser generator which comes precompiled from