You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2011/04/28 11:40:56 UTC

svn commit: r1097383 - in /incubator/hama/branches/0.2: LICENSE.txt NOTICE.txt build.xml lib/UmlGraph.jar lib/commons-httpclient-3.0.1.jar lib/jasper-compiler-5.5.12.jar lib/jasper-runtime-5.5.12.jar lib/servlet-api-2.5-6.1.14.jar

Author: edwardyoon
Date: Thu Apr 28 09:40:55 2011
New Revision: 1097383

URL: http://svn.apache.org/viewvc?rev=1097383&view=rev
Log:
Remove unused dependencies.

Removed:
    incubator/hama/branches/0.2/lib/UmlGraph.jar
    incubator/hama/branches/0.2/lib/commons-httpclient-3.0.1.jar
    incubator/hama/branches/0.2/lib/jasper-compiler-5.5.12.jar
    incubator/hama/branches/0.2/lib/jasper-runtime-5.5.12.jar
    incubator/hama/branches/0.2/lib/servlet-api-2.5-6.1.14.jar
Modified:
    incubator/hama/branches/0.2/LICENSE.txt
    incubator/hama/branches/0.2/NOTICE.txt
    incubator/hama/branches/0.2/build.xml

Modified: incubator/hama/branches/0.2/LICENSE.txt
URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.2/LICENSE.txt?rev=1097383&r1=1097382&r2=1097383&view=diff
==============================================================================
--- incubator/hama/branches/0.2/LICENSE.txt (original)
+++ incubator/hama/branches/0.2/LICENSE.txt Thu Apr 28 09:40:55 2011
@@ -201,37 +201,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-===================================================
-The following license applies to the UmlGraph package
-===================================================
-Copyright (c) 2002-2007, Diomidis Spinellis
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-    * Redistributions of source code must retain the above copyright
-      notice, this list of conditions and the following disclaimer.
-    * Redistributions in binary form must reproduce the above copyright
-      notice, this list of conditions and the following disclaimer in the
-      documentation and/or other materials provided with the distribution.
-    * Neither the name of Diomidis Spinellis nor the names of its
-      contributors may be used to endorse or promote products derived from
-      this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
-TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
 ==========================================================
 The following license applies to the GroboUtils package
 ==========================================================

Modified: incubator/hama/branches/0.2/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.2/NOTICE.txt?rev=1097383&r1=1097382&r2=1097383&view=diff
==============================================================================
--- incubator/hama/branches/0.2/NOTICE.txt (original)
+++ incubator/hama/branches/0.2/NOTICE.txt Thu Apr 28 09:40:55 2011
@@ -4,9 +4,6 @@ Copyright 2008-2011 The Apache Software 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
-This product includes UmlGraph http://www.umlgraph.org/
-Copyright (c) 2002-2007, Diomidis Spinellis
-
 This product includes GroboTestingJUnit http://groboutils.sourceforge.net/
 Copyright (c) 2002-2003, Matt Albrecht
 

Modified: incubator/hama/branches/0.2/build.xml
URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.2/build.xml?rev=1097383&r1=1097382&r2=1097383&view=diff
==============================================================================
--- incubator/hama/branches/0.2/build.xml (original)
+++ incubator/hama/branches/0.2/build.xml Thu Apr 28 09:40:55 2011
@@ -263,24 +263,6 @@
 		</javadoc>
 	</target>
 
-	<!-- Javadoc with UML diagrams -->
-	<target name="javadocs" depends="compile">
-		<javadoc sourcepath="${src.dir}" packagenames="org.apache.hama.*" destdir="${build.javadoc}" private="true">
-			<doclet name="org.umlgraph.doclet.UmlGraphDoc" path="${lib.dir}/UmlGraph.jar">
-				<param name="-inferrel" />
-				<param name="-inferdep" />
-				<param name="-hide" value="java.*" />
-				<param name="-collpackages" value="java.util.*" />
-				<param name="-qualify" />
-				<param name="-postfixpackage" />
-				<param name="-nodefontsize" value="9" />
-				<param name="-nodefontpackagesize" value="7" />
-				<param name="-link" value="http://download.oracle.com/javase/1.6.0/docs/guide/javadoc/doclet/spec/" />
-				<param name="-link" value="http://download.oracle.com/javase/1.6/docs/api" />
-			</doclet>
-		</javadoc>
-	</target>
-
 	<!-- ================================================================== -->
 	<!-- Run unit tests                                                     -->
 	<!-- ================================================================== -->