Skip to content

Commit

Permalink
Add bower dependencies to be able to test documentation Eclipse integ…
Browse files Browse the repository at this point in the history
…ration locally
  • Loading branch information
mbats committed Jul 31, 2014
1 parent 0d2fa88 commit c02fe05
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Ignore
bin
target
documentation/_site
plugins/org.obeonetwork.dsl.uml2.design.doc/html/*

# But not ...
!plugins/org.obeonetwork.dsl.uml2.design.doc/html/README
2 changes: 2 additions & 0 deletions documentation/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
The web site is built thanks to travis build : https://travis-ci.org/ObeoNetwork/UML-Designer
Then this documentation is integrated to Eclipse Help Content by the Hudson build which takes the documentation directly from the ObeoNetwork/UML-Designer gh-pages branch.
2 changes: 1 addition & 1 deletion plugins/org.obeonetwork.dsl.uml2.design.doc/.bowerrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"directory": "html"
"directory": "."
}
2 changes: 1 addition & 1 deletion plugins/org.obeonetwork.dsl.uml2.design.doc/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "umldesignerdoc",
"version": "4.0.0",
"dependencies": {
"documentation": "https://github.com/UML-Designer/documentation.git#gh-pages"
"html": "https://github.com/ObeoNetwork/UML-Designer.git#gh-pages"
}
}

0 comments on commit c02fe05

Please sign in to comment.