-
Notifications
You must be signed in to change notification settings - Fork 12
Eclipse application that helps importing projects into workspace
License
mispecto/eclipse-import
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
USAGE
------
Create, and export your plug-in as "test.myapp_1.0.0.jar". Then you can use it as follows:
1. Copy test.myapp_1.0.0.jar to your Eclipse/dropins/ folder
2. Copy all needed plug-ins to the target workspace directory:
cp -r projects/* NewWorkspace/
3. Import needed projects into the workspace:
eclipse -nosplash -application test.myapp.App -data NewWorkspace -import /path/to/NewWorkspace/project1 -import /path/to/NewWorkspace/project2 etc...
4. Now, you can safely remove test.myapp_1.0.0.jar from the Eclipse/dropins/ folder.
About
Eclipse application that helps importing projects into workspace
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published