Author: crossley
Date: Sat Apr 7 00:05:10 2007
New Revision: 526386
URL: http://svn.apache.org/viewvc?view=rev&rev=526386
Log:
Whitespace changes only. Using xmlformat. Issue: FOR-644
Modified:
forrest/trunk/tools/logos/build.xml
forrest/trunk/tools/logos/logopage.xsl
forrest/trunk/tools/logos/logos.xsl
forrest/trunk/tools/logos/projects.xml
Modified: forrest/trunk/tools/logos/build.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/tools/logos/build.xml?view=diff&rev=526386&r1=526385&r2=526386
==============================================================================
--- forrest/trunk/tools/logos/build.xml (original)
+++ forrest/trunk/tools/logos/build.xml Sat Apr 7 00:05:10 2007
@@ -16,12 +16,10 @@
limitations under the License.
-->
<project default="logos" basedir="." name="build">
-
- <target name="logos">
- <mkdir dir="build"/>
- <mkdir dir="build/tmp"/>
- <xslt in="projects.xml" out="build/tmp/build.xml" style="logos.xsl"/>
- <ant antfile="build/tmp/build.xml"/>
+ <target name="logos">
+ <mkdir dir="build"/>
+ <mkdir dir="build/tmp"/>
+ <xslt in="projects.xml" out="build/tmp/build.xml" style="logos.xsl"/>
+ <ant antfile="build/tmp/build.xml"/>
</target>
-
</project>
Modified: forrest/trunk/tools/logos/logopage.xsl
URL:
http://svn.apache.org/viewvc/forrest/trunk/tools/logos/logopage.xsl?view=diff&rev=526386&r1=526385&r2=526386
==============================================================================
--- forrest/trunk/tools/logos/logopage.xsl (original)
+++ forrest/trunk/tools/logos/logopage.xsl Sat Apr 7 00:05:10 2007
@@ -18,45 +18,36 @@
<xsl:stylesheet
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
<xsl:output indent="yes" method="xml"/>
-
-
<xsl:template match="projects">
- <html>
+ <html>
<body bgcolor="#999999">
<h1>Apache Project Logos</h1>
- <p>The SVN module that contains these logos and the code to
- make them is in the forrest repository under 'tools/logos'.
- If you need a new logo, or want to change some params, look
- at the others for examples, change the projects.xml file
- accordingly, then run 'ant'.
- <br/><a href="#moreinfo">[more info]</a></p>
-
<p>
- Note that if you are not using these logos for an Apache project
- then be aware about using
+ The SVN module that contains these logos and the code to make them is
+ in the forrest repository under 'tools/logos'. If you need a new
logo,
+ or want to change some params, look at the others for examples,
change
+ the projects.xml file accordingly, then run 'ant'.
+ <br/>
+ <a href="#moreinfo">[more info]</a>
+ </p>
+ <p>
+ Note that if you are not using these logos for an Apache project then
+ be aware about using
<a href="http://www.apache.org/foundation/licence-FAQ.html#Marks">
trade marks</a>.
</p>
-
- <h2>Projects</h2>
- <ul>
- <xsl:for-each select="project">
-
- <li>
- <a href="[EMAIL PROTECTED]">
- <xsl:value-of select="@name" /> - <xsl:value-of select="@id"
/>
- </a>
- </li>
-
- </xsl:for-each>
- </ul>
-
- <xsl:apply-templates select="project"/>
-
- <h2 id="moreinfo">HOWTO</h2>
- <p>Basically these are the infos:
+ <h2>Projects</h2>
+ <ul>
+ <xsl:for-each select="project">
+ <li><a href="[EMAIL PROTECTED]">
+ <xsl:value-of select="@name" /> - <xsl:value-of select="@id"
/></a></li>
+ </xsl:for-each>
+ </ul>
+ <xsl:apply-templates select="project"/>
+ <h2 id="moreinfo">HOWTO</h2>
+ <p>
+ Basically these are the infos:
<ul>
<li><b>id:</b> directory</li>
<li><b>url:</b> i n c u b a t o r</li>
@@ -74,8 +65,8 @@
<li><b>bgcolor:</b> [backgroundcolor|$forrest|$maven]</li>
<li><b>scale:</b> [small|normal|big]</li>
</ul>
- The above example is like this in projects.xml:
- <pre>
+ The above example is like this in projects.xml:
+ <pre>
<project
id="directory"
logo="apache"
@@ -85,35 +76,44 @@
color="black"
scale="normal" />
</pre>
- In particular the Incubator Project logos are an example of some
- of the possible combinations.</p>
- <p>If you need a different logo type, you can add the xsl template
- to the 'logo-templates' dir and reference it by filename (minus the
extension).</p>
- <p>In alternative, ask someone that knows how to do it (ATM [EMAIL
PROTECTED])
- and send the SVG version of a logo template.</p>
-
- </body>
+ In particular the Incubator Project logos are an example of some of
+ the possible combinations.
+ </p>
+ <p>
+ If you need a different logo type, you can add the xsl template to
the
+ 'logo-templates' dir and reference it by filename (minus the
+ extension).
+ </p>
+ <p>
+ In alternative, ask someone that knows how to do it (ATM
+ [EMAIL PROTECTED]) and send the SVG version of a logo template.
+ </p>
+ </body>
</html>
</xsl:template>
-
-
<xsl:template match="project">
-
- <h2 id="[EMAIL PROTECTED]"><xsl:value-of select="@name" /></h2>
- <img><xsl:attribute name="src">apache-<xsl:value-of select="@id"
/>.png</xsl:attribute></img>
- <br/>
- <a><xsl:attribute name="href">apache-<xsl:value-of select="@id"
/>.svg</xsl:attribute>apache-<xsl:value-of select="@id" />.svg</a>
- <ul>
- <li><b>id: </b><xsl:value-of select="@id" /></li>
- <li><b>url: </b><xsl:value-of select="@url" /></li>
- <li><b>logo: </b><xsl:value-of select="@logo" /></li>
- <li><b>color: </b><xsl:value-of select="@color" /></li>
- <li><b>bgcolor: </b><xsl:value-of select="@bgcolor" /></li>
- <li><b>scale: </b><xsl:value-of select="@scale" /></li>
- </ul>
-
- <hr/>
-
+ <h2 id="[EMAIL PROTECTED]">
+ <xsl:value-of select="@name" />
+ </h2>
+ <img>
+ <xsl:attribute name="src">apache-<xsl:value-of select="@id"
/>.png</xsl:attribute>
+ </img>
+ <br/><a>
+ <xsl:attribute name="href">apache-<xsl:value-of select="@id"
/>.svg</xsl:attribute>apache-<xsl:value-of select="@id" />.svg</a>
+ <ul>
+ <li><b>id: </b>
+ <xsl:value-of select="@id" /></li>
+ <li><b>url: </b>
+ <xsl:value-of select="@url" /></li>
+ <li><b>logo: </b>
+ <xsl:value-of select="@logo" /></li>
+ <li><b>color: </b>
+ <xsl:value-of select="@color" /></li>
+ <li><b>bgcolor: </b>
+ <xsl:value-of select="@bgcolor" /></li>
+ <li><b>scale: </b>
+ <xsl:value-of select="@scale" /></li>
+ </ul>
+ <hr/>
</xsl:template>
-
</xsl:stylesheet>
Modified: forrest/trunk/tools/logos/logos.xsl
URL:
http://svn.apache.org/viewvc/forrest/trunk/tools/logos/logos.xsl?view=diff&rev=526386&r1=526385&r2=526386
==============================================================================
--- forrest/trunk/tools/logos/logos.xsl (original)
+++ forrest/trunk/tools/logos/logos.xsl Sat Apr 7 00:05:10 2007
@@ -18,148 +18,183 @@
<xsl:stylesheet
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
<xsl:output indent="yes" method="xml"/>
-
-
<xsl:template match="projects">
- <project default="logo" basedir="../.." name="tmpbuild">
-
+ <project default="logo" basedir="../.." name="tmpbuild">
<target name="logo">
- <xsl:attribute name = "depends" >init<xsl:for-each select =
"project">,<xsl:value-of select="@id" /></xsl:for-each></xsl:attribute>
+ <xsl:attribute name = "depends" >init<xsl:for-each select =
"project">,<xsl:value-of select="@id" />
+ </xsl:for-each>
+ </xsl:attribute>
</target>
-
<target name="init">
<mkdir dir="build"/>
<mkdir dir="generated"/>
<xslt in="projects.xml" out="generated/index.html"
style="logopage.xsl"/>
<path id="classpath">
<fileset dir="../../lib/core">
- <include name="batik*.jar"/>
- </fileset>
+ <include name="batik*.jar"/>
+ </fileset>
<fileset dir=".">
- <include name="batik*.jar"/>
- </fileset>
+ <include name="batik*.jar"/>
+ </fileset>
<fileset dir="../../lib/endorsed">
- <include name="*.jar"/>
- </fileset>
+ <include name="*.jar"/>
+ </fileset>
</path>
-
<xsl:for-each select = "project">
<available file="generated/[EMAIL PROTECTED]" property="[EMAIL
PROTECTED]"/>
</xsl:for-each>
-
</target>
-
<xsl:apply-templates select="project"/>
-
</project>
</xsl:template>
-
-
<xsl:template match="project">
-
- <target>
- <xsl:attribute name = "name" ><xsl:value-of select="@id" /></xsl:attribute>
- <xsl:attribute name = "unless" ><xsl:value-of select="@id"
/>.svg.present</xsl:attribute>
-
- <xsl:variable name="bgcolor"><xsl:choose>
- <xsl:when test="@bgcolor='$forrest'">#294563</xsl:when>
- <xsl:when test="@bgcolor='$maven'">#003063</xsl:when>
- <xsl:otherwise><xsl:value-of select="@bgcolor"/></xsl:otherwise>
- </xsl:choose></xsl:variable>
-
- <xsl:variable name="scale"><xsl:choose>
- <xsl:when test="@scale='small'">0.8</xsl:when>
- <xsl:when test="@scale='big'">1.4</xsl:when>
- <xsl:otherwise>1</xsl:otherwise>
- </xsl:choose></xsl:variable>
-
+ <target>
+ <xsl:attribute name = "name" >
+ <xsl:value-of select="@id" />
+ </xsl:attribute>
+ <xsl:attribute name = "unless" >
+ <xsl:value-of select="@id" />.svg.present</xsl:attribute>
+ <xsl:variable name="bgcolor">
+ <xsl:choose>
+ <xsl:when test="@bgcolor='$forrest'">#294563</xsl:when>
+ <xsl:when test="@bgcolor='$maven'">#003063</xsl:when>
+ <xsl:otherwise>
+ <xsl:value-of select="@bgcolor"/>
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:variable>
+ <xsl:variable name="scale">
+ <xsl:choose>
+ <xsl:when test="@scale='small'">0.8</xsl:when>
+ <xsl:when test="@scale='big'">1.4</xsl:when>
+ <xsl:otherwise>1</xsl:otherwise>
+ </xsl:choose>
+ </xsl:variable>
<!--
<xsl:variable name="width">520*number($scale)*14</xsl:variable>
<xsl:variable name="height">51*number($scale)*14</xsl:variable>
apache-jakarta - 350,68
-->
-
<xsl:variable name="width">
<xsl:choose>
- <xsl:when test="@logo='apache-httpd'"><xsl:value-of
select="572*number($scale)" /></xsl:when>
- <xsl:when test="@logo='apache-jakarta'"><xsl:value-of
select="(300+(string-length(@name)*13))*number($scale)" /></xsl:when>
- <xsl:when test="@logo='apachecon'"><xsl:value-of
select="125*number($scale)" /></xsl:when>
- <xsl:when test="@logo='apachecon-wide'"><xsl:value-of
select="234*number($scale)" /></xsl:when>
- <xsl:otherwise><xsl:value-of
select="(450+(string-length(@name)*13))*number($scale)" /></xsl:otherwise>
+ <xsl:when test="@logo='apache-httpd'">
+ <xsl:value-of select="572*number($scale)" />
+ </xsl:when>
+ <xsl:when test="@logo='apache-jakarta'">
+ <xsl:value-of
select="(300+(string-length(@name)*13))*number($scale)" />
+ </xsl:when>
+ <xsl:when test="@logo='apachecon'">
+ <xsl:value-of select="125*number($scale)" />
+ </xsl:when>
+ <xsl:when test="@logo='apachecon-wide'">
+ <xsl:value-of select="234*number($scale)" />
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:value-of
select="(450+(string-length(@name)*13))*number($scale)" />
+ </xsl:otherwise>
</xsl:choose>
</xsl:variable>
-
<xsl:variable name="height">
<xsl:choose>
- <xsl:when test="@logo='apache-httpd'"><xsl:value-of
select="53*number($scale)" /></xsl:when>
- <xsl:when test="@logo='apache-jakarta'"><xsl:value-of
select="68*number($scale)" /></xsl:when>
- <xsl:when test="@logo='apachecon'"><xsl:value-of
select="125*number($scale)" /></xsl:when>
- <xsl:when test="@logo='apachecon-wide'"><xsl:value-of
select="60*number($scale)" /></xsl:when>
- <xsl:otherwise><xsl:value-of select="51*number($scale)"
/></xsl:otherwise>
+ <xsl:when test="@logo='apache-httpd'">
+ <xsl:value-of select="53*number($scale)" />
+ </xsl:when>
+ <xsl:when test="@logo='apache-jakarta'">
+ <xsl:value-of select="68*number($scale)" />
+ </xsl:when>
+ <xsl:when test="@logo='apachecon'">
+ <xsl:value-of select="125*number($scale)" />
+ </xsl:when>
+ <xsl:when test="@logo='apachecon-wide'">
+ <xsl:value-of select="60*number($scale)" />
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:value-of select="51*number($scale)" />
+ </xsl:otherwise>
</xsl:choose>
</xsl:variable>
-
- <xsl:variable name="svgfile">generated/apache-<xsl:value-of select="@id"
/>.svg</xsl:variable>
-
- <copy overwrite="true">
- <xsl:attribute name="file">templates/<xsl:value-of select="@logo"
/>.svg</xsl:attribute>
- <xsl:attribute name="tofile"><xsl:value-of select="$svgfile"
/></xsl:attribute>
- <filterset>
- <filter token="NAME">
- <xsl:attribute name="value"><xsl:value-of select="@name"
/></xsl:attribute>
- </filter>
- <filter token="NAME-2">
- <xsl:attribute name="value"><xsl:value-of select="@name-2"
/></xsl:attribute>
- </filter>
- <filter token="NAME-3">
- <xsl:attribute name="value"><xsl:value-of select="@name-3"
/></xsl:attribute>
- </filter>
- <filter token="NAME-4">
- <xsl:attribute name="value"><xsl:value-of select="@name-4"
/></xsl:attribute>
- </filter>
- <filter token="NAME-5">
- <xsl:attribute name="value"><xsl:value-of select="@name-5"
/></xsl:attribute>
- </filter>
- <filter token="ID">
- <xsl:attribute name="value"><xsl:value-of select="@id"
/></xsl:attribute>
- </filter>
- <filter token="URL">
- <xsl:attribute name="value"><xsl:value-of select="@url"
/></xsl:attribute>
- </filter>
- <filter token="BGCOLOR">
- <xsl:attribute name="value"><xsl:value-of select="$bgcolor"
/></xsl:attribute>
- </filter>
- <filter token="COLOR">
- <xsl:attribute name="value"><xsl:value-of select="@color"
/></xsl:attribute>
- </filter>
- <filter token="COLOR-2">
- <xsl:attribute name="value"><xsl:value-of select="@color-2"
/></xsl:attribute>
- </filter>
- <filter token="SCALE">
- <xsl:attribute name="value"><xsl:value-of select="$scale"
/></xsl:attribute>
- </filter>
- <filter token="WIDTH">
- <xsl:attribute name="value"><xsl:value-of select="$width"
/></xsl:attribute>
- </filter>
- <filter token="HEIGHT">
- <xsl:attribute name="value"><xsl:value-of select="$height"
/></xsl:attribute>
- </filter>
- </filterset>
- </copy>
-
- <java fork="yes" classname="org.apache.batik.apps.rasterizer.Main">
- <arg value="{$svgfile}"/>
- <!--<arg value="-d"/><arg value="{$pngfile}"/>-->
- <arg value="-scriptSecurityOff"/>
-
- <classpath refid="classpath" />
- </java>
-
- </target>
-
+ <xsl:variable name="svgfile">generated/apache-<xsl:value-of select="@id"
/>.svg</xsl:variable>
+ <copy overwrite="true">
+ <xsl:attribute name="file">templates/<xsl:value-of select="@logo"
/>.svg</xsl:attribute>
+ <xsl:attribute name="tofile">
+ <xsl:value-of select="$svgfile" />
+ </xsl:attribute>
+ <filterset>
+ <filter token="NAME">
+ <xsl:attribute name="value">
+ <xsl:value-of select="@name" />
+ </xsl:attribute>
+ </filter>
+ <filter token="NAME-2">
+ <xsl:attribute name="value">
+ <xsl:value-of select="@name-2" />
+ </xsl:attribute>
+ </filter>
+ <filter token="NAME-3">
+ <xsl:attribute name="value">
+ <xsl:value-of select="@name-3" />
+ </xsl:attribute>
+ </filter>
+ <filter token="NAME-4">
+ <xsl:attribute name="value">
+ <xsl:value-of select="@name-4" />
+ </xsl:attribute>
+ </filter>
+ <filter token="NAME-5">
+ <xsl:attribute name="value">
+ <xsl:value-of select="@name-5" />
+ </xsl:attribute>
+ </filter>
+ <filter token="ID">
+ <xsl:attribute name="value">
+ <xsl:value-of select="@id" />
+ </xsl:attribute>
+ </filter>
+ <filter token="URL">
+ <xsl:attribute name="value">
+ <xsl:value-of select="@url" />
+ </xsl:attribute>
+ </filter>
+ <filter token="BGCOLOR">
+ <xsl:attribute name="value">
+ <xsl:value-of select="$bgcolor" />
+ </xsl:attribute>
+ </filter>
+ <filter token="COLOR">
+ <xsl:attribute name="value">
+ <xsl:value-of select="@color" />
+ </xsl:attribute>
+ </filter>
+ <filter token="COLOR-2">
+ <xsl:attribute name="value">
+ <xsl:value-of select="@color-2" />
+ </xsl:attribute>
+ </filter>
+ <filter token="SCALE">
+ <xsl:attribute name="value">
+ <xsl:value-of select="$scale" />
+ </xsl:attribute>
+ </filter>
+ <filter token="WIDTH">
+ <xsl:attribute name="value">
+ <xsl:value-of select="$width" />
+ </xsl:attribute>
+ </filter>
+ <filter token="HEIGHT">
+ <xsl:attribute name="value">
+ <xsl:value-of select="$height" />
+ </xsl:attribute>
+ </filter>
+ </filterset>
+ </copy>
+ <java fork="yes" classname="org.apache.batik.apps.rasterizer.Main">
+ <arg value="{$svgfile}"/>
+<!--<arg value="-d"/><arg value="{$pngfile}"/>-->
+ <arg value="-scriptSecurityOff"/>
+ <classpath refid="classpath" />
+ </java>
+ </target>
</xsl:template>
-
</xsl:stylesheet>
Modified: forrest/trunk/tools/logos/projects.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/tools/logos/projects.xml?view=diff&rev=526386&r1=526385&r2=526386
==============================================================================
--- forrest/trunk/tools/logos/projects.xml (original)
+++ forrest/trunk/tools/logos/projects.xml Sat Apr 7 00:05:10 2007
@@ -16,9 +16,8 @@
limitations under the License.
-->
<projects>
-
- <!-- ApacheCon images. See www.apache.org/ads/ApacheCon/ -->
- <project
+<!-- ApacheCon images. See www.apache.org/ads/ApacheCon/ -->
+ <project
id="apachecon-eu-2007"
logo="apachecon"
name="Europe"
@@ -30,8 +29,7 @@
color="white"
color-2="black"
scale="normal" />
-
- <project
+ <project
id="apachecon-eu-2007-wide"
logo="apachecon-wide"
name="Europe"
@@ -43,8 +41,7 @@
color="white"
color-2="black"
scale="normal" />
-
- <project
+ <project
id="apachecon-us-2007"
logo="apachecon"
name="US"
@@ -56,8 +53,7 @@
color="white"
color-2="black"
scale="normal" />
-
- <project
+ <project
id="apachecon-us-2007-wide"
logo="apachecon-wide"
name="US"
@@ -69,8 +65,7 @@
color="white"
color-2="black"
scale="normal" />
-
- <project
+ <project
id="apachecon-asia-2006"
logo="apachecon"
name="Asia"
@@ -83,9 +78,8 @@
color="white"
color-2="#ff7300"
scale="normal" />
-
- <!-- project logos -->
- <project
+<!-- project logos -->
+ <project
id="projects"
logo="apache-resource"
name="Projects"
@@ -93,8 +87,7 @@
bgcolor="white"
color="#426973"
scale="big" />
-
- <project
+ <project
id="wiki"
logo="apache-resource"
name="WiKi"
@@ -102,8 +95,7 @@
bgcolor="white"
color="#426973"
scale="big" />
-
- <project
+ <project
id="wiki-fancy"
logo="apache-resource"
name="WiKi"
@@ -111,8 +103,7 @@
bgcolor="url(#AIgd71_15)"
color="white"
scale="big" />
-
- <project
+ <project
id="wiki-normal"
logo="apache-resource"
name="WiKi"
@@ -120,8 +111,7 @@
bgcolor="white"
color="#426973"
scale="normal" />
-
- <project
+ <project
id="mailarchive"
logo="apache-resource"
name="Mail Archive"
@@ -129,8 +119,7 @@
bgcolor="white"
color="#003063"
scale="normal" />
-
- <project
+ <project
id="issuetracking"
logo="apache-resource"
name="Issue Tracking"
@@ -138,8 +127,7 @@
bgcolor="#003063"
color="white"
scale="small" />
-
- <project
+ <project
id="httpd"
logo="apache-httpd"
name="HTTP SERVER"
@@ -147,8 +135,7 @@
bgcolor="white"
color="black"
scale="big" />
-
- <project
+ <project
id="ant"
logo="apache"
name="Ant"
@@ -156,8 +143,7 @@
bgcolor="$forrest"
color="white"
scale="normal" />
-
- <project
+ <project
id="apr"
logo="apache-httpd"
name="Portable Runtime"
@@ -165,8 +151,7 @@
bgcolor="white"
color="black"
scale="big" />
-
- <project
+ <project
id="avalon"
logo="apache"
name="Avalon"
@@ -174,8 +159,7 @@
bgcolor="white"
color="black"
scale="normal" />
-
- <project
+ <project
id="cocoon"
logo="apache"
name="Cocoon"
@@ -183,8 +167,7 @@
bgcolor="$forrest"
color="white"
scale="normal" />
-
- <project
+ <project
id="commons"
logo="apache-httpd"
name="Commons"
@@ -192,8 +175,7 @@
bgcolor="white"
color="black"
scale="big" />
-
- <project
+ <project
id="db"
logo="apache"
name="DB"
@@ -201,8 +183,7 @@
bgcolor="$maven"
color="white"
scale="normal" />
-
- <project
+ <project
id="depot"
logo="apache"
name="Depot"
@@ -210,8 +191,7 @@
bgcolor="white"
color="black"
scale="normal" />
-
- <project
+ <project
id="directory"
logo="apache"
name="Directory"
@@ -219,8 +199,7 @@
bgcolor="white"
color="black"
scale="normal" />
-
- <project
+ <project
id="forrest"
logo="apache"
name="Forrest"
@@ -228,8 +207,7 @@
bgcolor="$forrest"
color="white"
scale="small" />
-
- <project
+ <project
id="incubator-normal"
logo="apache"
name="Incubator"
@@ -237,8 +215,7 @@
bgcolor="white"
color="black"
scale="normal" />
-
- <project
+ <project
id="incubator"
logo="apache"
name="Incubator"
@@ -246,8 +223,7 @@
bgcolor="$forrest"
color="white"
scale="small" />
-
- <project
+ <project
id="incubator-compressed"
logo="apache-jakarta"
name="Incubator"
@@ -255,8 +231,7 @@
bgcolor="$forrest"
color="white"
scale="small" />
-
- <project
+ <project
id="incubator-httpdstyle"
logo="apache-httpd"
name="Incubator"
@@ -264,8 +239,7 @@
bgcolor="$forrest"
color="white"
scale="small" />
-
- <project
+ <project
id="incubator-white"
logo="apache"
name="Incubator"
@@ -273,8 +247,7 @@
bgcolor="white"
color="black"
scale="small" />
-
- <project
+ <project
id="incubator-white-compressed"
logo="apache-jakarta"
name="Incubator"
@@ -282,8 +255,7 @@
bgcolor="white"
color="black"
scale="small" />
-
- <project
+ <project
id="incubator-white-httpdstyle"
logo="apache-httpd"
name="Incubator"
@@ -291,8 +263,7 @@
bgcolor="white"
color="black"
scale="small" />
-
- <project
+ <project
id="incubator-maven"
logo="apache"
name="Incubator"
@@ -300,8 +271,7 @@
bgcolor="$maven"
color="white"
scale="small" />
-
- <project
+ <project
id="incubator-maven-compressed"
logo="apache-jakarta"
name="Incubator"
@@ -309,8 +279,7 @@
bgcolor="$maven"
color="white"
scale="small" />
-
- <project
+ <project
id="incubator-maven-httpdstyle"
logo="apache-httpd"
name="Incubator"
@@ -318,8 +287,7 @@
bgcolor="$maven"
color="white"
scale="small" />
-
- <project
+ <project
id="jakarta"
logo="apache-jakarta"
name="Jakarta"
@@ -327,8 +295,7 @@
bgcolor="white"
color="black"
scale="normal" />
-
- <project
+ <project
id="jakarta-forrest"
logo="apache"
name="Jakarta"
@@ -336,8 +303,7 @@
bgcolor="$forrest"
color="white"
scale="small" />
-
- <project
+ <project
id="james"
logo="apache"
name="James"
@@ -345,8 +311,7 @@
bgcolor="white"
color="black"
scale="normal" />
-
- <project
+ <project
id="maven"
logo="apache"
name="Maven"
@@ -354,8 +319,7 @@
bgcolor="$maven"
color="white"
scale="normal" />
-
- <project
+ <project
id="perl"
logo="apache"
name="mod_perl"
@@ -363,8 +327,7 @@
bgcolor="white"
color="grey"
scale="small" />
-
- <project
+ <project
id="php"
logo="apache"
name="php"
@@ -372,8 +335,7 @@
bgcolor="#9c9ace"
color="black"
scale="normal" />
-
- <project
+ <project
id="portals"
logo="apache"
name="Portals"
@@ -381,17 +343,15 @@
bgcolor="white"
color="black"
scale="normal" />
-
- <project
+ <project
id="ws"
logo="apache-httpd"
name="&lt;Web Services/&gt;"
url="w s"
bgcolor="white"
color="black"
- scale="normal" />
-
- <project
+ scale="normal" />
+ <project
id="xml"
logo="apache"
name="XML"
@@ -399,7 +359,4 @@
bgcolor="$forrest"
color="white"
scale="normal" />
-
-
</projects>
-