[MASSEMBLY-837] remove non up to date features page

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1768624 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/apt/features.apt b/src/site/apt/features.apt
deleted file mode 100644
index ade38da..0000000
--- a/src/site/apt/features.apt
+++ /dev/null
@@ -1,68 +0,0 @@
-  ---
-  Features
-  ---
-  John Casey
-  ---
-  2006-05-12
-  ---
-
-~~ Licensed to the Apache Software Foundation (ASF) under one
-~~ or more contributor license agreements.  See the NOTICE file
-~~ distributed with this work for additional information
-~~ regarding copyright ownership.  The ASF licenses this file
-~~ to you under the Apache License, Version 2.0 (the
-~~ "License"); you may not use this file except in compliance
-~~ with the License.  You may obtain a copy of the License at
-~~
-~~   http://www.apache.org/licenses/LICENSE-2.0
-~~
-~~ Unless required by applicable law or agreed to in writing,
-~~ software distributed under the License is distributed on an
-~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-~~ KIND, either express or implied.  See the License for the
-~~ specific language governing permissions and limitations
-~~ under the License.
-
-~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/doxia/references/apt-format.html
-
-Features
-
-  The current version of this plugin can be found {{{./project-summary.html}here}}.
-
-  <NOTE: Features with no version information have been present since the first final release of the plugin.>
-
-  * Inclusion of dependencies, modules <[2.1]>, file-sets, and individual files
-
-  * Inclusion of project website documentation <[2.1]>
-
-  * Flexible directory structures for assembly elements
-
-  * All assembly inclusions controlled by include/exclude pattern sets
-
-  * Option to unpack artifact files into the assembly <[deprecated in 2.2]>
-
-  * Project modules can be included as source files or in binary form <[2.1]>
-
-  * Reusable assembly-descriptor components <[2.1]>
-
-  * Supported archive formats include: zip, tar, tar.gz (or tgz), tar.bz2 (or tbz2), jar, dir, war
-   (and any other format that the ArchiveManager has been configured for).
-
-
-  * Directory-only assemblies
-
-  * Filtering and line-ending conversion for file-sets and individual files
-
-  * Directory and file attributes (<modes>) <[2.1]>
-
-  * Artifact filename mapping with expression support <[2.1]>
-
-  * Descriptor interpolation using current project and other assembly descriptor information <[2.1]>
-
-  * Embedded Maven repository creation with artifact version alignment <[2.1]>
-
-  * Security / signature information stripped from embedded artifacts prior to inclusion <[2.1]>
-
-  []
-
diff --git a/src/site/site.xml b/src/site/site.xml
index 8261265..4b2c994 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -26,7 +26,6 @@
 
   <body>
     <menu name="Reference">
-      <item name="Features" href="./features.html"/>
       <item name="Descriptor Format" href="./assembly.html"/>
       <item name="Predefined Descriptors" href="./descriptor-refs.html"/>
     </menu>