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 2008/04/10 12:53:48 UTC

svn commit: r646750 - in /turbine/core/branches/TURBINE_2_3_BRANCH: NOTICE project.properties project.xml

Author: tv
Date: Thu Apr 10 03:53:46 2008
New Revision: 646750

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

Added:
    turbine/core/branches/TURBINE_2_3_BRANCH/NOTICE
Modified:
    turbine/core/branches/TURBINE_2_3_BRANCH/project.properties
    turbine/core/branches/TURBINE_2_3_BRANCH/project.xml

Added: turbine/core/branches/TURBINE_2_3_BRANCH/NOTICE
URL: http://svn.apache.org/viewvc/turbine/core/branches/TURBINE_2_3_BRANCH/NOTICE?rev=646750&view=auto
==============================================================================
--- turbine/core/branches/TURBINE_2_3_BRANCH/NOTICE (added)
+++ turbine/core/branches/TURBINE_2_3_BRANCH/NOTICE Thu Apr 10 03:53:46 2008
@@ -0,0 +1,5 @@
+Apache DB Torque
+Copyright 2001-2006 The Apache Software Foundation.
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file

Modified: turbine/core/branches/TURBINE_2_3_BRANCH/project.properties
URL: http://svn.apache.org/viewvc/turbine/core/branches/TURBINE_2_3_BRANCH/project.properties?rev=646750&r1=646749&r2=646750&view=diff
==============================================================================
--- turbine/core/branches/TURBINE_2_3_BRANCH/project.properties (original)
+++ turbine/core/branches/TURBINE_2_3_BRANCH/project.properties Thu Apr 10 03:53:46 2008
@@ -52,15 +52,23 @@
 # Display the version the web site is documenting
 maven.xdoc.version = ${pom.currentVersion}
 
-maven.compile.source = 1.3
-maven.compile.target = 1.3
+maven.compile.source = 1.4
+maven.compile.target = 1.4
 maven.compile.debug = on
 maven.compile.optimize = off
 maven.compile.deprecation = off
 maven.compile.encoding = UTF-8
 
+#
+# Add information on compilation options to the Manifest
+maven.jar.manifest.attributes.list=X-Compile-Source-JDK,X-Compile-Target-JDK
+maven.jar.manifest.attribute.X-Compile-Source-JDK=${maven.compile.source}
+maven.jar.manifest.attribute.X-Compile-Target-JDK=${maven.compile.target}
+
 maven.test.ignore.failures=false
 maven.junit.fork=true
+
+maven.license.licenseFile = LICENSE.txt
 
 # Checkstyle
 maven.checkstyle.properties = conf/turbine-checkstyle.xml

Modified: turbine/core/branches/TURBINE_2_3_BRANCH/project.xml
URL: http://svn.apache.org/viewvc/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml?rev=646750&r1=646749&r2=646750&view=diff
==============================================================================
--- turbine/core/branches/TURBINE_2_3_BRANCH/project.xml (original)
+++ turbine/core/branches/TURBINE_2_3_BRANCH/project.xml Thu Apr 10 03:53:46 2008
@@ -946,8 +946,17 @@
         </resource>
       </resources>
     </unitTest>
-    <integrationUnitTestSourceDirectory/>
-    <aspectSourceDirectory/>
+    <resources>
+      <resource>
+        <directory>${basedir}</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>NOTICE</include>
+        </includes>
+      </resource>
+    </resources>
+    <!-- integrationUnitTestSourceDirectory/ -->
+    <!-- aspectSourceDirectory/ -->
   </build>
 
   <reports>



AW: svn commit: r646750 - in /turbine/core/branches/TURBINE_2_3_BRANCH: NOTICE project.properties project.xml

Posted by Jürgen Hoffmann <ho...@ellumination.de>.
Hi Scott,

I will update this site and the changes.

Kind regards

Juergen

-----Ursprüngliche Nachricht-----
Von: Scott Eade [mailto:seade@backstagetech.com.au] 
Gesendet: Freitag, 11. April 2008 14:32
An: dev@turbine.apache.org
Betreff: Re: svn commit: r646750 - in /turbine/core/branches/TURBINE_2_3_BRANCH: NOTICE project.properties project.xml

tv@apache.org wrote:
> Author: tv
> Date: Thu Apr 10 03:53:46 2008
> New Revision: 646750
>
> URL: http://svn.apache.org/viewvc?rev=646750&view=rev
> Log:
> Prepare release.
>
> Modified: turbine/core/branches/TURBINE_2_3_BRANCH/project.properties
> URL: http://svn.apache.org/viewvc/turbine/core/branches/TURBINE_2_3_BRANCH/project.properties?rev=646750&r1=646749&r2=646750&view=diff
> ==============================================================================
> --- turbine/core/branches/TURBINE_2_3_BRANCH/project.properties (original)
> +++ turbine/core/branches/TURBINE_2_3_BRANCH/project.properties Thu Apr 10 03:53:46 2008
> @@ -52,15 +52,23 @@
>  # Display the version the web site is documenting
>  maven.xdoc.version = ${pom.currentVersion}
>  
> -maven.compile.source = 1.3
> -maven.compile.target = 1.3
> +maven.compile.source = 1.4
> +maven.compile.target = 1.4
>   
So we are no longer supporting 1.3?  I am totally fine with this, but 
please update the Features page and make this change obvious in the 
release note.

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org


Re: svn commit: r646750 - in /turbine/core/branches/TURBINE_2_3_BRANCH: NOTICE project.properties project.xml

Posted by Scott Eade <se...@backstagetech.com.au>.
tv@apache.org wrote:
> Author: tv
> Date: Thu Apr 10 03:53:46 2008
> New Revision: 646750
>
> URL: http://svn.apache.org/viewvc?rev=646750&view=rev
> Log:
> Prepare release.
>
> Modified: turbine/core/branches/TURBINE_2_3_BRANCH/project.properties
> URL: http://svn.apache.org/viewvc/turbine/core/branches/TURBINE_2_3_BRANCH/project.properties?rev=646750&r1=646749&r2=646750&view=diff
> ==============================================================================
> --- turbine/core/branches/TURBINE_2_3_BRANCH/project.properties (original)
> +++ turbine/core/branches/TURBINE_2_3_BRANCH/project.properties Thu Apr 10 03:53:46 2008
> @@ -52,15 +52,23 @@
>  # Display the version the web site is documenting
>  maven.xdoc.version = ${pom.currentVersion}
>  
> -maven.compile.source = 1.3
> -maven.compile.target = 1.3
> +maven.compile.source = 1.4
> +maven.compile.target = 1.4
>   
So we are no longer supporting 1.3?  I am totally fine with this, but 
please update the Features page and make this change obvious in the 
release note.

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org