Is there any reason this is necessary?
Quote:
|
Go through all newly copied source files and replace the import statements edu.wpi.first.wpilibj with org.jRIO . For example: edu.wpi.first.wpilibj.Relay => org.jRIO.Relay
|
It would be 100X easier without having to do this every time I port my code. I can't think of a good reason not to just use the same package names.