Custom Extension with conflicting TWX Jar
I've written my own version of a CSV parser. My version does not require a datashape to parse the CSV and it fixes the issue of requiring and EOL character after the last row/column.
I'm using a newer version of a library that ships with TWX. Aside from renaming the jar file in the TWX folder so that my newer library jar doesn't conflict, what is the official method for installing an extension that makes use of a newer open sourced library? The library in question is not included in the extension SDK so there is no way to reference it from within Eclipse without explicitly including the library as a TWX jar.
Also, I've decompiled the CSVParser currently available on the marketplace to find out if it was using the older library, and it does not. So simply uninstalling the PTC CSVParser extension will not solve the issue.
Once I've gotten this jar issue resolved, I'd like to submit my parser to the marketplace.

