■MySQL 5.0のsyntax:
{INDEX|KEY} [index_name] [index_type] (index_col_name,...)
■MySQL 5.1のsyntax:
{INDEX|KEY} [index_name] (index_col_name,...) [index_type]
..which lead to incompatible dump.
と、微妙にかわっているので5.1のものを使う際は5.0向けに位置を変えてOKでした。
■MySQL 5.0のsyntax:
{INDEX|KEY} [index_name] [index_type] (index_col_name,...)
■MySQL 5.1のsyntax:
{INDEX|KEY} [index_name] (index_col_name,...) [index_type]
..which lead to incompatible dump.
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" output="target/test-classes"
path="src/test/java"/>
<classpathentry kind="src" output="target/test-classes"
path="src/test/resources"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con"
path="org.eclipse.jst.server.core.container/org.eclipse.
jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0"/>
<classpathentry kind="con"
path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="con"
path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con"
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="sample1">
<wb-resource deploy-path="/" source-path="/src/main/webapp"/>
<wb-resource deploy-path="/WEB-INF/classes"
source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes"
source-path="/src/main/resources"/>
<property name="context-root" value="sample1"/>
<property name="java-output-path" value="target/classes"/>
</wb-module>
</project-modules>