Skip to content

Commit

Permalink
removed mtoolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatore-coppola committed Jan 14, 2025
1 parent fb6c3e1 commit 86a9420
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
3 changes: 0 additions & 3 deletions kura/distrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1808,9 +1808,6 @@
<!-- Kura User Workspace -->
<echo message="Preparing target platform..." />

<!-- Copy the mtoolkit plugin to the target directory -->
<copy file="src/main/resources/common/org.tigris.mtoolkit.sdk-3.1.8-20110411-0918.zip" todir="${project.build.directory}" />

<!-- Add the deployment agent and core packages to the target platform
which is required for the emulator -->
<copy todir="${project.build.directory}/staging/target-definition">
Expand Down
8 changes: 0 additions & 8 deletions kura/distrib/src/main/ant/build_equinox_distrib.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,14 +254,6 @@
<antcall target="emulator-plugins" />
<antcall target="linux-network-plugins" />

<!-- Add mToolkit to distribution -->
<antcall target="install-plugin">
<param name="bundle.name" value="org.tigris.mtoolkit.iagent.rpc" />
<param name="bundle.version" value="${org.tigris.mtoolkit.iagent.rpc.version}" />
<param name="start.level" value="5" />
<param name="start" value="s" />
</antcall>

<propertyfile
file="${project.build.directory}/${build.output.name}/dpa.properties">
<entry key="kura"
Expand Down
5 changes: 0 additions & 5 deletions target-platform/p2-repo-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,6 @@
<artifactId>org.eclipse.kura.sun.misc</artifactId>
<version>${org.eclipse.kura.sun.misc.version}</version>
</artifactItem>
<artifactItem>
<groupId>org.tigris</groupId>
<artifactId>org.tigris.mtoolkit.iagent.rpc</artifactId>
<version>${org.tigris.mtoolkit.iagent.rpc.version}</version>
</artifactItem>
<artifactItem>
<groupId>org.eclipse.kura</groupId>
<artifactId>com.gwt.user</artifactId>
Expand Down

0 comments on commit 86a9420

Please sign in to comment.