Skip to content

Commit dac4e6f

Browse files
authored
remove web submission sample code (#95)
* remove web submission sample code
1 parent 93feb8a commit dac4e6f

File tree

9 files changed

+1
-427
lines changed

9 files changed

+1
-427
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>emissary</groupId>
55
<artifactId>emissary</artifactId>
6-
<version>5.12.0-SNAPSHOT</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>Emissary</name>
99
<description />

src/main/config/emissary.admin.MasterClassNames.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ ToLowerPlace = "emissary.place.sample.ToLowerPlace"
1919
ToUpperPlace = "emissary.place.sample.ToUpperPlace"
2020
UnixCommandPlace = "emissary.place.UnixCommandPlace"
2121
UnixFilePlace = "emissary.id.UnixFilePlace"
22-
WebSubmissionPlace = "emissary.place.sample.WebSubmissionPlace"

src/main/config/emissary.output.DropOffPlace.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ UNIX_ROOT = "@{TMPDIR}/data/OutputData"
88

99
OUTPUT_DATA = "@{UNIX_ROOT}"
1010

11-
# This is to allow WebSubmissionPlace to be run
12-
# last, without disturbing DropOffPlace.
13-
# See WebSubmissionPlace.cfg
14-
NO_NUKE_FORM = "STORE_FROM_WEBSUBMISSION"
15-
1611
# Output filters can be named with NAME:CLASS
1712
# The default name is the full class name if none is provided
1813
#OUTPUT_FILTER = "emissary.output.filter.DataFilter"

src/main/config/places.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
PLACE = "@{URL}/ToUpperPlace"
22
PLACE = "@{URL}/ToLowerPlace"
33
PLACE = "@{URL}/DropOffPlace"
4-
PLACE = "@{URL}/WebSubmissionPlace"
54
PLACE = "@{URL}/UnixFilePlace"
65
PLACE = "@{URL}/JsonEscapePlace"

src/main/java/emissary/place/sample/WebSubmissionPlace.java

Lines changed: 0 additions & 181 deletions
This file was deleted.

0 commit comments

Comments
 (0)