Skip to content

Commit

Permalink
[RELENG] Rename plugin, add maven file
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Morvan committed Mar 1, 2018
1 parent bbfdccb commit 51d6ae2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/workflow_tasks.tex
Expand Up @@ -316,7 +316,7 @@

\subsection{Data-parallel Transformation}
\label{sec:data_parallel}
\tabBrief{Data-parallel Transform}{SDF}{SDF, INFO}{Detect wheter an \gls{sdf} graph is data-parallel and provide its data-parallel equivalent Single-Rate \gls{sdf} and its re-timing information.}{org.abo.preesm.plugin.dataparallel.DataParallel}
\tabBrief{Data-parallel Transform}{SDF}{SDF, INFO}{Detect wheter an \gls{sdf} graph is data-parallel and provide its data-parallel equivalent Single-Rate \gls{sdf} and its re-timing information.}{fi.abo.preesm.dataparallel.DataParallel}

\tabParam{\multicolumn{3}{|c|}{None}}
\tabDesc{
Expand Down
4 changes: 2 additions & 2 deletions plugins/fi.abo.preesm.dataparallel/META-INF/MANIFEST.MF
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Dataparallel
Bundle-SymbolicName: org.abo.preesm.plugin.dataparallel;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: fi.abo.preesm.dataparallel;singleton:=true
Bundle-Version: 2.5.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime,
org.ietr.dftools.workflow,
Expand Down
12 changes: 12 additions & 0 deletions plugins/fi.abo.preesm.dataparallel/pom.xml
@@ -0,0 +1,12 @@

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>fi.abo.preesm.dataparallel</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>org.ietr.preesm</groupId>
<artifactId>org.ietr.preesm.parent</artifactId>
<version>2.5.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
</project>

0 comments on commit 51d6ae2

Please sign in to comment.