Skip to content

Commit

Permalink
use import
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Mar 30, 2013
1 parent abdac93 commit 548af2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/resources/pdf/build.xml
@@ -1,7 +1,9 @@
<?xml version="1.0"?>

<project name="yanel-resource" default="compile">
<project name="yanel-pdf-resource" default="compile">
<import file="${yanel.source.home}/src/build/resource-types/resource-type.build.xml"/>

<!--
<import file="src/build/dependencies.xml"/>
<target name="init" description="Initialize build" depends="dependencies">
Expand Down Expand Up @@ -62,4 +64,5 @@
<pom refid="maven.project.core"/>
</artifact:install>
</target>
-->
</project>

0 comments on commit 548af2e

Please sign in to comment.