Author: trustin
Date: Mon Dec  4 18:28:12 2006
New Revision: 482461

URL: http://svn.apache.org/viewvc?view=rev&rev=482461
Log:
* Removed unused part of the POMs
* Removed unused site files


Removed:
    mina/branches/1.0/site.readme.txt
    mina/branches/1.0/src/
    mina/branches/1.1/site.readme.txt
    mina/branches/1.1/src/
Modified:
    mina/branches/1.0/pom.xml
    mina/branches/1.1/pom.xml

Modified: mina/branches/1.0/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/branches/1.0/pom.xml?view=diff&rev=482461&r1=482460&r2=482461
==============================================================================
--- mina/branches/1.0/pom.xml (original)
+++ mina/branches/1.0/pom.xml Mon Dec  4 18:28:12 2006
@@ -171,41 +171,6 @@
         </executions>
       </plugin>
       <plugin>
-        <inherited>false</inherited>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>site</phase>
-            <configuration>
-              <tasks>
-                <javadoc destdir="target/site/apidocs" author="true" 
use="true" windowtitle="Apache MINA API Documentation" encoding="UTF-8" 
docencoding="UTF-8" locale="en_US">
-                  <package name="org.apache.mina.*"/>
-                  <excludepackage name="**.support"/>
-
-                  <sourcepath>
-                    <dirset dir=".">
-                      <include name="*/src/main/java" />
-                      <exclude name="example/**" />
-                    </dirset>
-                  </sourcepath>
-
-                  <classpath refid="maven.dependency.classpath" />
-
-                  <link href="http://java.sun.com/j2se/1.5.0/docs/api/"; />
-                  <link 
href="http://static.springframework.org/spring/docs/1.2.x/api/"; />
-                  <link href="http://www.slf4j.org/api/"; />
-                  <link 
href="http://gleamynode.net/dev/tl-netty2/docs/apidocs/"; />
-                </javadoc>
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <version>2.0.1</version>
         <configuration>

Modified: mina/branches/1.1/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/branches/1.1/pom.xml?view=diff&rev=482461&r1=482460&r2=482461
==============================================================================
--- mina/branches/1.1/pom.xml (original)
+++ mina/branches/1.1/pom.xml Mon Dec  4 18:28:12 2006
@@ -115,41 +115,6 @@
         </executions>
       </plugin>
       <plugin>
-        <inherited>false</inherited>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>site</phase>
-            <configuration>
-              <tasks>
-                <javadoc destdir="target/site/apidocs" author="true" 
use="true" windowtitle="Apache MINA API Documentation" encoding="UTF-8" 
docencoding="UTF-8" locale="en_US">
-                  <package name="org.apache.mina.*"/>
-                  <excludepackage name="**.support"/>
-
-                  <sourcepath>
-                    <dirset dir=".">
-                      <include name="*/src/main/java" />
-                      <exclude name="example/**" />
-                    </dirset>
-                  </sourcepath>
-
-                  <classpath refid="maven.dependency.classpath" />
-
-                  <link href="http://java.sun.com/j2se/1.5.0/docs/api/"; />
-                  <link 
href="http://static.springframework.org/spring/docs/1.2.x/api/"; />
-                  <link href="http://www.slf4j.org/api/"; />
-                  <link 
href="http://gleamynode.net/dev/tl-netty2/docs/apidocs/"; />
-                </javadoc>
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <version>2.0.1</version>
         <configuration>


Reply via email to