Skip to content

Commit

Permalink
Comment out the targets that perform the sweeping changes across Edus…
Browse files Browse the repository at this point in the history
…erv entities, to prevent them being accidentally invoked until we need them again.
  • Loading branch information
iay committed Dec 15, 2008
1 parent e8e51bb commit d38bb95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@
<!--
Utility to remove the old Eduserv gateway certificate.
-->
<!--
<target name="remove.old.eduserv.cert">
<echo>Removing old Eduserv gateway certificate</echo>
<for param="file">
Expand All @@ -589,10 +590,12 @@
</sequential>
</for>
</target>
-->

<!--
Utility to add the second Eduserv gateway certificate.
-->
<!--
<target name="add.second.eduserv.cert">
<echo>Adding second Eduserv gateway certificate</echo>
<for param="file">
Expand All @@ -608,6 +611,7 @@
</sequential>
</for>
</target>
-->

<!--
Extract embedded certificates
Expand Down

0 comments on commit d38bb95

Please sign in to comment.