You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2009/09/09 09:10:13 UTC

svn commit: r812793 - in /turbine/fulcrum/trunk/parser: NOTICE.txt pom.xml project.properties project.xml src/site/ src/site/site.xml xdocs/changes.xml xdocs/navigation.xml

Author: tv
Date: Wed Sep  9 07:10:13 2009
New Revision: 812793

URL: http://svn.apache.org/viewvc?rev=812793&view=rev
Log:
Prepare release

Added:
    turbine/fulcrum/trunk/parser/NOTICE.txt   (with props)
    turbine/fulcrum/trunk/parser/src/site/
    turbine/fulcrum/trunk/parser/src/site/site.xml   (with props)
Removed:
    turbine/fulcrum/trunk/parser/project.properties
    turbine/fulcrum/trunk/parser/project.xml
    turbine/fulcrum/trunk/parser/xdocs/navigation.xml
Modified:
    turbine/fulcrum/trunk/parser/pom.xml
    turbine/fulcrum/trunk/parser/xdocs/changes.xml

Added: turbine/fulcrum/trunk/parser/NOTICE.txt
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parser/NOTICE.txt?rev=812793&view=auto
==============================================================================
--- turbine/fulcrum/trunk/parser/NOTICE.txt (added)
+++ turbine/fulcrum/trunk/parser/NOTICE.txt Wed Sep  9 07:10:13 2009
@@ -0,0 +1,6 @@
+Turbine Fulcrum Parser Component
+Copyright 2005-2009 The Apache Software Foundation.
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: turbine/fulcrum/trunk/parser/NOTICE.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: turbine/fulcrum/trunk/parser/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parser/pom.xml?rev=812793&r1=812792&r2=812793&view=diff
==============================================================================
--- turbine/fulcrum/trunk/parser/pom.xml (original)
+++ turbine/fulcrum/trunk/parser/pom.xml Wed Sep  9 07:10:13 2009
@@ -92,6 +92,7 @@
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
       <version>2.4</version>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>commons-collections</groupId>
@@ -107,17 +108,14 @@
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-upload</artifactId>
       <version>1.0.4</version>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-pool</artifactId>
       <version>1.0.4</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.fulcrum</groupId>
-      <artifactId>fulcrum-factory</artifactId>
-      <version>1.0.4</version>
-    </dependency>
+
     <!-- testing dependencies -->
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
@@ -137,5 +135,26 @@
     <sourceDirectory>${basedir}/src/java</sourceDirectory>
     <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
   </build>
+
+  <profiles>
+    <profile>
+      <id>rc</id>
+      <distributionManagement>
+        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
+        <site>
+          <id>apache.website</id>
+          <name>Apache Fulcrum Release Candidate Staging Site</name>
+          <url>${fulcrum.deployment.protocol}://people.apache.org/www/turbine.apache.org/builds/fulcrum/${fulcrum.componentid}/${fulcrum.release.version}/${fulcrum.rc.version}/site</url>
+        </site>
+      </distributionManagement>
+    </profile>
+  </profiles>
+  
+  <properties>
+    <!-- This bits are used for the staging directory -->
+    <fulcrum.release.version>1.0.2</fulcrum.release.version>
+    <fulcrum.rc.version>RC1</fulcrum.rc.version>  
+    <fulcrum.deployment.protocol>scpexe</fulcrum.deployment.protocol>
+  </properties>  
 	
 </project>

Added: turbine/fulcrum/trunk/parser/src/site/site.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parser/src/site/site.xml?rev=812793&view=auto
==============================================================================
--- turbine/fulcrum/trunk/parser/src/site/site.xml (added)
+++ turbine/fulcrum/trunk/parser/src/site/site.xml Wed Sep  9 07:10:13 2009
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you 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.
+-->
+<project
+  name="Fulcrum Parser"
+  href="http://turbine.apache.org/fulcrum/fulcrum-parser/">
+
+  <body>
+    <menu name="Overview">
+      <item name="Main"                 href="/index.html"/>
+    </menu>
+  </body>
+</project>

