|
From: <be...@us...> - 2006-10-24 16:20:40
|
Revision: 69
http://svn.sourceforge.net/jtreemap/?rev=69&view=rev
Author: benoitx
Date: 2006-10-24 09:20:20 -0700 (Tue, 24 Oct 2006)
Log Message:
-----------
Fix the icons on style
Modified Paths:
--------------
trunk/JTreeMap/.project
trunk/JTreeMap/qalab.xml
trunk/JTreeMap/src/main/java/net/sf/jtreemap/swing/ColorProvider.java
trunk/JTreeMap/src/site/style/maven-objectlabkit.css
trunk/KTreeMap/qalab.xml
trunk/KTreeMap/src/site/style/maven-objectlabkit.css
trunk/common-build/project.xml
trunk/src/site/index.xml
trunk/src/site/style/maven-objectlabkit.css
Modified: trunk/JTreeMap/.project
===================================================================
--- trunk/JTreeMap/.project 2006-10-24 16:05:26 UTC (rev 68)
+++ trunk/JTreeMap/.project 2006-10-24 16:20:20 UTC (rev 69)
@@ -1,18 +1,23 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<projectDescription>
- <name>jtreemap</name>
- <comment>JTreeMap is a Java Swing component which reprensents hierarchical structure in a Treemap</comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>jtreemap</name>
+ <comment>JTreeMap is a Java Swing component which reprensents hierarchical structure in a Treemap</comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature>
+ </natures>
+</projectDescription>
Modified: trunk/JTreeMap/qalab.xml
===================================================================
--- trunk/JTreeMap/qalab.xml 2006-10-24 16:05:26 UTC (rev 68)
+++ trunk/JTreeMap/qalab.xml 2006-10-24 16:20:20 UTC (rev 69)
@@ -236,7 +236,6 @@
<result date="2006-10-23" statvalue="2" type="findbugs"/>
<result date="2006-10-24" statvalue="2" type="findbugs"/>
<result date="2006-10-24" statvalue="2" type="findbugs"/>
- <result date="2006-10-24" statvalue="2" type="findbugs"/>
<result date="2006-10-24" statvalue="1" type="checkstyle"/>
</file>
<file id="net_sf_jtreemap_swing_example_RandomColorProvider.java" path="net/sf/jtreemap/swing/example/RandomColorProvider.java">
Modified: trunk/JTreeMap/src/main/java/net/sf/jtreemap/swing/ColorProvider.java
===================================================================
--- trunk/JTreeMap/src/main/java/net/sf/jtreemap/swing/ColorProvider.java 2006-10-24 16:05:26 UTC (rev 68)
+++ trunk/JTreeMap/src/main/java/net/sf/jtreemap/swing/ColorProvider.java 2006-10-24 16:20:20 UTC (rev 69)
@@ -1,3 +1,35 @@
+/*
+ * ObjectLab, http://www.objectlab.co.uk/open is sponsoring the ObjectLab Kit.
+ *
+ * Based in London, we are world leaders in the design and development
+ * of bespoke applications for the securities financing markets.
+ *
+ * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
+ * ___ _ _ _ _ _
+ * / _ \| |__ (_) ___ ___| |_| | __ _| |__
+ * | | | | '_ \| |/ _ \/ __| __| | / _` | '_ \
+ * | |_| | |_) | | __/ (__| |_| |__| (_| | |_) |
+ * \___/|_.__// |\___|\___|\__|_____\__,_|_.__/
+ * |__/
+ *
+ * www.ObjectLab.co.uk
+ *
+ * $Id$
+ *
+ * Copyright 2006 the original author or authors.
+ *
+ * Licensed 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.
+ */
package net.sf.jtreemap.swing;
import java.awt.Color;
@@ -29,5 +61,4 @@
* @return a legend JPanel
*/
public abstract JPanel getLegendPanel();
-
}
Modified: trunk/JTreeMap/src/site/style/maven-objectlabkit.css
===================================================================
--- trunk/JTreeMap/src/site/style/maven-objectlabkit.css 2006-10-24 16:05:26 UTC (rev 68)
+++ trunk/JTreeMap/src/site/style/maven-objectlabkit.css 2006-10-24 16:20:20 UTC (rev 69)
@@ -78,11 +78,11 @@
font-size: 12px;
padding-top: 2px;
}
-
+/*
div#navcolumn li {
background: #eeeeee !important;
}
-
+*/
div#navcolumn div a {
color: #002070;
font-size: 11px;
Modified: trunk/KTreeMap/qalab.xml
===================================================================
--- trunk/KTreeMap/qalab.xml 2006-10-24 16:05:26 UTC (rev 68)
+++ trunk/KTreeMap/qalab.xml 2006-10-24 16:20:20 UTC (rev 69)
@@ -139,6 +139,7 @@
<result date="2006-10-23" statvalue="47" type="checkstyle"/>
<result date="2006-10-23" statvalue="1" type="findbugs"/>
<result date="2006-10-23" statvalue="1" type="findbugs"/>
+ <result date="2006-10-24" statvalue="1" type="findbugs"/>
<result date="2006-10-24" statvalue="47" type="checkstyle"/>
<result date="2006-10-24" statvalue="1" type="findbugs"/>
<result date="2006-10-24" statvalue="1" type="findbugs"/>
Modified: trunk/KTreeMap/src/site/style/maven-objectlabkit.css
===================================================================
--- trunk/KTreeMap/src/site/style/maven-objectlabkit.css 2006-10-24 16:05:26 UTC (rev 68)
+++ trunk/KTreeMap/src/site/style/maven-objectlabkit.css 2006-10-24 16:20:20 UTC (rev 69)
@@ -78,11 +78,11 @@
font-size: 12px;
padding-top: 2px;
}
-
+/*
div#navcolumn li {
background: #eeeeee !important;
}
-
+*/
div#navcolumn div a {
color: #002070;
font-size: 11px;
Modified: trunk/common-build/project.xml
===================================================================
--- trunk/common-build/project.xml 2006-10-24 16:05:26 UTC (rev 68)
+++ trunk/common-build/project.xml 2006-10-24 16:20:20 UTC (rev 69)
@@ -29,7 +29,7 @@
<groupId>net.sf.jtreemap</groupId>
<currentVersion>1.1.0</currentVersion>
<organization>
- <name>ObjectLab Financial Ltd</name>
+ <name>L. Dutheil and ObjectLab Financial Ltd</name>
<url>http://www.objectlab.co.uk</url>
<logo>
http://www.objectlab.co.uk/images/objectlab-web-noblue.gif
@@ -173,7 +173,7 @@
<report>maven-simian-plugin</report>
<report>maven-cobertura-plugin</report>
<report>maven-qalab-plugin</report>
- <report>maven-ydoc-plugin</report>
+ <report>maven-javadoc-plugin</report>
<report>maven-jdepend-plugin</report>
<report>maven-faq-plugin</report>
<report>maven-junit-report-plugin</report>
Modified: trunk/src/site/index.xml
===================================================================
--- trunk/src/site/index.xml 2006-10-24 16:05:26 UTC (rev 68)
+++ trunk/src/site/index.xml 2006-10-24 16:20:20 UTC (rev 69)
@@ -59,7 +59,7 @@
</subsection>
- <subsection name="So, what is on offer?">
+ <subsection name="Which JDK?">
<p>1.5+, get over it :-)</p>
</subsection>
@@ -81,7 +81,7 @@
<p>JTreeMap releases a basic demo application, you can open XML and TM3 files. The application can be launched via (see <a href="jtreemap.jnlp">WebStart</a>) or
this way: java -jar jtreemap-1.1.0.jar</p>
<p>The accepted file formats are: XML of the following format:</p>
- <div class="code"><pre>
+ <div class="source"><pre>
<?xml version='1.0' encoding='ISO-8859-1'?>
<!ELEMENT root (label,(branch |leaf)*)>
<!ELEMENT branch (label,(branch|leaf)*)>
@@ -92,7 +92,7 @@
</pre></div>
<p>XML Example:</p>
- <div class="code"><pre>
+ <div class="source"><pre>
<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE root SYSTEM "TreeMap.dtd" >
<root>
@@ -125,7 +125,7 @@
</pre></div>
<p>In the field of treemapping, there is also a standard file format called TM3, which is TAB delimited:</p>
- <div class="code"><pre>
+ <div class="source"><pre>
Length (Miles) Traffic Lights Speed Limit Repairs per week
FLOAT INTEGER INTEGER FLOAT
12.5 4 40 2.3 Roads Highway Route 1
@@ -140,7 +140,7 @@
<subsection name="As an component in your application">
<p>The library provided allows you to integrate the treemap in your java app</p>
- <div class="code"><pre>
+ <div class="source"><pre>
//
// Build the Tree with JTreeMap classes
Modified: trunk/src/site/style/maven-objectlabkit.css
===================================================================
--- trunk/src/site/style/maven-objectlabkit.css 2006-10-24 16:05:26 UTC (rev 68)
+++ trunk/src/site/style/maven-objectlabkit.css 2006-10-24 16:20:20 UTC (rev 69)
@@ -78,11 +78,11 @@
font-size: 12px;
padding-top: 2px;
}
-
+/*
div#navcolumn li {
background: #eeeeee !important;
}
-
+*/
div#navcolumn div a {
color: #002070;
font-size: 11px;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|