Author: trustin Date: Sat Dec 25 22:14:29 2004 New Revision: 123353 URL: http://svn.apache.org/viewcvs?view=rev&rev=123353 Log: Updated POM and project.properties before documentation
Modified: incubator/directory/network/trunk/mina/project.properties incubator/directory/network/trunk/mina/project.xml Modified: incubator/directory/network/trunk/mina/project.properties Url: http://svn.apache.org/viewcvs/incubator/directory/network/trunk/mina/project.properties?view=diff&rev=123353&p1=incubator/directory/network/trunk/mina/project.properties&r1=123352&p2=incubator/directory/network/trunk/mina/project.properties&r2=123353 ============================================================================== --- incubator/directory/network/trunk/mina/project.properties (original) +++ incubator/directory/network/trunk/mina/project.properties Sat Dec 25 22:14:29 2004 @@ -3,13 +3,18 @@ maven.xdoc.includeProjectDocumentation=no maven.xdoc.poweredby.image= -# -# remote repository properties -# - -maven.repo.remote=http://cvs.apache.org/repository, http://mirrors.sunsite.dk/maven/ +maven.repo.remote=http://cvs.apache.org/repository, http://mirrors.sunsite.dk/maven/, http://gleamynode.net/dev/maven/ maven.repo.central=minotaur.apache.org maven.repo.central.directory=/www/cvs.apache.org/repository + maven.remote.group=apcvs maven.compile.source = 1.3 +maven.compile.target = 1.3 +maven.compile.debug=on +maven.compile.optimize=on +maven.compile.deprecation=on + +maven.junit.fork=no + +maven.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/, http://www.junit.org/junit/javadoc/3.8.1/, http://gleamynode.net/dev/projects/netty2/apidocs/ Modified: incubator/directory/network/trunk/mina/project.xml Url: http://svn.apache.org/viewcvs/incubator/directory/network/trunk/mina/project.xml?view=diff&rev=123353&p1=incubator/directory/network/trunk/mina/project.xml&r1=123352&p2=incubator/directory/network/trunk/mina/project.xml&r2=123353 ============================================================================== --- incubator/directory/network/trunk/mina/project.xml (original) +++ incubator/directory/network/trunk/mina/project.xml Sat Dec 25 22:14:29 2004 @@ -5,7 +5,7 @@ <id>mina</id> <name>MINA</name> <package>org.apache.mina</package> - <currentVersion>SNAPSHOT</currentVersion> + <currentVersion>0.7-SNAPSHOT</currentVersion> <inceptionYear>2004</inceptionYear> <organization> @@ -14,31 +14,29 @@ <logo>/images/apache-incubator-logo.png</logo> </organization> - <inceptionYear>2003</inceptionYear> - <logo>/images/apache-directory-logo.png</logo> <url>http://incubator.apache.org/directory</url> <issueTrackingUrl> - http://nagoya.apache.org/scarab/servlet/scarab + http://nagoya.apache.org/jira/ </issueTrackingUrl> <siteAddress>directory.apache.org</siteAddress> - <siteDirectory>/home/akarasulu/public_html</siteDirectory> + <siteDirectory>/home/trustin/public_html/mina</siteDirectory> <distributionDirectory> - /home/akarasulu/public_html/dist + /home/trustin/public_html/mina/dist </distributionDirectory> <repository> <connection> - scm:svn:http://cvs.apache.org/repos/asf/incubator/directory/seda/trunk/${module.path}::: + scm:svn:http://svn.apache.org/repos/asf/incubator/directory/network/trunk/mina::: </connection> <url> - http://cvs.apache.org/viewcvs.cgi/incubator/directory/seda/trunk/${module.path}/?root=Apache-SVN + http://svn.apache.org/viewcvs.cgi/incubator/directory/network/trunk/mina/?root=Apache-SVN </url> <developerConnection> - http://cvs.apache.org/repos/asf/incubator/directory/seda/trunk/${module.path} + http://svn.apache.org/repos/asf/incubator/directory/network/trunk/mina </developerConnection> </repository> @@ -47,15 +45,14 @@ </shortDescription> <description> - MINA (Multipurpose Infrastructure for Network Applications) is a high - performance and high scalability network application framework which - allows easy development of network applications. + MINA (Multipurpose Infrastructure for Network Applications) is a network + application framework which helps users develop high performance and high + scalability network applications easily. </description> - <mailingLists> <mailingList> - <name>Apache Directory Developement - use [seda] prefix</name> + <name>Apache Directory Developement - use [mina] prefix</name> <subscribe> [EMAIL PROTECTED] </subscribe> @@ -70,51 +67,47 @@ <licenses> <license> - <name>Apache 1.1 License</name> - <url> - http://cvs.apache.org/viewcvs.cgi/incubator/directory/LICENSE.txt?rev=1369&root=Apache-SVN&view=markup - </url> + <name>Apache 2.0 License</name> + <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <dependencies> - <!-- ================================ --> - <!-- CORE Dependencies needed for use --> - <!-- ================================ --> + <!-- ================================================================== --> + <!-- Compatibility dependencies for ProtocolEncoder and ProtocolDecoder --> + <!-- ================================================================== --> <dependency> <groupId>incubator-directory</groupId> <artifactId>snickers-codec</artifactId> <version>0.2-SNAPSHOT</version> - <url>http://incubator.apache.org/directory/subprojects/ldap/common</url> + <url>http://incubator.apache.org/directory/subprojects/snickers/codec-stateful/</url> </dependency> <dependency> - <groupId>concurrent</groupId> - <artifactId>concurrent</artifactId> - <version>1.3.4</version> - <url>http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/</url> - </dependency> - + <groupId>tl-netty2</groupId> + <artifactId>tl-netty2</artifactId> + <version>1.8.0</version> + <url>http://gleamynode.net/dev/projects/netty2/</url> + <!-- ========================================================= --> <!-- Dependencies required for running test cases and examples --> <!-- ========================================================= --> - <dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> - <version>1.2.1</version> - <url>http://jakarta.apache.org/commons/net</url> + <version>1.3.0</version> + <url>http://jakarta.apache.org/commons/net/</url> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> - <url>http://junit.org</url> + <url>http://junit.org/</url> </dependency> </dependencies> @@ -134,67 +127,23 @@ </includes> <excludes> - <exclude>**/ProtocolTestCase.java</exclude> + <exclude>**/Abstract*</exclude> </excludes> - - <resources> - <!-- Examples of protocol providers using framework --> - <resource> - <directory>${basedir}/src/examples</directory> - <includes> - <include>**/*.dtd</include> - <include>**/*.ldif</include> - <include>**/*.properties</include> - <include>**/*.x*</include> - <include>**/*.mf</include> - <include>**/*.jar</include> - </includes> - </resource> - - <!-- Actual test cases and supporting classes here --> - <resource> - <directory>${basedir}/src/test</directory> - <includes> - <include>**/*.dtd</include> - <include>**/*.ldif</include> - <include>**/*.properties</include> - <include>**/*.x*</include> - <include>**/*.mf</include> - <include>**/*.jar</include> - </includes> - </resource> - - </resources> </unitTest> - <resources> - <resource> - <directory>${basedir}/src/java</directory> - <includes> - <include>**/*.dtd</include> - <include>**/*.properties</include> - <include>**/*.x*</include> - </includes> - </resource> - - <resource> - <directory>${basedir}/conf</directory> - <targetPath>BLOCK-INF</targetPath> - <includes> - <include>block.xml</include> - </includes> - </resource> - </resources> - <jars></jars> + <jars/> </build> <reports> - <report>maven-jxr-plugin</report> - <report>maven-license-plugin</report> - <!-- <report>maven-changelog-plugin</report --> - <!-- <report>maven-javadoc-plugin</report> --> + <report>maven-license-plugin</report> + <report>maven-javadoc-plugin</report> + <report>maven-changes-plugin</report> + <report>maven-jxr-plugin</report> + <report>maven-junit-report-plugin</report> + <report>maven-jcoverage-plugin</report> + <report>maven-jdepend-plugin</report> + <report>maven-simian-plugin</report> <report>maven-tasklist-plugin</report> </reports> </project> -
