I have several projects open in an Eclipse workspace. Like so:
com.harbl.project.one
com.harbl.project.two
com.harbl.project.three
I would like to export those as JARs in a batch such that I wind up with the following JAR files:
./com.harbl.project.one.jar
./com.harbl.project.two.jar
./com.harbl.project.three.jar
Is this possible with one of the Eclipse wizards or working sets? Is my only option to export each one individually?