diff options
author | wisberg <wisberg> | 2002-12-16 17:09:36 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-16 17:09:36 +0000 |
commit | c3300283ecc397d26ad9dfe31d1710ec45db2af0 (patch) | |
tree | e9acb7f3d33c1499975cec9ef3cc7ea151078344 /build/installer-resources | |
parent | 3cde920c3f7eb8241bf569007e25225d80b43c0f (diff) | |
download | aspectj-c3300283ecc397d26ad9dfe31d1710ec45db2af0.tar.gz aspectj-c3300283ecc397d26ad9dfe31d1710ec45db2af0.zip |
initial version
Diffstat (limited to 'build/installer-resources')
-rw-r--r-- | build/installer-resources/aspectjBanner.gif | bin | 0 -> 14024 bytes | |||
-rw-r--r-- | build/installer-resources/contents.txt | 3 | ||||
-rw-r--r-- | build/installer-resources/properties.txt | 7 |
3 files changed, 10 insertions, 0 deletions
diff --git a/build/installer-resources/aspectjBanner.gif b/build/installer-resources/aspectjBanner.gif Binary files differnew file mode 100644 index 000000000..d33e0a733 --- /dev/null +++ b/build/installer-resources/aspectjBanner.gif diff --git a/build/installer-resources/contents.txt b/build/installer-resources/contents.txt new file mode 100644 index 000000000..275d2b4ff --- /dev/null +++ b/build/installer-resources/contents.txt @@ -0,0 +1,3 @@ +2000 +org/aspectj/tools/ajc/Main.class + diff --git a/build/installer-resources/properties.txt b/build/installer-resources/properties.txt new file mode 100644 index 000000000..f2ee1b595 --- /dev/null +++ b/build/installer-resources/properties.txt @@ -0,0 +1,7 @@ +installer.main.class: @installer.main.class@ +installer.basedir: aspectj@build.version.majorminor@ +build.version.long: @build.version.long@ +build.version.short: @build.version.short@ +build.date: @build.date@ +build.time: @build.time@ +copyright.allRights.from1998: @copyright.allRights.from1998@ |