diff options
author | Eric Barboni <skygo@apache.org> | 2015-10-08 19:09:48 +0200 |
---|---|---|
committer | Eric Barboni <skygo@apache.org> | 2015-10-08 19:09:48 +0200 |
commit | 5d5b0733de195c043ec8b1f733eb1788e1ea750c (patch) | |
tree | 28932b88c9b12ef2073aa34523f604b2523fdd95 /archiva-modules/archiva-web/archiva-rest/archiva-rest-api | |
parent | 8b820c13d40fa1c990b719b4cffd5b6d2cf98f83 (diff) | |
download | archiva-5d5b0733de195c043ec8b1f733eb1788e1ea750c.tar.gz archiva-5d5b0733de195c043ec8b1f733eb1788e1ea750c.zip |
put documentation on the same folder as before 2.0.0x migration
make servlet compatible with new layout (not enough)
Diffstat (limited to 'archiva-modules/archiva-web/archiva-rest/archiva-rest-api')
-rw-r--r-- | archiva-modules/archiva-web/archiva-rest/archiva-rest-api/src/enunciate/enunciate.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/src/enunciate/enunciate.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/src/enunciate/enunciate.xml index d0d195e7e..25d2dfe5c 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/src/enunciate/enunciate.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/src/enunciate/enunciate.xml @@ -17,7 +17,7 @@ ~ specific language governing permissions and limitations ~ under the License. --> -<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.26.xsd"> +<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.0.0.xsd"> <services> <rest defaultRestSubcontext="restServices"/> @@ -34,8 +34,8 @@ <jaxws-support disabled="true"/> <docs disabled="false" title="Apache Archiva REST API" includeExampleXml="true" includeExampleJson="true" - includeDefaultDownloads="false"> - <war docsDir="apidocs" /> + includeDefaultDownloads="false" docsSubdir=""> + <!--<war docsDir="apidocs" />--> </docs> </modules> |