mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-09 22:12:16 +00:00
6 lines
152 B
Bash
Executable File
6 lines
152 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ant && cp dist/lombok.jar dist/lombok.eclipse.agent.jar /Applications/eclipse/Eclipse.app/Contents/MacOS && /Applications/eclipse/eclipse
|
|
|
|
|