Author: rahul
Date: Sun Aug 21 18:15:24 2005
New Revision: 234411

URL: http://svn.apache.org/viewcvs?rev=234411&view=rev
Log:
1) Couple of POM changes according to [ 
http://jakarta.apache.org/commons/building.html ]
2) Getting ready to publish Commons SCXML - added changes.xml and a logo (well, 
my initial attempt at that ;-)

Added:
    jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml   (with props)
    jakarta/commons/sandbox/scxml/trunk/xdocs/images/
    jakarta/commons/sandbox/scxml/trunk/xdocs/images/scxml-logo-white.png   
(with props)
Modified:
    jakarta/commons/sandbox/scxml/trunk/project.xml

Modified: jakarta/commons/sandbox/scxml/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/project.xml?rev=234411&r1=234410&r2=234411&view=diff
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/project.xml (original)
+++ jakarta/commons/sandbox/scxml/trunk/project.xml Sun Aug 21 18:15:24 2005
@@ -16,19 +16,22 @@
 -->
 <project>
   <extend>../commons-build/sandbox-project.xml</extend>
+  <id>commons-scxml</id>
   <groupId>org.apache.commons</groupId>
-  <artifactId>commons-scxml</artifactId>
   <currentVersion>1.0-SNAPSHOT</currentVersion>
   <name>Commons SCXML</name>
 
   <inceptionYear>2005</inceptionYear>
-  <shortDescription>Commons SCXML Engine</shortDescription>
-  <description>A Reference Implementation of State Chart XML</description>
+  <shortDescription>Jakarta Commons SCXML</shortDescription>
+  <description>A Reference Implementation of State Chart XML 
Engine</description>
 
   <logo>/images/scxml-logo-white.png</logo>
   <package>org.apache.commons.scxml</package>
   <url>http://jakarta.apache.org/commons/sandbox/scxml/</url>
 
+  <siteAddress>cvs.apache.org</siteAddress>
+  <siteDirectory>/www/jakarta.apache.org/commons/sandbox/scxml/</siteDirectory>
+
   <developers>
     <developer>
       <name>Rahul Akolkar</name>
@@ -39,7 +42,6 @@
     <developer>
       <name>Martin Cooper</name>
       <id>martinc</id>
-      <email>martinc AT apache.org</email>
       <organization>Apache Software Foundation</organization>
     </developer>
   </developers>
@@ -109,12 +111,12 @@
   </build>
 
   <reports>
-     <report>maven-changelog-plugin</report>
+     <!--report>maven-changelog-plugin</report-->
      <report>maven-changes-plugin</report>
      <!--report>maven-checkstyle-plugin</report-->
      <!--report>maven-clover-plugin</report-->
-     <report>maven-developer-activity-plugin</report>
-     <report>maven-file-activity-plugin</report>
+     <!--report>maven-developer-activity-plugin</report-->
+     <!--report>maven-file-activity-plugin</report-->
      <report>maven-javadoc-plugin</report>
      <!--report>maven-jellydoc-plugin</report-->
      <report>maven-junit-report-plugin</report>

Added: jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml?rev=234411&view=auto
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml (added)
+++ jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml Sun Aug 21 18:15:24 
2005
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Copyright 2003-2004 The Apache Software Foundation
+
+   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.
+-->
+
+<document>
+
+  <properties>
+    <title>Commons SCXML Changes</title>
+    <author email="[EMAIL PROTECTED]">Rahul Akolkar</author>
+  </properties>
+
+  <body>
+
+    <section name="About this document">
+      <ul>
+        <li>Entries labelled SNAPSHOT are NOT official releases.</li>
+        <li>Commons SCXML has had no official releases.</li>
+      </ul>
+    </section>
+
+    <release version="pre-beta-1.0-SNAPSHOT-002" date="08-20-2005" 
description="Checkstyle errors fix">
+      <action dev="rahul" type="fix">
+        Corrected year of inception in License.
+      </action>
+      <action dev="rahul" type="fix">
+        Corrected some 1500+ checkstyle errors.
+      </action>
+      <action dev="rahul" type="add">
+        This changes document added.
+      </action>
+    </release>
+
+    <release version="pre-beta-1.0-SNAPSHOT-001" date="08-17-2005" 
description="Initial check-in">
+      <action dev="rahul" type="add">
+        Initial SCXML codebase copied from the RDC Taglib codebase (part of 
Jakarta Taglibs Proper).
+      </action>
+      <action dev="rahul" type="add">
+        Initial build artifacts, STATUS and PROPOSAL documents.
+      </action>
+    </release>
+
+  </body>
+
+</document>

Propchange: jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: jakarta/commons/sandbox/scxml/trunk/xdocs/images/scxml-logo-white.png
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/xdocs/images/scxml-logo-white.png?rev=234411&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
jakarta/commons/sandbox/scxml/trunk/xdocs/images/scxml-logo-white.png
------------------------------------------------------------------------------
    svn:mime-type = image/png



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to