Skip to content

Commit

Permalink
* Updated the PlantUML update site to https://github.com/himi/p2-upda…
Browse files Browse the repository at this point in the history
  • Loading branch information
himi committed Feb 19, 2021
1 parent b224978 commit f40422a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The project provides a configuration file for the [Eclipse Installer](https://wi
* http://download.eclipse.org/releases/2020-06

* (Optional) For PlantUML visualization, you need to install PlantUML-Eclipse with SysMLv2 extensions from
the update site of https://dl.bintray.com/himi-sysml/plantuml-sysmlv2/updates/ with Help > Install New Software.
the update site of https://github.com/himi/p2-update-puml-sysmlv2/raw/main/updates with Help > Install New Software.

2. Clone our GitHub repository from the URL below.
* https://github.com/Systems-Modeling/SySML-v2-Pilot-Implementation.git
Expand Down
2 changes: 1 addition & 1 deletion org.omg.sysml.installer/SysML2.setup
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<repository
url="https://ci.eclipse.org/xpect/job/Xpect/job/master/lastBuild/artifact/org.eclipse.xpect.releng/p2-repository/target/repository"/>
<repository
url="https://dl.bintray.com/himi-sysml/plantuml-sysmlv2/updates/"/>
url="https://github.com/himi/p2-update-puml-sysmlv2/raw/main/updates"/>
<description>Install the tools needed in the IDE to work with the source code for ${scope.project.label}</description>
</setupTask>
<setupTask
Expand Down
2 changes: 1 addition & 1 deletion org.omg.sysml.site/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

Graphical visualization is available in Eclipse using the open source [PlantUML](https://plantuml.com) tooling to render diagrams.

0. Make sure that your Eclipse has PlantUML with SysMLv2 extensions. You can install it from the update site of [ https://dl.bintray.com/himi-sysml/plantuml-sysmlv2/updates/1.1](https://dl.bintray.com/himi-sysml/plantuml-sysmlv2/updates/1.1) with Help > Install New Software
0. Make sure that your Eclipse has PlantUML with SysMLv2 extensions. You can install it from the update site of [ https://github.com/himi/p2-update-puml-sysmlv2/raw/main/updates](https://github.com/himi/p2-update-puml-sysmlv2/raw/main/updates) with Help > Install New Software

1. PlantUML visualization requires that [GraphViz](https://www.graphviz.org) be installed. Visit [ https://www.graphviz.org/download/](https://www.graphviz.org/download/)
and download the appropriate package for your environment.
Expand Down
Binary file modified org.omg.sysml.site/README.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion org.omg.sysml.site/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
</description>
</category-def>
<repository-reference location="https://download.eclipse.org/releases/2020-06" enabled="true" />
<repository-reference location="https://dl.bintray.com/himi-sysml/plantuml-sysmlv2/updates/1.1" enabled="true" />
<repository-reference location="https://github.com/himi/p2-update-puml-sysmlv2/raw/main/updates" enabled="true" />
</site>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<tycho-version>1.6.0</tycho-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<eclipse-repository>https://download.eclipse.org/releases/2020-06</eclipse-repository>
<plantuml-repository>https://dl.bintray.com/himi-sysml/plantuml-sysmlv2/updates/</plantuml-repository>
<plantuml-repository>https://github.com/himi/p2-update-puml-sysmlv2/raw/main/updates</plantuml-repository>
<xpect-repository>https://ci.eclipse.org/xpect/job/Xpect/job/master/lastBuild/artifact/org.eclipse.xpect.releng/p2-repository/target/repository</xpect-repository>
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
<flatten-maven-plugin.version>1.2.2</flatten-maven-plugin.version>
Expand Down

0 comments on commit f40422a

Please sign in to comment.