aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorehilsdal <ehilsdal>2004-08-18 14:20:26 +0000
committerehilsdal <ehilsdal>2004-08-18 14:20:26 +0000
commitb6ccc40937be0f9538633a773a2fd4aa0ab74b33 (patch)
tree7aafaf94aa09268fb55d056bf227076f74524a6c /docs
parent259463242401a2d1e63def59162cea97878e693d (diff)
downloadaspectj-b6ccc40937be0f9538633a773a2fd4aa0ab74b33.tar.gz
aspectj-b6ccc40937be0f9538633a773a2fd4aa0ab74b33.zip
updating for OOPSLA 2004
Diffstat (limited to 'docs')
-rw-r--r--docs/teaching/exercises/.cvsignore1
-rwxr-xr-xdocs/teaching/exercises/build.xml6
-rw-r--r--docs/teaching/exercises/index.html2
3 files changed, 6 insertions, 3 deletions
diff --git a/docs/teaching/exercises/.cvsignore b/docs/teaching/exercises/.cvsignore
new file mode 100644
index 000000000..d6be13d96
--- /dev/null
+++ b/docs/teaching/exercises/.cvsignore
@@ -0,0 +1 @@
+burn
diff --git a/docs/teaching/exercises/build.xml b/docs/teaching/exercises/build.xml
index 7793b4d19..cc12be52e 100755
--- a/docs/teaching/exercises/build.xml
+++ b/docs/teaching/exercises/build.xml
@@ -23,10 +23,10 @@ and a clean AspectJ installer.
<!-- CUSTOMIZE THESE PROPERTIES -->
<!-- this directory should hold a clean unpacked AspectJ release -->
- <property name="aj.home" value="c:/apps/aspectj11" />
+ <property name="aj.home" value="c:/apps/aspectj" />
<!-- this is the name of the event -->
- <property name="aj.event" value="oopsla2003" />
+ <property name="aj.event" value="oopsla2004" />
<!-- NO CUSTOMIZABLE PROPERTIES BELOW HERE -->
@@ -49,6 +49,8 @@ and a clean AspectJ installer.
<delete dir="${printdir}/exercises.pdf.contents" />
<mkdir dir="${printdir}/exercises.pdf.contents" />
<copy toDir="${printdir}/exercises.pdf.contents" file="index.html" />
+ <copy toDir="${printdir}/exercises.pdf.contents" file="figures_classes.gif" />
+ <copy toDir="${printdir}/exercises.pdf.contents" file="${aj.home}/doc/quick.pdf" />
<delete dir="${printdir}/install.pdf.contents" />
<mkdir dir="${printdir}/install.pdf.contents" />
diff --git a/docs/teaching/exercises/index.html b/docs/teaching/exercises/index.html
index d1ec1b4fd..b6130821f 100644
--- a/docs/teaching/exercises/index.html
+++ b/docs/teaching/exercises/index.html
@@ -4,7 +4,7 @@
</head>
<body bgcolor="white">
-<h2>Advanced Aspect-Oriented Programming with AspectJ</h2>
+<h2>Hands-on Aspect-Oriented Programming with AspectJ</h2>
<h3>Organization</h3>