소스 검색

updating for OOPSLA 2004

tags/V1_2_1
ehilsdal 20 년 전
부모
커밋
b6ccc40937
3개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    0
      docs/teaching/exercises/.cvsignore
  2. 4
    2
      docs/teaching/exercises/build.xml
  3. 1
    1
      docs/teaching/exercises/index.html

+ 1
- 0
docs/teaching/exercises/.cvsignore 파일 보기

@@ -0,0 +1 @@
burn

+ 4
- 2
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" />

+ 1
- 1
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>


Loading…
취소
저장