Finalize release
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 10 Jul 2008 14:42:13 +0000 (14:42 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 10 Jul 2008 14:42:13 +0000 (14:42 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1421 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.slc.hibernate/pom.xml
org.argeo.slc.hibernate/src/main/resources/org/argeo/slc/hibernate/process/SlcExecutionStep.hbm.xml

index 9217ab3d14032463b07c538dd14c4f14559495e0..968ad1d2a5c5adfbd09c10326b909116066c4b31 100644 (file)
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
-                               <configuration>
-                                       <excludes>
-                                               <exclude>**/*IntegrationTest*.java</exclude>
-                                       </excludes>
-                               </configuration>
                        </plugin>
                </plugins>
        </build>
index c8888efa4d448e9a190b2dd8be693150c6d458ba..a1215e210517ccd0b90fb797ef3a859b4a88c7c8 100644 (file)
@@ -15,7 +15,7 @@
                        <cache usage="nonstrict-read-write" />
                        <key column="SLC_EXECUTION_STEP_ID" />
                        <list-index column="INDX" />
-                       <element column="LOG_LINE" type="string" />
+                       <element column="LOG_LINE" type="text" />
                </list>
        </class>
 </hibernate-mapping>
\ No newline at end of file