diff options
author | wisberg <wisberg> | 2005-06-08 23:29:58 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-06-08 23:29:58 +0000 |
commit | 944c8052d19b03bce8e084fe6a7a6a4e06847b37 (patch) | |
tree | eeffa8fb861c0c9c0624f674d0ce22870dd75465 /docs/docs.build.properties | |
parent | 747a6e82fe2c5df1db367eac9da612a10d6b4922 (diff) | |
download | aspectj-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.properties | 30 |
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;\ |