mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-12 20:18:31 +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
|
|
|
|
|