Kaydet (Commit) 09b13e1e authored tarafından Robert Antoni Buj i Gelonch's avatar Robert Antoni Buj i Gelonch Kaydeden (comit) Miklos Vajna

scripting: astyle-java.conf -> astyle.options

Reviewed on:
	https://gerrit.libreoffice.org/11639

Change-Id: I0852f9766495379b0208e236b3cbeafde5bf07b3
üst 97914532
#!/bin/bash #!/bin/bash
astyle --options=astyle-java.conf --verbose --recursive ./*.java astyle --options=astyle.options --verbose --recursive ./*.java
...@@ -3,6 +3,11 @@ This module provides the source code for the Scripting Framework. ...@@ -3,6 +3,11 @@ This module provides the source code for the Scripting Framework.
For more information on the Scripting Framework, see the project web page: For more information on the Scripting Framework, see the project web page:
[http://framework.openoffice.org/scripting/] [http://framework.openoffice.org/scripting/]
This module uses astyle to keep consistent java coding style. Please run
./Format_java_code.sh
before committing.
== Source Code Structure == == Source Code Structure ==
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment