Fix foo_basics name

This commit is contained in:
JohnHake 2019-04-25 16:14:51 -07:00
parent 61e124bbfa
commit b5cdabd7e7

View File

@ -62,16 +62,16 @@ If there is only one package in a plugin, then the package name is the same as t
## Plugin Directory Structure ## Plugin Directory Structure
SDK sample code should have a standard directory footprint. SDK sample code should have a standard directory footprint.
Standardized structure not only makes the samples easier to navigate and understand, but it builds on the default Gradle plugin project structure. Standardized structure not only makes the samples easier to navigate and understand, but it builds on the default Gradle plugin project structure.
The following is the directory structure for a `basic_foo` plugin. The following is the directory structure for a `foo_basics` plugin.
```text ```text
code_samples/ code_samples/
basic_foo/ foo_basics/
gradle/ gradle/
src/ src/
main/ main/
java/ java/
icons/ icons/
BasicFooIcons.java FooBasicsIcons.java
resources/ resources/
icons/ icons/
sdk.svg # The standard SDK icon for menus, etc. sdk.svg # The standard SDK icon for menus, etc.