Propchange: turbine/fulcrum/trunk/parser/src/site/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: turbine/fulcrum/trunk/parser/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parser/xdocs/changes.xml?rev=812793&r1=812792&r2=812793&view=diff
==============================================================================
--- turbine/fulcrum/trunk/parser/xdocs/changes.xml (original)
+++ turbine/fulcrum/trunk/parser/xdocs/changes.xml Wed Sep  9 07:10:13 2009
@@ -1,77 +1,79 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you 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
+    Licensed to the Apache Software Foundation (ASF) under one or
+    more contributor license agreements. See the NOTICE file
+    distributed with this work for additional information regarding
+    copyright ownership. The ASF licenses this file to you 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.
+    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>Fulcrum Parser</title>
-    <author email="epugh@opensourceconnections.com">Eric Pugh</author>
-  </properties>
-
-  <body>
-    <release version="1.0.2-dev" date="in SVN">
-    <action type="update" dev="tv">
-        Removed the dependency on commons-logging.
-    </action>
-    <action type="add" dev="tv">
-        Added getBooleans() and getBooleanObjects() to the ValueParser to provide
-        a "more orthogonal" interface.
-    </action>
-    <action type="update" dev="tv">
-        Important change: The BaseValueParser now consistently returns null for 
-        all get-methods that return an Object, if the parameter name does not exist.
-        This changes the behaviour of getBigDecimal which used to return 0 in this 
-        case.
-    </action>
-    <action type="add" dev="tv">
-        Made ValueParser and BaseValueParser locale-aware. Note that the default
-        locale used is always the default value of the JVM which is different from 
-        the previous behaviour where the locale used was sometimes Locale.US (for
-        float, double and BigDecimal) and sometimes the JVM-default (for dates).
-    </action>
-     <action dev="tv" type="update" issue="TRB-39">
-        Totally refactored the component to provide correctly initialized
-        parser objects.
-      </action>
-     <action dev="tv" type="update" issue="TRB-32" due-to="Juergen Hofmann">
-        Port parser fixes of  Turbine 2.3.2 over to the component.
-      </action>
-     <action dev="epugh" type="add">
-        Add javabean get/set for dependent upload service to DefaultParameterParser.
-      </action>
-     <action dev="epugh" type="add">
-        Basic unit test verifying that the default parser starts up.
-      </action>
-     <action dev="epugh" type="add">
-        Change to commons-logger to be more friendly to who ever
-        uses this code.
-      </action>
-     <action dev="epugh" type="add">
-        Removed use of old Log4j Category in favor of Logger.
-      </action>
-     <action dev="epugh" type="add">
-        Make gump friendly.
-      </action>
-     <action dev="epugh" type="add">
-        Initial conversion to Avalon component.
-      </action>
-    </release>
+    <properties>
+        <title>Fulcrum Parser</title>
+        <author email="epugh@opensourceconnections.com">Eric Pugh</author>
+    </properties>
 
-  </body>
+    <body>
+        <release version="1.0.3-SNAPSHOT" date="in SVN">
+        </release>
+        <release version="1.0.2" date="2009-09-09">
+            <action type="update" dev="tv">
+                Removed the dependency on commons-logging.
+            </action>
+            <action type="add" dev="tv">
+                Added getBooleans() and getBooleanObjects() to the ValueParser to provide
+                a "more orthogonal" interface.
+            </action>
+            <action type="update" dev="tv">
+                Important change: The BaseValueParser now consistently returns null for
+                all get-methods that return an Object, if the parameter name does not
+                exist.
+                This changes the behaviour of getBigDecimal which used to return 0 in
+                this case.
+            </action>
+            <action type="add" dev="tv">
+                Made ValueParser and BaseValueParser locale-aware. Note that the default
+                locale used is always the default value of the JVM which
+                is different from the previous behaviour where the locale used was sometimes
+                Locale.US (for float, double and BigDecimal) and sometimes the JVM-default
+                (for dates).
+            </action>
+            <action dev="tv" type="update" issue="TRB-39">
+                Totally refactored the component to provide correctly initialized
+                parser objects.
+            </action>
+            <action dev="tv" type="update" issue="TRB-32" due-to="Jürgen Hofmann">
+                Port parser fixes of Turbine 2.3.2 over to the component.
+            </action>
+            <action dev="epugh" type="add">
+                Add javabean get/set for dependent upload service to
+                DefaultParameterParser.
+            </action>
+            <action dev="epugh" type="add">
+                Basic unit test verifying that the default parser starts up.
+            </action>
+            <action dev="epugh" type="add">
+                Change to commons-logger to be more friendly to who ever
+                uses this code.
+            </action>
+            <action dev="epugh" type="add">
+                Removed use of old Log4j Category in favor of Logger.
+            </action>
+            <action dev="epugh" type="add">
+                Make gump friendly.
+            </action>
+            <action dev="epugh" type="add">
+                Initial conversion to Avalon component.
+            </action>
+        </release>
+    </body>
 </document>