blob: 90ca70cb28a70f0ccca78e3824cb9f8feb44371c [file] [log] [blame]
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
<id>workflow-emf</id>
<formats>
<format>jar</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>../../plugins/org.eclipse.epsilon.workflow.emf/target/classes</directory>
<outputDirectory></outputDirectory>
</fileSet>
</fileSets>
</assembly>