Author: hlship
Date: Thu Jul 31 15:04:05 2008
New Revision: 681515
URL: http://svn.apache.org/viewvc?rev=681515&view=rev
Log:
Update the compiler to generate bytecode compatible with JDK 1.3.
Modified:
tapestry/tapestry3/trunk/pom.xml
tapestry/tapestry3/trunk/tapestry-contrib/pom.xml
tapestry/tapestry3/trunk/tapestry-examples/tapestry-workbench/pom.xml
tapestry/tapestry3/trunk/tapestry-framework/pom.xml
Modified: tapestry/tapestry3/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/pom.xml?rev=681515&r1=681514&r2=681515&view=diff
==============================================================================
--- tapestry/tapestry3/trunk/pom.xml (original)
+++ tapestry/tapestry3/trunk/pom.xml Thu Jul 31 15:04:05 2008
@@ -1,5 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-project</artifactId>
@@ -201,8 +201,8 @@
<version>2.0.2</version>
<inherited>true</inherited>
<configuration>
- <source>1.4</source>
- <target>1.4</target>
+ <source>1.3</source>
+ <target>1.3</target>
</configuration>
<executions>
<execution>
@@ -212,8 +212,8 @@
<goal>testCompile</goal>
</goals>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.3</source>
+ <target>1.3</target>
</configuration>
</execution>
</executions>
Modified: tapestry/tapestry3/trunk/tapestry-contrib/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-contrib/pom.xml?rev=681515&r1=681514&r2=681515&view=diff
==============================================================================
--- tapestry/tapestry3/trunk/tapestry-contrib/pom.xml (original)
+++ tapestry/tapestry3/trunk/tapestry-contrib/pom.xml Thu Jul 31 15:04:05 2008
@@ -13,7 +13,7 @@
<version>3.0.5-SNAPSHOT</version>
</parent>
<name>Contrib</name>
- <inceptionYear>2006</inceptionYear>
+ <inceptionYear>2003</inceptionYear>
<dependencies>
<dependency>
Modified: tapestry/tapestry3/trunk/tapestry-examples/tapestry-workbench/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-examples/tapestry-workbench/pom.xml?rev=681515&r1=681514&r2=681515&view=diff
==============================================================================
--- tapestry/tapestry3/trunk/tapestry-examples/tapestry-workbench/pom.xml
(original)
+++ tapestry/tapestry3/trunk/tapestry-examples/tapestry-workbench/pom.xml Thu
Jul 31 15:04:05 2008
@@ -14,7 +14,7 @@
</parent>
<name>Tapestry Workbench</name>
- <inceptionYear>2006</inceptionYear>
+ <inceptionYear>2003</inceptionYear>
<dependencies>
<dependency>
Modified: tapestry/tapestry3/trunk/tapestry-framework/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/pom.xml?rev=681515&r1=681514&r2=681515&view=diff
==============================================================================
--- tapestry/tapestry3/trunk/tapestry-framework/pom.xml (original)
+++ tapestry/tapestry3/trunk/tapestry-framework/pom.xml Thu Jul 31 15:04:05 2008
@@ -13,7 +13,7 @@
<version>3.0.5-SNAPSHOT</version>
</parent>
<name>Tapestry Core Library - ${version}</name>
- <inceptionYear>2006</inceptionYear>
+ <inceptionYear>2003</inceptionYear>
<dependencies>
<dependency>