Removing Libraries

From PCGen Wiki
Revision as of 08:55, 31 December 2008 by Karianna (talk | contribs) (Steps/Things to Check)
Jump to: navigation, search

Introduction

From time to time we remove legacy 3rd party libraries. This page lists what you need to do in order to cleanly remove one.

Steps/Things to Check

  1. Remove the library locally and run through a full build/test cycle
  2. Edit the .classpath file to remove the library (.classpath is an Eclipse IDE file)
  3. Edit the build.xml file to remove the library (build.xml is the Ant build script)
  4. Edit the pom.xml and project.xml to remove the library (both files are Maven build tool files)