Skip to content

Commit

Permalink
Removed hardcoded paths from create ${OUTPUT_DIR} step. This should f…
Browse files Browse the repository at this point in the history
…ix issue 46.
  • Loading branch information
roland.bouman committed Feb 14, 2012
1 parent 2f51f0b commit 27aa23a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdi/document-folder.kjb
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ These static resources are referenced by <script>, <link> and <im
<create_destination_folder>Y</create_destination_folder>
<fields>
<field>
<source_filefolder>&#47;home&#47;rbouman&#47;projects&#47;kettle-cookbook&#47;template</source_filefolder>
<destination_filefolder>&#47;home&#47;rbouman&#47;projects&#47;kettle-cookbook&#47;docs</destination_filefolder>
<source_filefolder>${Internal.Job.Filename.Directory}&#47;..&#47;template</source_filefolder>
<destination_filefolder>${OUTPUT_DIR}</destination_filefolder>
<wildcard>.+</wildcard>
</field>
</fields>
Expand Down

0 comments on commit 27aa23a

Please sign in to comment.