Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #117 from bpross-52n/temporarily-remove-wps-js
Browse files Browse the repository at this point in the history
Temporarily remove wps js
  • Loading branch information
bpross-52n committed Jul 4, 2014
2 parents 912f3ec + 8e3ca9e commit 4f2b3c1
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 4,948 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ private void handleUpload(ServletInputStream in,
String scriptDir = "";
Property[] rConfig = WPSConfig.getInstance().getPropertiesForRepositoryClass("org.n52.wps.server.r.LocalRAlgorithmRepository");
for (Property property : rConfig) {
if (property.getName().equalsIgnoreCase("Script_Dir")) {
if (property.getName().equalsIgnoreCase("R_scriptDirectory")) {
scriptDir = property.getStringValue();
}
}
Expand Down
97 changes: 0 additions & 97 deletions 52n-wps-webapp/src/main/webapp/client.html

This file was deleted.

120 changes: 0 additions & 120 deletions 52n-wps-webapp/src/main/webapp/css/wps-js.css

This file was deleted.

Binary file not shown.
Binary file removed 52n-wps-webapp/src/main/webapp/images/Error-64.png
Binary file not shown.
Binary file removed 52n-wps-webapp/src/main/webapp/images/Gears-48.png
Binary file not shown.
Binary file removed 52n-wps-webapp/src/main/webapp/images/Plus-16.png
Binary file not shown.
Binary file removed 52n-wps-webapp/src/main/webapp/images/Plus-48.png
Binary file not shown.
Binary file removed 52n-wps-webapp/src/main/webapp/images/Success-64.png
Binary file not shown.
Binary file removed 52n-wps-webapp/src/main/webapp/images/Update-16.png
Binary file not shown.
Binary file removed 52n-wps-webapp/src/main/webapp/images/Update-32.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions 52n-wps-webapp/src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ <h3>Requests</h3>
<h3>Clients</h3>

<ul>
<li><strong><a href="./client.html">52&deg;North
wps-js</a></strong> &mdash; a Javascript client with dynamic form generation
based on standardized process descriptions.</li>
<li><strong><a href="./test.html">52&deg;North WPS
form client</a></strong> can be used to submit XML-based requests this WPS
instance manually.</li>
Expand Down
Loading

0 comments on commit 4f2b3c1

Please sign in to comment.