Skip to content

Commit

Permalink
SAK-25757 - Removal of ECLv2 breaks pack
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/pack/trunk@306296 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
jonespm committed Feb 22, 2014
1 parent b47c600 commit 59bb4e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pack/pack-bin/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
</copy>

<echo message="[INFO] add ECL license." />
<copy file="${basedir}/../../ECLv2.txt"
tofile="${basedir}/target/pack/ECLv2.txt"
<copy file="${basedir}/../../LICENSE"
tofile="${basedir}/target/pack/LICENSE"
overwrite="true" />
</target>

Expand Down Expand Up @@ -139,7 +139,7 @@
<tarfileset
dir="${basedir}/target/pack/"
prefix="/">
<include name="ECLv2.txt" />
<include name="LICENSE" />
</tarfileset>
</tar>

Expand Down Expand Up @@ -181,7 +181,7 @@
<zipfileset
dir="${basedir}/target/pack/"
prefix="/">
<include name="ECLv2.txt" />
<include name="LICENSE" />
</zipfileset>
</zip>

Expand Down
2 changes: 1 addition & 1 deletion pack/pack-demo/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
</copy>

<echo message="[INFO] Add ECL license." />
<copy file="${basedir}/../../ECLv2.txt" tofile="${basedir}/target/pack/ECLv2.txt" overwrite="true" />
<copy file="${basedir}/../../LICENSE" tofile="${basedir}/target/pack/LICENSE" overwrite="true" />

<!-- ? -->
<!-- <copy todir="${basedir}/target/pack">
Expand Down

0 comments on commit 59bb4e2

Please sign in to comment.