Hustle Play
Syd's blog.
Monthly Archives: March 2011
Using SVN Externals in Eclipse/Subclipse to Reuse Common Code
Posted by on March 11, 2011
These are instructions on how to create a common project which can share common code amongst several UI projects. In my case, I wanted to share common J2ME code between BlackBerry and J2ME UI’s. However, this technique can be used in other situations where common code is to be shared amongst separate builds which require [...]