Skip to content

Commit

Permalink
Updated submodules and added robochart-graphical.
Browse files Browse the repository at this point in the history
  • Loading branch information
pefribeiro committed Dec 16, 2024
1 parent d595894 commit a1eae45
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 39 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "robochart-csp-gen"]
path = robochart-csp-gen
url = [email protected]:UoY-RoboStar/robochart-csp-gen.git
[submodule "robochart-graphical"]
path = robochart-graphical
url = [email protected]:UoY-RoboStar/robochart-graphical.git
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<module>robochart-textual</module>
<module>robochart-assertions</module>
<module>robochart-csp-gen</module>
<module>robochart-graphical</module>
<module>robotool-feature</module>
<module>robotool-customization</module>
<module>robotool-customization-repository</module>
Expand Down
2 changes: 1 addition & 1 deletion robochart-assertions
2 changes: 1 addition & 1 deletion robochart-csp-gen
1 change: 1 addition & 0 deletions robochart-graphical
Submodule robochart-graphical added at 946adb
73 changes: 37 additions & 36 deletions robotool-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
Alternative way of applying XSLT above via command line too. -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
<version>1.1.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -170,47 +171,47 @@
</build>
<repositories>
<repository>
<id>eclipse-release</id>
<url>${eclipse-repo.url}</url>
<layout>p2</layout>
</repository>
<repository>
<id>eclipse-release-2</id>
<url>https://download.eclipse.org/eclipse/updates/4.22</url>
<layout>p2</layout>
</repository>
<repository>
<id>eclipse-release-3</id>
<url>https://download.eclipse.org/technology/epp/packages/2021-12</url>
<layout>p2</layout>
</repository>
<id>eclipse-release</id>
<url>${eclipse-repo.url}</url>
<layout>p2</layout>
</repository>
<repository>
<id>eclipse-release-2</id>
<url>https://download.eclipse.org/eclipse/updates/4.22</url>
<layout>p2</layout>
</repository>
<repository>
<id>eclipse-release-3</id>
<url>https://download.eclipse.org/technology/epp/packages/2021-12</url>
<layout>p2</layout>
</repository>
<repository>
<id>xtext</id>
<url>https://download.eclipse.org/modeling/tmf/xtext/updates/releases/${xtextVersion}/</url>
<layout>p2</layout>
</repository>
<repository>
<id>xtext</id>
<url>https://download.eclipse.org/modeling/tmf/xtext/updates/releases/${xtextVersion}/</url>
<layout>p2</layout>
</repository>
<repository>
<id>orbit</id>
<url>http://download.eclipse.org/tools/orbit/downloads/drops/R20211213173813/repository</url>
<layout>p2</layout>
</repository>
<repository>
<id>epsilon</id>
<url>https://download.eclipse.org/epsilon/updates/2.4</url>
<layout>p2</layout>
</repository>
<repository>
<id>sirius</id>
<url>https://archive.eclipse.org/sirius/updates/releases/6.5.1/2020-09</url>
<layout>p2</layout>
</repository>
<repository>
<id>java</id>
<url> https://download.eclipse.org/justj/jres/17/updates/release/latest</url>
<layout>p2</layout>
</repository>
</repositories>
<pluginRepositories>
<repository>
<id>epsilon</id>
<url>https://download.eclipse.org/epsilon/updates/2.4</url>
<layout>p2</layout>
</repository>
<repository>
<id>sirius</id>
<url>https://archive.eclipse.org/sirius/updates/releases/6.5.1/2020-09</url>
<layout>p2</layout>
</repository>
<repository>
<id>java</id>
<url>https://download.eclipse.org/justj/jres/17/updates/release/latest</url>
<layout>p2</layout>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>codehaus-snapshots</id>
<name>disable dead 'Codehaus Snapshots' repository, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=481478</name>
Expand Down

0 comments on commit a1eae45

Please sign in to comment.