Skip to content

Commit

Permalink
LRQA-27488 Add build-test-documentum.xml to clean documentum repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sharonchoi authored and brianchandotcom committed Aug 31, 2016
1 parent 5dd3614 commit a59661e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build-test-documentum.xml
@@ -0,0 +1,9 @@
<?xml version="1.0"?>

<project basedir="." default="clean-documentum-repository" name="portal-test-documentum" xmlns:antelope="antlib:ise.antelope.tasks">
<import file="build-test.xml" />

<target name="clean-documentum-repository">
<ssh-execute>perl C:/Windows/resetdocumentum.pl</ssh-execute>
</target>
</project>

0 comments on commit a59661e

Please sign in to comment.