]> source.dussan.org Git - iciql.git/commitdiff
Fix encodings on some source files and confirm by compiling as UTF-8
authorJames Moger <james.moger@gmail.com>
Tue, 22 Jan 2013 13:00:30 +0000 (08:00 -0500)
committerJames Moger <james.moger@gmail.com>
Tue, 22 Jan 2013 13:00:30 +0000 (08:00 -0500)
14 files changed:
build.xml
src/com/iciql/Db.java
src/com/iciql/Define.java
src/com/iciql/Iciql.java
src/com/iciql/IciqlException.java
src/com/iciql/SQLDialect.java
src/com/iciql/SQLDialectDefault.java
src/com/iciql/TableDefinition.java
src/com/iciql/TableInspector.java
tests/com/iciql/test/ForeignKeyTest.java
tests/com/iciql/test/IciqlSuite.java
tests/com/iciql/test/TransactionTest.java
tests/com/iciql/test/models/CategoryAnnotationOnly.java
tests/com/iciql/test/models/ProductAnnotationOnlyWithForeignKey.java

index 351c43b48bf9e4e77aad06318b53c121929c30c1..51401e15815bd3477b42fb4220254f770d709ce7 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -94,7 +94,7 @@
 \r
                <delete dir="${project.build.dir}" />\r
                <mkdir dir="${project.build.dir}" />\r
-               <javac debug="true" srcdir="${basedir}/src" destdir="${project.build.dir}">\r
+               <javac encoding="utf-8" debug="true" srcdir="${basedir}/src" destdir="${project.build.dir}">\r
                        <include name="com/iciql/build/Build.java" />\r
                        <include name="com/iciql/Constants.java" />\r
                        <include name="com/iciql/utils/Utils.java" />\r
                                <include name="*.jar" />\r
                        </fileset>\r
                </path>\r
-               <javac debug="true" destdir="${project.build.dir}" failonerror="false">\r
+               <javac encoding="utf-8" debug="true" destdir="${project.build.dir}" failonerror="false">\r
                        <src path="${basedir}/src" />\r
                        <src path="${basedir}/tests" />\r
                        <classpath refid="master-classpath" />\r
index d7888dc0775c34a9955603241def9b7e69ce896d..ecd373c9005d5a5d61b4a33b12e7bb6c6cdab745 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
  * Copyright 2004-2011 H2 Group.\r
  * Copyright 2011 James Moger.\r
- * Copyright 2012 Frederic Gaillard.\r
+ * Copyright 2012 Frédéric Gaillard.\r
  * Copyright 2012 Alex Telepov.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
index 5d7000efe19e600cd0e7e1326caea4ea3e5e9757..1810a4b45f84602227cbdc067a5a8599d8158ee8 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
  * Copyright 2004-2011 H2 Group.\r
  * Copyright 2011 James Moger.\r
- * Copyright 2012 Frédéric Gaillard.\r
+ * Copyright 2012 Frédéric Gaillard.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 9956ac48e7bd44b9ee9342db9e3702994a8c2142..9f73ffa82f08cbed3bc91d9ab4ae12729ca81582 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
  * Copyright 2004-2011 H2 Group.\r
  * Copyright 2011 James Moger.\r
- * Copyright 2012 Frédéric Gaillard.\r
+ * Copyright 2012 Frédéric Gaillard.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index b457a106e23e8a7d73ecb06904d0efdf637dffe5..3f27b733ef33bdce57dc80fa288eea16ac655b0c 100644 (file)
@@ -1,6 +1,6 @@
 /*\r
  * Copyright 2011 James Moger.\r
- * Copyright 2012 Frederic Gaillard\r
+ * Copyright 2012 Frédéric Gaillard\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 5e9625f225b8d6720d7d5f58d15251592a05d6d5..f62168ef7b003407a204e78b2319de75e1434a10 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2004-2011 H2 Group.
  * Copyright 2011 James Moger.
- * Copyright 2012 Frédéric Gaillard.
+ * Copyright 2012 Frédéric Gaillard.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index afdc36d2d57aa7c41213e8e6fe0162f8e1a5781e..364db7bd19156ab20e72322342e76e10cb9258c8 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
  * Copyright 2004-2011 H2 Group.\r
  * Copyright 2011 James Moger.\r
- * Copyright 2012 Frédéric Gaillard.\r
+ * Copyright 2012 Frédéric Gaillard.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index e96b61c7164912b154ecccbd78feb92a608a6924..6d8cb6e3175f2b762623a97a9249f0c9740ae56c 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
  * Copyright 2004-2011 H2 Group.\r
  * Copyright 2011 James Moger.\r
- * Copyright 2012 Frederic Gaillard.\r
+ * Copyright 2012 Frédéric Gaillard.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index fa6722d66ce218fbc1f5a97c4b748ad8b6e57a0c..b7172030e40145ed5cc72a99f030a5a105742385 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2004-2011 H2 Group.
  * Copyright 2011 James Moger.
- * Copyright 2012 Frédéric Gaillard.
+ * Copyright 2012 Frédéric Gaillard.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ed85cbc87bc1b9b8e21ca3d67b07fb0e99cf9b2f..6b4a3e74803c55e96ab24356c026f61380cb7211 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright 2012 Frédéric Gaillard.\r
+ * Copyright 2012 Frédéric Gaillard.\r
  * Copyright 2012 James Moger.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
index 1202d0ebd84877a4839269f56c219b7a1b0c87ff..a47440423994b7108d4baa5a48669764285f616e 100644 (file)
@@ -1,6 +1,6 @@
 /*\r
  * Copyright 2011 James Moger.\r
- * Copyright 2012 Frederic Gaillard.\r
+ * Copyright 2012 Frédéric Gaillard.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index d1c67497f36ed9c5dfcf55689b330df643836665..026366e51d855aadc6b92bb523003072b8415c7a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright 2012 Frederic Gaillard.\r
+ * Copyright 2012 Frédéric Gaillard.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 3e1c5ee7570cd00de9130051fb65c34315483fcf..b96ab0408b10be4f0550d3af3a2fe8b5c4277db4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Frédéric Gaillard.
+ * Copyright 2012 Frédéric Gaillard.
  * Copyright 2012 James Moger.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
index b17074e19923f88eb60fd78676381d3358d6ce68..4268a89ba90a570c7f3a678db118c44cd36fcc93 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Frédéric Gaillard.
+ * Copyright 2012 Frédéric Gaillard.
  * Copyright 2012 James Moger.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");