aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs.build.properties
diff options
context:
space:
mode:
authorwisberg <wisberg>2005-06-08 23:29:58 +0000
committerwisberg <wisberg>2005-06-08 23:29:58 +0000
commit944c8052d19b03bce8e084fe6a7a6a4e06847b37 (patch)
treeeeffa8fb861c0c9c0624f674d0ce22870dd75465 /docs/docs.build.properties
parent747a6e82fe2c5df1db367eac9da612a10d6b4922 (diff)
downloadaspectj-944c8052d19b03bce8e084fe6a7a6a4e06847b37.tar.gz
aspectj-944c8052d19b03bce8e084fe6a7a6a4e06847b37.zip
revamped javadoc - separated runtime and weaver, handling offline execution
Diffstat (limited to 'docs/docs.build.properties')
-rw-r--r--docs/docs.build.properties30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/docs.build.properties b/docs/docs.build.properties
new file mode 100644
index 000000000..2c756edd7
--- /dev/null
+++ b/docs/docs.build.properties
@@ -0,0 +1,30 @@
+runtime.packagenames=\
+org.aspectj.lang,org.aspectj.lang.reflect,\
+org.aspectj.runtime.reflect
+
+runtime.sourcepath=\
+${aspectj.modules.dir}/runtime/src
+
+runtime.classpath=
+
+weaver.packagenames=\
+org.aspectj.weaver.tools,\
+org.aspectj.weaver.loadtime,\
+org.aspectj.weaver.loadtime.definition
+
+weaver.sourcepath=\
+${aspectj.modules.dir}/weaver/src;\
+${aspectj.modules.dir}/loadtime/src
+
+weaver.classpath=\
+${aspectj.modules.dir}/lib/bcel/bcel.jar;\
+${aspectj.modules.dir}/asm/bin;\
+${aspectj.modules.dir}/bridge/bin;\
+${aspectj.modules.dir}/runtime/bin;\
+${aspectj.modules.dir}/util/bin;\
+${aspectj.modules.dir}/testing-util/bin;\
+${aspectj.modules.dir}/aj-build/jars/asm.jar;\
+${aspectj.modules.dir}/aj-build/jars/bridge.jar;\
+${aspectj.modules.dir}/aj-build/jars/runtime.jar;\
+${aspectj.modules.dir}/aj-build/jars/util.jar;\
+${aspectj.modules.dir}/aj-build/jars/testing-util.jar;\