Skip to content

Commit 0f4152f

Browse files
committed
Merge pull request elastic#14 from YannBrrd/patch-1
Fixing glitches in readme
2 parents 8881606 + a19cdcd commit 0f4152f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.textile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ bc.. <properties>
4242

4343
</properties>
4444

45-
p.
45+
46+
p.
4647

4748
* Create main Plugin class in the @src/main/java@ directory. This project is using @org.elasticsearch.examples.nativescript.plugin.NativeScriptExamplesPlugin@ class as an example, so the it has to be saved as @src/main/java/org/elasticsearch/examples/nativescript/plugin/NativeScriptExamplesPlugin.java@
4849

@@ -63,7 +64,7 @@ public class NativeScriptExamplesPlugin extends Plugin {
6364
}
6465
}
6566

66-
p.
67+
p.
6768

6869
* The parent project will automatically create @plugin-descriptor.properties@ for you.
6970
* If you are not using the standard parent project, you can create this file manually by using this "plugin-descriptor.properties":https://github.com/elastic/elasticsearch/blob/master/dev-tools/src/main/resources/plugin-metadata/plugin-descriptor.properties as a template. You will also need to package the plugin into .zip file, which can be done using maven assemble task and "plugin-assembly.xml":https://github.com/elastic/elasticsearch/blob/master/dev-tools/src/main/resources/plugin-metadata/plugin-assembly.xml assembly definition.

0 commit comments

Comments
 (0)