Difference between revisions of "Removing Libraries"
(New page: {| align="right" | __TOC__ |} =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/Thin...) |
(→Steps/Things to Check) |
||
Line 9: | Line 9: | ||
=Steps/Things to Check= | =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 .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) |
Revision as of 08:55, 31 December 2008
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)