Closed GoogleCodeExporter closed 9 years ago
svn rev.9375 - installation and deployment scripts for version 1.7 (latest)
Original comment by gslowiko...@gmail.com
on 29 May 2012 at 8:23
svn rev.9376 - test project added
Original comment by gslowiko...@gmail.com
on 29 May 2012 at 8:36
I made a bug in module maveznization, forgot to add exclusions:
<dependency>
<groupId>com.google.code.maven-play-plugin.com.kjetland</groupId>
<artifactId>gt-engine_2.9.1</artifactId>
<version>0.2</version>
<exclusions>
<exclusion>
<groupId>com.google.code.maven-play-plugin.org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
</exclusion>
<exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
<exclusion>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
</exclusion>
</exclusions>
</dependency>
Version 1.7_1 will be deployed with this bug fixed. This is fastergt version
1.7 with fixed module's pom.xml.
Original comment by gslowiko...@gmail.com
on 10 Jun 2012 at 7:49
svn rev.9798 - installation and deployment scripts for version 1.7_1
Original comment by gslowiko...@gmail.com
on 10 Jun 2012 at 7:52
svn rev.9799 - test project upgraded from 1.7 to 1.7_1
Original comment by gslowiko...@gmail.com
on 10 Jun 2012 at 7:55
Original issue reported on code.google.com by
gslowiko...@gmail.com
on 21 Apr 2012 at 8:23