| This is a program you can use to convert older source code that uses
the com.oroinc prefixes for the ORO text processing Java classes
to org.apache. It assumes source files are small enough to store in
memory and perform the substitutions. A small effort is made to not
blindly substitute com.oroinc so that code using NetComponents or other
ORO software will not have packages like com.oroinc.net become
org.apache.net. However, you will still have to manually fix some
code if you use the com.oroinc.io classes from NetComponents.
version: @version@ since: 2.0 |