blob: 9f2730baf911f102f759c1b186242a5179cab3e0 [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-src</id>
<formats>
<format>jar</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>../../plugins/org.eclipse.epsilon.workflow.emf/target/classes</directory>
<outputDirectory></outputDirectory>
</fileSet>
<fileSet>
<directory>../../plugins/org.eclipse.epsilon.workflow.emf/src</directory>
<outputDirectory></outputDirectory>
</fileSet>
</fileSets>
</assembly>