]> source.dussan.org Git - aspectj.git/commitdiff
updating for OOPSLA 2004
authorehilsdal <ehilsdal>
Wed, 18 Aug 2004 14:20:26 +0000 (14:20 +0000)
committerehilsdal <ehilsdal>
Wed, 18 Aug 2004 14:20:26 +0000 (14:20 +0000)
docs/teaching/exercises/.cvsignore [new file with mode: 0644]
docs/teaching/exercises/build.xml
docs/teaching/exercises/index.html

diff --git a/docs/teaching/exercises/.cvsignore b/docs/teaching/exercises/.cvsignore
new file mode 100644 (file)
index 0000000..d6be13d
--- /dev/null
@@ -0,0 +1 @@
+burn
index 7793b4d19e243e9db6fd4ceb77056a957d70302c..cc12be52ed9a83ea228ac91e57925acc007ad347 100755 (executable)
@@ -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" />
index d1ec1b4fd24383b12a4e56737d70ed046b1ebfc3..b6130821f0b5f4a4e18a946bc1073010d2f729b5 100644 (file)
@@ -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>