Skip to content

Commit a8d9630

Browse files
author
Bruce Eckel
committed
OnJava
1 parent bd378e9 commit a8d9630

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Ant-Common.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
<description>
77
Ant build.xml for the source code for chapter ${chapter}
8-
Dreaming in Java by Bruce Eckel
9-
Code available at http://www.MindView.net
8+
Bruce Eckel on Java
9+
Code available at https://github.com/BruceEckel/On-Java
1010
See installation instructions in README.md
1111
See copyright notice in CopyRight.txt
1212

build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" ?>
22

3-
<project basedir="." default="run" name="Dreaming in Java by Bruce Eckel">
3+
<project basedir="." default="run" name="Bruce Eckel On Java">
44
<import file="Ant-Clean.xml"/>
55

66
<description>
77
Main build.xml for the source code for
8-
Dreaming in Java by Bruce Eckel
9-
Code available at http://www.MindView.net
8+
Bruce Eckel On Java
9+
Code available at https://github.com/BruceEckel/On-Java
1010
See installation instructions in README.md
1111
See copyright notice in CopyRight.txt
1212

0 commit comments

Comments
 (0)