Skip to content

Commit

Permalink
Delete obsolete files
Browse files Browse the repository at this point in the history
- Redundant copies of HTML files used in AspectJ installer, which
  already exist as resource files in module 'build'
- Null-sized AspectJ library JARs which probably were used to trigger
  certain build steps in the former Ant build
- BridgeVersion.java.txt, which has been replaced by a regular
  org.aspectj.bridge.Version class which can dynamically determine
  versions from a properties file instead of relying on them being
  hard-coded into the template.

Signed-off-by: Alexander Kriegisch <[email protected]>
  • Loading branch information
kriegaex committed Jan 7, 2024
1 parent 939e81e commit 96b1596
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 483 deletions.
7 changes: 0 additions & 7 deletions bridge/src/main/java/org/aspectj/bridge/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
/** release-specific version information */
public class Version {

// generated from build/lib/BridgeVersion.java

/** default version value for development version */
public static final String DEVELOPMENT = "DEVELOPMENT";
// VersionUptodate.java depends on this value
Expand Down Expand Up @@ -115,8 +113,3 @@ public static String getText() {
return text;
}
}





89 changes: 0 additions & 89 deletions build/lib/BridgeVersion.java.txt

This file was deleted.

17 changes: 0 additions & 17 deletions build/products/aspectj/install/configure-auto.html

This file was deleted.

21 changes: 0 additions & 21 deletions build/products/aspectj/install/configure-hand.html

This file was deleted.

28 changes: 0 additions & 28 deletions build/products/aspectj/install/finish.html

This file was deleted.

12 changes: 0 additions & 12 deletions build/products/aspectj/install/install-finish.html

This file was deleted.

13 changes: 0 additions & 13 deletions build/products/aspectj/install/install-start.html

This file was deleted.

25 changes: 0 additions & 25 deletions build/products/aspectj/install/intro.html

This file was deleted.

11 changes: 0 additions & 11 deletions build/products/aspectj/install/location.html

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.
17 changes: 0 additions & 17 deletions build/products/tools/install/configure-auto.html

This file was deleted.

21 changes: 0 additions & 21 deletions build/products/tools/install/configure-hand.html

This file was deleted.

24 changes: 0 additions & 24 deletions build/products/tools/install/finish.html

This file was deleted.

20 changes: 0 additions & 20 deletions build/products/tools/install/install-finish.html

This file was deleted.

21 changes: 0 additions & 21 deletions build/products/tools/install/install-start.html

This file was deleted.

29 changes: 0 additions & 29 deletions build/products/tools/install/intro.html

This file was deleted.

Loading

0 comments on commit 96b1596

Please sign in to comment.