https://github.com/spektom/eclipse-import
Eclipse application that helps importing projects into workspace
https://github.com/spektom/eclipse-import
eclipse eclipse-plugin workspace
Last synced: 9 months ago
JSON representation
Eclipse application that helps importing projects into workspace
- Host: GitHub
- URL: https://github.com/spektom/eclipse-import
- Owner: spektom
- License: apache-2.0
- Created: 2012-07-11T14:53:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-07-20T13:40:51.000Z (over 10 years ago)
- Last Synced: 2025-04-03T11:51:18.803Z (10 months ago)
- Topics: eclipse, eclipse-plugin, workspace
- Language: Java
- Size: 132 KB
- Stars: 11
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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.