[jetrix-cvs] SF.net SVN: jetrix:[767] jetrix/trunk
Brought to you by:
smanux
From: <sm...@us...> - 2008-09-02 19:42:55
|
Revision: 767 http://jetrix.svn.sourceforge.net/jetrix/?rev=767&view=rev Author: smanux Date: 2008-09-02 19:42:47 +0000 (Tue, 02 Sep 2008) Log Message: ----------- Removed the Maven 1 build Removed Paths: ------------- jetrix/trunk/project.properties jetrix/trunk/project.xml jetrix/trunk/src/etc/clover.license Deleted: jetrix/trunk/project.properties =================================================================== --- jetrix/trunk/project.properties 2008-09-02 18:17:42 UTC (rev 766) +++ jetrix/trunk/project.properties 2008-09-02 19:42:47 UTC (rev 767) @@ -1,22 +0,0 @@ -version=0.3-dev -version.stable=0.2.3 - -maven.junit.fork=true -maven.junit.dir=target/test-classes -maven.test.failure.ignore=true - -maven.changelog.range=365 - -maven.jar.override=on -maven.jar.jcrontab=lib/jcrontab-1.4.1-light.jar - -maven.javadoc.use=false -maven.javadoc.links=http://java.sun.com/j2se/1.5/docs/api/, http://jetty.mortbay.org/javadoc/, http://jakarta.apache.org/commons/digester/apidocs/, http://jakarta.apache.org/commons/collections/apidocs/, http://jakarta.apache.org/commons/lang/apidocs/ -maven.javadoc.stylesheet=doc/javadoc-stylesheet.css - -maven.compile.source = 1.5 -maven.compile.target = 1.5 - -maven.clover.license.path=src/etc/clover.license - -maven.repo.remote=http://repo1.maven.org/maven/ Deleted: jetrix/trunk/project.xml =================================================================== --- jetrix/trunk/project.xml 2008-09-02 18:17:42 UTC (rev 766) +++ jetrix/trunk/project.xml 2008-09-02 19:42:47 UTC (rev 767) @@ -1,223 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<project> - <pomVersion>3</pomVersion> - <name>Jetrix TetriNET Server</name> - <id>jetrix</id> - <currentVersion>${version}</currentVersion> - - <organization> - <logo>http://jetrix.sourceforge.net/images/jetrix-logo.png</logo> - <name>Emmanuel Bourg</name> - </organization> - - <inceptionYear>2001</inceptionYear> - <package>net.jetrix</package> - - <shortDescription>Jetrix TetriNET Server</shortDescription> - - <description> - Jetrix is a new generation TetriNET server written in Java and - designed for maximum scalability, extensibility and ease of use. - It features a web based administration console and a simple API - to let developers add custom commands or change the channels' - behavior with little knowledge of the server's inner functioning. - The ambitious goal of this project is to create the ideal plateform - for server side TetriNET programmers. Jetrix is open source and - developped under the GNU General Public License. - </description> - - <url>http://jetrix.sourceforge.net</url> - <issueTrackingUrl>https://sourceforge.net/tracker/?group_id=52188&atid=466002</issueTrackingUrl> - <siteAddress>shell.sourceforge.net</siteAddress> - <siteDirectory>/home/groups/j/je/jetrix/htdocs/docs/</siteDirectory> - - <repository> - <connection>scm:svn:https://jetrix.svn.sourceforge.net/svnroot/jetrix/jetrix/trunk/</connection> - <developerConnection>scm:svn:https://jetrix.svn.sourceforge.net/svnroot/jetrix/jetrix/trunk/</developerConnection> - <url>http://jetrix.svn.sourceforge.net/viewvc/jetrix/</url> - </repository> - - <versions> - <version> - <id>0.1.3</id> - <name>0.1.3</name> - <tag>jetrix_0_1_3</tag> - </version> - <version> - <id>0.1.2</id> - <name>0.1.2</name> - <tag>jetrix_0_1_2</tag> - </version> - <version> - <id>0.1.1</id> - <name>0.1.1</name> - <tag>jetrix_0_1_1</tag> - </version> - <version> - <id>0.1.0</id> - <name>0.1.0</name> - <tag>jetrix_0_1_0</tag> - </version> - </versions> - - <mailingLists> - <mailingList> - <name>Jetrix Commits</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/jetrix-cvs</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/jetrix-cvs</unsubscribe> - <archive>https://sourceforge.net/mailarchive/forum.php?forum_id=12998</archive> - </mailingList> - </mailingLists> - - <developers> - <developer> - <name>Emmanuel Bourg</name> - <id>smanux</id> - <email>sm...@lf...</email> - <organization>LFJR - Ligue Francophone de Jeux en R\xE9seau</organization> - </developer> - </developers> - - <contributors> - <contributor> - <name>Tim Van Wassenhove</name> - <roles> - <role>Dutch translator</role> - </roles> - </contributor> - <contributor> - <name>Mario Meuser</name> - <roles> - <role>German translator</role> - </roles> - </contributor> - <contributor> - <name>Julian Mesa Llopis</name> - <roles> - <role>Spanish translator</role> - </roles> - </contributor> - <contributor> - <name>Bryan Reynaert</name> - <roles> - <role>Spanish translator</role> - </roles> - </contributor> - <contributor> - <name>Claudio Gargiulo</name> - <roles> - <role>Italian translator</role> - </roles> - </contributor> - <contributor> - <name>V\xEDtor Melo</name> - <roles> - <role>Portuguese translator</role> - </roles> - </contributor> - </contributors> - - <licenses> - <license> - <name>GNU General Public License, Version 2</name> - <url>/doc/license.txt</url> - <distribution>manual</distribution> - </license> - </licenses> - - <dependencies> - <dependency> - <id>commons-collections</id> - <version>2.1</version> - </dependency> - - <dependency> - <id>commons-lang</id> - <version>2.0</version> - </dependency> - - <dependency> - <id>commons-logging</id> - <version>1.0.3</version> - </dependency> - - <dependency> - <id>commons-digester</id> - <version>1.5</version> - </dependency> - - <dependency> - <id>commons-beanutils</id> - <version>1.7.0</version> - </dependency> - - <dependency> - <id>jetty</id> - <version>4.1-rc1</version> - </dependency> - - <dependency> - <id>jcrontab</id> - <version>1.4.1</version> - </dependency> - - <!-- Needed for testing --> - <dependency> - <id>junit</id> - <version>3.8.1</version> - <url>http://www.junit.org</url> - </dependency> - - </dependencies> - - <build> - <sourceDirectory>src/java</sourceDirectory> - <unitTestSourceDirectory>src/test</unitTestSourceDirectory> - - <!-- Unit test classes --> - <unitTest> - <includes> - <include>**/*Test.java</include> - </includes> - <resources> - <resource> - <directory>src/etc</directory> - <targetPath>/</targetPath> - <includes> - <include>*.xml</include> - <include>*.dtd</include> - </includes> - </resource> - <resource> - <directory>src/lang</directory> - <targetPath>/</targetPath> - <includes> - <include>*.properties</include> - </includes> - </resource> - <resource> - <directory>src/etc/data/puzzle</directory> - <targetPath>/data/puzzle</targetPath> - <includes> - <include>*.field</include> - <include>*.settings</include> - </includes> - </resource> - </resources> - </unitTest> - - </build> - - <reports> - <!--<report>maven-statcvs-plugin</report>--> - <report>maven-changes-plugin</report> - <report>maven-javadoc-plugin</report> - <!--<report>maven-jxr-plugin</report>--> - <report>maven-junit-report-plugin</report> - <!--<report>maven-clover-plugin</report>--> - <!--<report>maven-checkstyle-plugin</report>--> - <report>maven-pmd-plugin</report> - <report>maven-simian-plugin</report> - </reports> - -</project> Deleted: jetrix/trunk/src/etc/clover.license =================================================================== --- jetrix/trunk/src/etc/clover.license 2008-09-02 18:17:42 UTC (rev 766) +++ jetrix/trunk/src/etc/clover.license 2008-09-02 19:42:47 UTC (rev 767) @@ -1,165 +0,0 @@ -Product: Clover -License: Open Source License, 0.x, 1.x -Issued: Mon Sep 1 2003 01:36:08 CDT -Expiry: Never -Key: 9860a7991bd1927a59fa014c4 -Name: Emmanuel Bourg -Org: Jetrix Tetrinet Server -Certificate: AAABxG+Ow8B7/zEbxOMqqKwwrdpP+a1COmJGHco7sCNLjHkHnajPF+dQW -Ct12PMy0uml0s9xuus5wKngJ9OFk5XFeh01dzQF66bhXH1bvegLfvja3Kle6BYtDv4LZgE -gk3E0aJN4IbgTn+TgUckSevXDR4KzK77NWJfrVzkxV3/JepY1WvQgUcXQilK7QTwBcZ3Od -/PwtdKMROjIOsav+nqW28rPvCoDOXEpG/GxuA4RC5riWXzv3ZnKQr8IOhO1LXIBKpNWND2 -SbjToMITzpUvSEnrjw1aOrDCr0lidvwM5dwNdyS6uOVamHUyR9oZIrFxyN2DP63fzpr/Ow -G20rTrFr7MgxPrHrLlvHTJ9PxC/oOoUEiGp4UV+79fJykPmRUIIpjZ7DSDSVjJyjyZO8Cu -b67hLyAI/jd5Nh/0rqcpY+aNKJWVTc8pnqCJb40NFjOeKSLpNfA12zuh35bvhkJomqZ5ok -vq2bYO7qMWgZBsxcThI0rj9AARO+fhfeePbmctF6whyU+wzYRNg0Ec1bJR6avswm6fjUMh -XN+jURcupMb3QT56qVz9+TTfNOLMlWqYKRYryilTnIjoNdsn1Zuzq7dTeYf+tVIfIf+gSu -YZ8scRKj7QNiqP52718muMWBetR0UIXuWfj0jNXGuyP7QMm0ZjyuG3YVlwmoG1s5Qft8mt -kTNfmohTZo735HGjKoWUpX2IaA6FgMam9e0lBaTAjVO2+ejmdQXEHH7gRAWGUFhcflKC8o -CtGNP93xFQYtrDGPEzUaQA= -License Agreement: CLOVER VERSION 1 (ONE) SOFTWARE LICENSE AGREEMENT - -1. Licenses and Software - -Cortex eBusiness Pty Ltd, an Australian Proprietary Limited Company -("CENQUA") hereby grants to the purchaser (the "LICENSEE") a limited, -revocable, worldwide, non-exclusive, non-transferable, -non-sublicensable license to use the Clover version 1 (one) software -(the "Software"), including any minor upgrades thereof during the Term -(hereinafter defined) up to, but not including the next major version -of the Software. The licensee shall not, or knowingly allow others to, -reverse engineer, decompile, disassemble, modify, adapt, create -derivative works from or otherwise attempt to derive source code from -the Software provided. And, in accordance with the terms and -conditions of this Software License Agreement (the "Agreement"), the -Software shall be used solely by the licensed users in accordance with -the following edition specific conditions: - -a) Server Edition - -A Server Edition license entitles the Licensee to execute one instance -of Clover Server Edition on one (1) machine for the purposes of -instrumenting source code and generating reports. There are no -limitations on the use of the instrumented source code or generated -reports produced by Server Edition. - -b) Workstation Edition - -A Workstation Edition license entitles the licensee to use Clover -Workstation Edition on one (1) machine by one (1) individual end -user. Workstation Edition does not permit the generation of reports -for distribution. - -c) Team Edition - -A Team Edition license entitles the licensee to use Clover Team -edition on any number of machines solely by the licensed number of -users. Reports generated by Clover Team Edition are strictly for use -only by the licensed number of individual end users. - -2. License Fee - -In exchange for the License(s), the Licensee shall pay to Cenqua a -one-time, up front, non-refundable license fee. At the sole discretion -of Cenqua this fee will be waived for non-commercial -projects. Notwithstanding the Licensee's payment of the License Fee, -Cenqua reserves the right to terminate the License if Cenqua discovers -that the Licensee and/or the Licensee's use of the Software is in -breach of this Agreement. - -3. Proprietary Rights - -Cenqua will retain all right, title and interest in and to the -Software, all copies thereof, and Cenqua website(s), software, and -other intellectual property, including, but not limited to, ownership -of all copyrights, look and feel, trademark rights, design rights, -trade secret rights and any and all other intellectual property and -other proprietary rights therein. The Licensee will not directly or -indirectly obtain or attempt to obtain at any time, any right, title -or interest by registration or otherwise in or to the trademarks, -service marks, copyrights, trade names, symbols, logos or designations -or other intellectual property rights owned or used by Cenqua. All -technical manuals or other information provided by Cenqua to the -Licensee shall be the sole property of Cenqua. - -4. Term and Termination - -Subject to the other provisions hereof, this Agreement shall commence -upon the Licensee's opting into this Agreement and continue until the -Licensee discontinues use of the Software or the Agreement terminates -automatically upon the Licensee's breach of any term or condition of -this Agreement (the "Term"). Upon any such termination, the Licensee -will delete the Software immediately. - -5. Copying & Transfer - -The Licensee may copy the Software for back-up purposes only. The -Licensee may not assign or otherwise transfer the Software to any -third party. - -6. Specific Disclaimer of Warranty and Limitation of Liability - -THE SOFTWARE IS PROVIDED WITHOUT WARRANTY OF ANY KIND. CENQUA -DISCLAIMS ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING BUT NOT -LIMITED TO THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -PARTICULAR PURPOSE. CENQUA WILL NOT BE LIABLE FOR ANY DAMAGES -ASSOCIATED WITH THE SOFTWARE, INCLUDING, WITHOUT LIMITATION, ORDINARY, -INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OF ANY KIND, INCLUDING -BUT NOT LIMITED TO DAMAGES RELATING TO LOST DATA OR LOST PROFITS, EVEN -IF CENQUA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -7. Warranties and Representations - -Licensee Indemnification. CENQUA agrees to indemnify, defend and hold -the Licensee harmless from and against any and all liabilities, -damages, losses, claims, costs, and expenses (including reasonable -legal fees) arising out of or resulting from the Software or the use -thereof infringing upon, misappropriating or violating any patents, -copyrights, trademarks, or trade secret rights or other proprietary -rights of persons, firms or entities who are not parties to this -Agreement. - -CENQUA Indemnification. The Licensee warrants and represents that the -Licensee's actions with regard to the Software will be in compliance -with all applicable laws; and the Licensee agrees to indemnify, -defend, and hold CENQUA harmless from and against any and all -liabilities, damages, losses, claims, costs, and expenses (including -reasonable legal fees) arising out of or resulting from the -Licensee's failure to observe the use restrictions set forth herein. - -8. Publicity - -The Licensee grants permission for CENQUA to use Licensee's name -solely in customer lists. CENQUA shall not, without prior consent in -writing, use the Licensee's name, or that of its affiliates, in any -form with the specific exception of customer lists. CENQUA agrees to -remove Licensee's name from any and all materials within 7 days if -notified by the Licensee in writing. - -9. Governing Law - -This Agreement shall be governed by the laws of New South Wales, -Australia. - -10. Independent Contractors - -The parties are independent contractors with respect to each other, -and nothing in this Agreement shall be construed as creating an -employer-employee relationship, a partnership, agency relationship or -a joint venture between the parties. - -11. Assignment - -This Agreement is not assignable or transferable by the Licensee. -CENQUA in its sole discretion may transfer a license to a third party -at the written request of the Licensee. - -12. Entire Agreement - -This Agreement constitutes the entire agreement between the parties -concerning the Licensee's use of the Software. This Agreement -supersedes any prior verbal understanding between the parties and any -Licensee purchase order or other ordering document, regardless of -whether such document is received by CENQUA before or after execution -of this Agreement. This Agreement may be amended only in writing by -CENQUA. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |