You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ut_SG560D/QSSI.12/external/google-java-format/eclipse_plugin
quectel 55794fdde8 QCM6490:Alyssa:upload QCM6490 android12 base code.
Change-Id: If3e3c4e01b19443714d880ae669aaa8b39edfff7
4 years ago
..
META-INF QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
src/com/google/googlejavaformat/java QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
README.md QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
build.properties QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
plugin.xml QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
pom.xml QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago

README.md

google-java-format Eclipse Plugin

Enabling

See https://github.com/google/google-java-format#eclipse

Development

  1. Uncomment <module>eclipse_plugin</module> in the parent pom.xml

  2. Run mvn install, which will copy the dependences of the plugin to eclipse_plugin/lib.

  3. If you are using Java 9, add

    -vm
    /Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk/Contents/Home/bin/java
    

    to /Applications/Eclipse.app/Contents/Eclipse/eclipse.ini.

  4. Open the eclipse_plugin project in a recent Eclipse SDK build.

  5. From File > Export select Plugin-in Development > Deployable plugin-ins and fragments and follow the wizard to export a plugin jar.