blob: 3ff4374ba6deb386f68ef8d1280be00640d5fab1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff -Naur org.aspectj.orig/modules/docs/dist/doc/examples/build.xml org.aspectj/modules/docs/dist/doc/examples/build.xml
--- org.aspectj.orig/modules/docs/dist/doc/examples/build.xml 2004-06-23 15:45:44.000000000 +0200
+++ org.aspectj/modules/docs/dist/doc/examples/build.xml 2004-06-23 17:50:41.519250288 +0200
@@ -66,7 +66,7 @@
<property name="example.dir"
location="${basedir}"/>
<property name="aspectj.lib.dir"
- location="${basedir}/../../lib"/>
+ location="/usr/share/aspectj/lib"/>
<!-- required libraries - install or predefine -->
<property name="aspectjrt.jar"
|