| <div class="acceleonavitem"> |
| <h2>Browse Repository</h2> |
| <div class="contents"> |
| <p> |
| The complete source code for Intent is publicly available from the Eclipse.org Git repository. |
| </p> |
| |
| <p> |
| If you just want to browse the source code from your usual web browser without checking out all the |
| project's code in your environment, you can use this link: |
| <a href="http://git.eclipse.org/c/intent/org.eclipse.mylyn.docs.intent.main.git/"> |
| Browse Intent source code</a>. |
| </p> |
| |
| <p> |
| In order to use the following repository location in Eclipse, copy the location URL, open the <i>Git repositories</i> |
| view (Window -> Show View -> Other -> Git Repository), then you can clone a repository thanks to a dedicated button in |
| the toolbar of the view. |
| </p> |
| |
| <p> |
| In the first page of the wizard, you can enter the information of the Intent repository. You can just copy and paste one of |
| the location of the Acceleo repository found at the bottom of the <a href="http://git.eclipse.org/c/intent/org.eclipse.mylyn.docs.intent.main.git/">Intent repository page</a>. |
| |
| <ul> |
| <li>git://git.eclipse.org/gitroot/intent/org.eclipse.mylyn.docs.intent.main.git</li> |
| <li>ssh://git.eclipse.org/gitroot/intent/org.eclipse.mylyn.docs.intent.main.git</li> |
| <li>http://git.eclipse.org/gitroot/intent/org.eclipse.mylyn.docs.intent.main.git</li> |
| </ul> |
| </p> |
| |
| <p> |
| <img src="../images/git.png" title="Settings of the Intent repository"/> |
| </p> |
| |
| <p> |
| On the next page, you can configure the branches that you will checkout from the repository. It is recommended to checkout all the branches in order |
| to have all the source code of Acceleo. |
| </p> |
| |
| <p> |
| <img src="../images/git-branches.png" title="Intent branches"/> |
| </p> |
| |
| <p> |
| Then you can configure where the repository will be cloned. |
| </p> |
| |
| <p> |
| <img src="../images/git-local.png" title="Local settings"/> |
| </p> |
| |
| <p> |
| After this, you can select the eclipse projects that will be imported in your workspace to start to work. |
| </p> |
| |
| <p> |
| <img src="../images/git-import.png" title="Intent projects"/> |
| </p> |
| <!-- TODO |
| <p> |
| <h2>Organization of the Intent source code</h2> |
| <ul> |
| <li>benchmark</li> |
| <li>doc</li> |
| <li>examples</li> |
| <li>features</li> |
| <li>maven</li> |
| <li>plugins (source code of the core of Acceleo)</li> |
| <li>releng</li> |
| <li>tests</li> |
| </ul> |
| It is recommended to checkout at least the "plugins" projects. The project "org.eclipse.acceleo-feature" in the feature folder contains |
| the necessary file to configure checkstyle and the eclipse formatter. |
| </p> |
| --> |
| </div> |
| </div> |