paulsp 2004/03/27 05:41:22
Modified: . project.xml
Log:
o Set report list. This is in part to disable the checkstyle report
o Set the site directory. Note: This is temporarly set to Paul Spencer's
personal web space on portals.apache.org. As soon as I have permission
to update the main portals.apache.org site, I will update the site
information.
Revision Changes Path
1.10 +12 -8 jakarta-jetspeed-2/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/project.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- project.xml 23 Mar 2004 03:30:11 -0000 1.9
+++ project.xml 27 Mar 2004 13:41:22 -0000 1.10
@@ -20,24 +20,26 @@
<name>Jetspeed 2 Enterprise Portal</name>
<groupId>jetspeed2</groupId>
<currentVersion>2.0-a1-dev</currentVersion>
+
<organization>
<name>Apache Software Foundation</name>
- <url>http://jakarta.apache.org/</url>
- <logo>/images/jakarta-logo.gif</logo>
+ <url>http://portals.apache.org/</url>
+ <logo>http://portals.apache.org/images/apache-portals.gif</logo>
</organization>
+
<inceptionYear>1999</inceptionYear>
<package>org.apache.jetspeed</package>
- <logo>/images/blue-logo.gif</logo>
+ <logo></logo>
<!-- Gump integration -->
<gumpRepositoryId></gumpRepositoryId>
<description>Jetspeed is an Open Source implementation of an Enterprise
Information Portal, using Java and XML.</description>
<shortDescription>Enterprise Information Portal</shortDescription>
- <url>http://jakarta.apache.org/jetspeed</url>
+ <url>http://portals.apache.org/~paulsp/jetspeed-2</url>
<issueTrackingUrl>http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10492</issueTrackingUrl>
- <siteAddress>http://jakarta.apache.org/jetspeed</siteAddress>
- <siteDirectory></siteDirectory>
+ <siteAddress>portals.apache.org</siteAddress>
+ <siteDirectory>public_html/jetspeed-2</siteDirectory>
<distributionDirectory></distributionDirectory>
<repository>
@@ -142,7 +144,9 @@
<build>
<nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
<sourceDirectory>src/java</sourceDirectory>
-
-
</build>
+ <reports>
+ <report>maven-tasklist-plugin</report>
+ </reports>
+
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]