Page MenuHomePhabricator

Upgrade to Java 1.5 / Cleaning up code
Closed, InvalidPublic

Description

Author: jweberhofer

Description:
Upgrade Java 1.5, further refactoring

I have created a patch that

  • makes code Java 1.5+ compatible
  • changes to the Java 1.5 AWT layout (no other libraries are necessary)
  • Switch over to full maven build
  • Creates different flavours of packages (library, source, runnable jar)
  • Refactored the directory structure ( /src -> /src/main )
  • Includes the commons-compress libraries from apache

All dependencies will be managed by maven, so all libraries can be removed from the svn.

I have attached the patch here for review and inclusion


Version: unspecified
Severity: enhancement

attachment mwdumper.zip ignored as obsolete

Details

Reference
bz23506

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:00 PM
bzimport set Reference to bz23506.

Created attachment 7370
Unzipped version of already attached patch

Reuploading as a patch

Attached:

orenbochman wrote:

I was unaware of this patch and I've recently committed some similar work myself.

Note: restructuring the project to the standard Maven setup would help future contributors to work on this project.

jweberhofer wrote:

I've checked out the current version from the git repository and noticed that this old patch prepared by myself is not longer needed.