Skip to content

Commit

Permalink
Fix #16. Move CTL wrapper script to wfs/2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmartell committed Aug 14, 2015
1 parent 971f370 commit 169859f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assembly/ctl-scripts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<format>zip</format>
</formats>
<includeBaseDirectory>true</includeBaseDirectory>
<baseDirectory>${ets-code}/${spec-version}</baseDirectory>
<baseDirectory>wfs/${spec-version}</baseDirectory>
<includeSiteDirectory>true</includeSiteDirectory>
<fileSets>
<fileSet>
Expand Down
4 changes: 2 additions & 2 deletions src/main/config/teamengine/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<revision>
<name>${project.version}</name>
<sources>
<source>${ets-code}/${spec-version}/ctl</source>
<source>wfs/${spec-version}/ctl</source>
</sources>
<webdir>${ets-code}/${spec-version}/site</webdir>
<webdir>wfs/${spec-version}/site</webdir>
</revision>
</version>
</standard>
Expand Down

0 comments on commit 169859f

Please sign in to comment.