Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Jun 27, 2020
1 parent 4104479 commit 417aa0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
Expand Up @@ -50,9 +50,8 @@
<h:dataTable value="#{fileUploadController.persistedFiles}" var="fileData"
styleClass="imixsFileUpload_uploadlist" >

<ui:fragment rendered="#{!empty fileData.name}">
<h:column>
<h:outputText escape="false" value="&lt;a target='_balnk' href='" />
<h:outputText escape="false" value="&lt;a class='imixsFileUpload_file' target='_blank' href='" />
<h:outputText escape="false"
value="#{cc.attrs.context_url}/file/#{fileData.name}" />
<h:outputText escape="false" value="'&gt;#{fileData.name}&lt;/a&gt;" />
Expand All @@ -71,7 +70,6 @@
<f:param name="cid" value="#{fileUploadController.getCID()}" />
</h:commandLink>
</h:column>
</ui:fragment>
</h:dataTable>
</ui:fragment>
</h:panelGroup>
Expand Down
16 changes: 4 additions & 12 deletions src/site/markdown/modelling/install.md
Expand Up @@ -12,7 +12,7 @@ Imixs-BPMN is installed the same way as any other Eclipse plugin.To install the

Enter the following update site URL:

* http://www.imixs.org/org.imixs.eclipse.bpmn2.updatesite/
* https://www.imixs.org/org.imixs.eclipse.bpmn2.updatesite/

<img src="../images/modelling/bpmn_screen_02.png"/>

Expand All @@ -23,8 +23,8 @@ Finally you have to restart your Eclipse IDE.
Imixs-BPMN is build and tested for Eclipse Oxygen and Eclipse Neon. The Eclipse BPMN2 Plugin is based on the graphiti framework 0.12.0.
If those dependencies are missing you can install the Eclipse BPMN2 Plugin manually the following update sites:

* http://www.imixs.org/org.imixs.eclipse.bpmn2.updatesite_neon/
* http://www.imixs.org/org.imixs.eclipse.bpmn2.updatesite_mars/
* https://www.imixs.org/org.imixs.eclipse.bpmn2.updatesite_neon/
* https://www.imixs.org/org.imixs.eclipse.bpmn2.updatesite_mars/

You can install the Neon version of Eclipse BPMN2 from:

Expand All @@ -34,12 +34,4 @@ You will find additional information about the Eclipse BPMN2 Modeler
plugin at: https://www.eclipse.org/bpmn2-modeler/



### Installation of Imixs-BPMN in Eclipse Luna
If you run Imixs-BPMN in earlier version of Eclipse (e.g. Eclipse Luna) you first need to install the graphiti framework 0.12.0. In the Eclipse Install Dialog enter the following update site:

* http://download.eclipse.org/graphiti/updates/0.12.0/

You will find additional information about the Eclipse BPMN2 Modeler
plugin at: https://www.eclipse.org/bpmn2-modeler/


0 comments on commit 417aa0f

Please sign in to comment.