stendhal icon indicating copy to clipboard operation
stendhal copied to clipboard

Clean up build.xml

Open nhnb opened this issue 2 years ago • 3 comments

💡 Describe your idea

We should clean up build.xml

🔬 Motivation

This file has grown to over 1500 lines and it very hard to understand which parts are actually used and which parts are unused, redundant or even broken.

nhnb avatar Jun 10 '23 20:06 nhnb

build.xml is now split into sub-modules. But we still need to do some clean up.

AntumDeluge avatar Sep 06 '23 03:09 AntumDeluge

Is dist_client_starter target still needed? It appears to just be another packaging of the Java client.

AntumDeluge avatar Sep 29 '23 03:09 AntumDeluge

  • Removed unused Doxygen target: 65025935870ef7a0f1800e7b24e061b68d092876
  • Cleaned up & added some descriptions: 2728014ec87b014a8261c755f6b82227f9754144

AntumDeluge avatar Sep 29 '23 03:09 AntumDeluge