Skip to content
This repository was archived by the owner on Dec 15, 2018. It is now read-only.

Commit 059b038

Browse files
committed
Renamed 'test' folder to 'examples'
1 parent a4b93d2 commit 059b038

File tree

368 files changed

+3
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

368 files changed

+3
-3
lines changed

.travis/tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ "${1}" == "glassfish-bundled" ]; then
1111
curl -s -o glassfish5.zip "${GLASSFISH_URL}"
1212
unzip -q glassfish5.zip
1313
mvn -B -V -Pbundled clean install
14-
find ./test/ -name \*.war -exec cp {} ./glassfish5/glassfish/domains/domain1/autodeploy/ \;
14+
find ./examples/ -name \*.war -exec cp {} ./glassfish5/glassfish/domains/domain1/autodeploy/ \;
1515
glassfish5/bin/asadmin start-domain
1616
sleep 120
1717
mvn -Pintegration -Dintegration.serverPort=8080 verify
@@ -25,7 +25,7 @@ elif [ "${1}" == "glassfish-module" ]; then
2525
cp core/target/ozark-core-*.jar ./glassfish5/glassfish/modules/
2626
cp jersey/target/ozark-jersey-*.jar ./glassfish5/glassfish/modules/
2727
cp ~/.m2/repository/javax/mvc/javax.mvc-api/1.0-pfd/*.jar ./glassfish5/glassfish/modules/
28-
find ./test/ -name \*.war -exec cp {} ./glassfish5/glassfish/domains/domain1/autodeploy/ \;
28+
find ./examples/ -name \*.war -exec cp {} ./glassfish5/glassfish/domains/domain1/autodeploy/ \;
2929
glassfish5/bin/asadmin start-domain
3030
sleep 120
3131
mvn -Pintegration -Dintegration.serverPort=8080 verify
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)