Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated README with info on additional Pluto 1.0 servlet-mapping it r…
…emoves
  • Loading branch information
garysweaver committed May 20, 2010
1 parent 094365f commit a49fde6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
@@ -1,10 +1,16 @@
Unplutofy
=========

Given a war file, unplutofy does the following:
Given a war file, unplutofy:

1. Removes all "servlet" elements that contain either of the following:
* "portlet-class"
* "param-name" element with value "portlet-name"

2. Removes all "servlet-mapping" elements that contain either of the following:
* "PlutoInvoker"
* "servlet-name" element with value of the "portlet-name" element as defined in portlet.xml

1. Removes all servlet elements that contain either "portlet-class" or "portlet-name" anywhere between the servlet start and end tags.
2. Removes all servlet-mapping elements that contain "PlutoInvoker" anywhere between the servlet-mapping start and end tags.
3. Removes all portlet*.tld files from the war.

### Features
Expand Down

0 comments on commit a49fde6

Please sign in to comment.