Removing Libraries
Contents |
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
- Remove the library locally and run through a full build/test cycle
- Edit the .classpath file to remove the library (.classpath is an Eclipse IDE file)
- Edit the build.xml file to remove the library (build.xml is the Ant build script)
- Edit the pom.xml and project.xml to remove the library (both files are Maven build tool files)