Skip to content

Commit

Permalink
[build] Log links
Browse files Browse the repository at this point in the history
* Spec link
* Alloy 6 link
  • Loading branch information
pkriens committed Nov 2, 2021
1 parent d12bc60 commit c92ca17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2239,8 +2239,10 @@ private void finishInit(String[] args, int width) {
all.add(status, BorderLayout.SOUTH);

// Generate some informative log messages
log.logBold("Alloy Analyzer\n");
log.logLink("[spec]", "https://alloytools.org/alloy6.html");
log.logBold("Alloy Analyzer ");
log.logLink("[what is new]", "https://alloytools.org/alloy6.html");
log.log(" ");
log.logLink("[spec]", "https://alloytools.org/spec.html");
log.log(" " + Version.getShortversion() + " built " + Version.buildDate() + "\n\n");

// If on Mac, then register an application listener
Expand Down
23 changes: 0 additions & 23 deletions org.alloytools.alloy.cli/.project

This file was deleted.

0 comments on commit c92ca17

Please sign in to comment.