diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-04-02 08:22:42 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-04-02 08:24:04 +0700 |
commit | 651e92a3285606537cfa47913adc17ce90bc22c8 (patch) | |
tree | e0fb94bf0758d5f2f09437aee383713220b57232 /build/src/main | |
parent | cefa5d6bfcb92ea66e6fccd68fa922dba914a420 (diff) | |
download | aspectj-651e92a3285606537cfa47913adc17ce90bc22c8.tar.gz aspectj-651e92a3285606537cfa47913adc17ce90bc22c8.zip |
Remove AspectJ Browser (ajbrowser) code and documentation
Closes #148.
TODO: Should more AJDE stuff be removed?
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'build/src/main')
-rw-r--r-- | build/src/main/java/$installer$/org/aspectj/Main.java | 2 | ||||
-rw-r--r-- | build/src/main/resources/$installer$/org/aspectj/resources/finish.html | 10 |
2 files changed, 5 insertions, 7 deletions
diff --git a/build/src/main/java/$installer$/org/aspectj/Main.java b/build/src/main/java/$installer$/org/aspectj/Main.java index e4c649094..fa98b8ed0 100644 --- a/build/src/main/java/$installer$/org/aspectj/Main.java +++ b/build/src/main/java/$installer$/org/aspectj/Main.java @@ -1331,8 +1331,6 @@ class InstallPane extends WizardPane { LaunchScriptMaker lsm = new LaunchScriptMaker(context); lsm.writeScript("ajc"); lsm.writeScript("ajdoc"); - //lsm.writeScript("ajdb"); - lsm.writeScript("ajbrowser"); // Moved to the bin dir in 1.2.1 // we should now come back and make the generation of this diff --git a/build/src/main/resources/$installer$/org/aspectj/resources/finish.html b/build/src/main/resources/$installer$/org/aspectj/resources/finish.html index 204deb550..229f3a21a 100644 --- a/build/src/main/resources/$installer$/org/aspectj/resources/finish.html +++ b/build/src/main/resources/$installer$/org/aspectj/resources/finish.html @@ -6,17 +6,17 @@ <body> -<p>The automatic installation process is complete. +<p>The automatic installation process is complete. We recommend you complete the installation as follows:</p> <ol> - <li>Add <b><code>${installer.output.aspectjrt}</code></b> + <li>Add <b><code>${installer.output.aspectjrt}</code></b> to your CLASSPATH. - This small .jar file contains classes required by any + This small .jar file contains classes required by any program compiled with the ajc compiler. </li> - <li>Modify your PATH to include + <li>Modify your PATH to include <code> <b>${installer.output.dir.bin}</b></code>. - This will make it easier to run ajc and ajbrowser. + This will make it easier to run ajc. </li> </ol> |