Skip to content

Commit

Permalink
mark or remove deprecated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarsique committed Nov 2, 2011
1 parent bfeb213 commit 57d8ea3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 44 deletions.
2 changes: 2 additions & 0 deletions build-and-test-cmis.sh
@@ -1,5 +1,7 @@
#!/bin/bash

echo DEPRECATED

HERE=$(cd $(dirname $0); pwd -P)
. $HERE/integration-lib.sh

Expand Down
32 changes: 0 additions & 32 deletions build-and-test-dm-jcr.sh

This file was deleted.

2 changes: 2 additions & 0 deletions build-and-test-funkload.sh
@@ -1,5 +1,7 @@
#!/bin/bash

echo DEPRECATED since Nuxeo 5.5

PRODUCT=${PRODUCT:-dm}
SERVER=${SERVER:-jboss}
HERE=$(cd $(dirname $0); pwd -P)
Expand Down
3 changes: 3 additions & 0 deletions build-and-test-tomcat.sh
@@ -1,5 +1,8 @@
#!/bin/bash

echo DEPRECATED since Nuxeo 5.5
exit 1

PRODUCT=${PRODUCT:-dm}
SERVER=tomcat
HERE=$(cd $(dirname $0); pwd -P)
Expand Down
3 changes: 3 additions & 0 deletions build-and-test.sh
@@ -1,5 +1,8 @@
#!/bin/bash

echo DEPRECATED since Nuxeo 5.5
exit 1

PRODUCT=${PRODUCT:-dm}
SERVER=jboss
HERE=$(cd $(dirname $0); pwd -P)
Expand Down
12 changes: 0 additions & 12 deletions test-nuxeo-distribution-anttasks.sh

This file was deleted.

0 comments on commit 57d8ea3

Please sign in to comment.