Skip to content

Commit 77fd72d

Browse files
committed
update README Maven related sections; missing folder; close #66
1 parent 7302b1a commit 77fd72d

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,18 @@ Just run `mvn package`. Run offline when to re-build `mvn clean package -o`
210210

211211
1. `mvn package`
212212

213-
#### Install from freshly built p2 repository
213+
#### Install site.zip (quick and simple way)
214+
215+
1. Locate zip file under `org.nodeclipse.site\target` in Project Explorer, StartExplore-> Copy Resource Path to Clipboard
216+
2. Help -> Install New Software ...
217+
3. <kbd>Add...</kbd>
218+
4. <kbd>Archive...</kbd>
219+
5. Insert copied string into name and path.
220+
E.g. `C:\Users\pverest\git\nodeclipse-056\org.nodeclipse.site\target\org.nodeclipse.site-0.5.0-SNAPSHOT.zip`
221+
222+
For the next time just select the zip entry from Work With drop-down list.
223+
224+
#### Install from freshly built p2 repository (cool and long way)
214225

215226
2. `npm install http-server -g`
216227
3. `http-server org.nodeclipse.site\target\repository -p 8010`

org.nodeclipse.help/README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Content is to be authored in Markdown, then converted to HTML.
88

99
Online help URL <https://github.com/Nodeclipse/org.nodeclipse.help/tree/master/contents>
1010

11-
- [ ] TODO convert to Tycho build.
11+
- [v] TODO convert to Tycho build.
1212

1313
## Developing
1414

@@ -23,15 +23,4 @@ Ideas:
2323
- marked - quick but command line util is dumb
2424
- https://github.com/aponxi/grunt-readme-generator
2525

26-
## Mavenize note
2726

28-
This is not yet maven project.
29-
30-
`mvn org.eclipse.tycho:tycho-pomgenerator-plugin:generate-poms -DgroupId=org.nodeclipse.help`
31-
to generate pom.xml
32-
33-
Mavenized but requires parent to define Tycho and other settings.
34-
35-
36-
37-

org.nodeclipse.help/build.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ bin.includes = plugin.xml,\
44
META-INF/,\
55
.,\
66
html/,\
7-
*.xml
7+
*.xml,\
8+
contents/

0 commit comments

Comments
 (0)