Add new L10N plugins:
org.eclipse.datatools.enablement.ingres.dbdefinition.nl
org.eclipse.datatools.enablement.ingres.nl
org.eclipse.datatools.enablement.ingres.ui.nl
org.eclipse.datatools.enablement.jdt.classpath.nl
org.eclipse.datatools.enablement.sqlite.dbdefinition.nl
org.eclipse.datatools.enablement.sqlite.nl
org.eclipse.datatools.enablement.sqlite.ui.nl
diff --git a/.project b/.project
new file mode 100644
index 0000000..a41d129
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.datatools.nl</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
+</projectDescription>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/.classpath b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/.classpath
new file mode 100644
index 0000000..751c8f2
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/.project b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/.project
new file mode 100644
index 0000000..9c9f947
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.datatools.enablement.ingres.dbdefinition.nl</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/META-INF/MANIFEST.MF b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..2b9d42e
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/META-INF/MANIFEST.MF
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: org.eclipse.datatools.enablement.ingres.dbdefinition NL Fragment
+Bundle-SymbolicName: org.eclipse.datatools.enablement.ingres.dbdefinition.nl1
+Bundle-Version: 1.0.0.qualifier
+Fragment-Host: org.eclipse.datatools.enablement.ingres.dbdefinition;bundle-version="[1.0.0,1.5.0)"
+Bundle-Localization: plugin
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/about.html
new file mode 100644
index 0000000..a378f71
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>November 2, 2006</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, "Program" will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/build.properties
new file mode 100644
index 0000000..4a4d45a
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/build.properties
@@ -0,0 +1,7 @@
+bin.includes = fragment.xml,\
+ META-INF/,\
+ about.html,\
+ src/**/*.properties,\
+ plugin_??_??.properties
+src.includes = about.html
+customBuildCallbacks=customBuildCallbacks.xml
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/build.xml
new file mode 100644
index 0000000..fbe94f1
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/build.xml
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ *************************************************************************
+ * Copyright (c) 2006 Actuate Corporation.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Actuate Corporation - initial API and implementation
+ *
+ *************************************************************************
+ *
+ * build.xml
+ *
+ * Build script for project org.eclipse.datatools.enablement.ingres.dbdefinition.nl
+ *
+ * "Clean" - Clean nl.jar file and *.properties files generated from
+ * native2ascii.exe.
+ * "Jar" - Convert *_xx_YY.msg files into *_xx_YY.properties files by native2ascii.exe and
+ * create nl.jar file.
+ * "Export" - Export the project, for instance, jar files are copied to a designated folder.
+ * this task must be called after calling Jar task, so it needn't depend on Jar explicitly
+ *
+ * Usage:
+ * ant [any one or more of the public targets]
+ * -Declipse.home=<your eclipse home>
+ * -Ddtp.home=<your DTP plugins source home> [optional]
+ *
+ * Default target is "Jar".
+ *
+ * Notes:
+ * 1. classpath need to be set for junit.jar
+ * 2. The build script requires Ant 1.6
+ *
+-->
+
+<project name="org.eclipse.datatools.enablement.ingres.dbdefinition.nl" default="Jar" basedir=".">
+ <description>NL Fragment for org.eclipse.datatools.enablement.ingres.dbdefinition</description>
+
+ <property file="META-INF/MANIFEST.MF" />
+ <property name="dir.src" value="src" />
+ <property name="dir.bin" value="bin" />
+ <property name="nl.group" value="1" />
+ <property name="module.name" value="org.eclipse.datatools.enablement.ingres.dbdefinition.nl" />
+ <property name="jar.name" value="${module.name}${nl.group}_${Bundle-Version}.jar" />
+
+ <target name="Clean">
+ <delete>
+ <fileset dir="." includes="**/*_??_??.properties" />
+ <fileset dir="." includes="${jar.name}" />
+ </delete>
+ </target>
+
+ <target name="NativeToAscii"
+ description="Execute native2ascii for *.msg files">
+
+
+ <native2ascii encoding="Cp1252"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_de_DE.msg, **/*_fr_FR.msg, **/*_es_ES.msg"/>
+ <native2ascii encoding="GBK"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_zh_CN.msg"/>
+ <native2ascii encoding="SJIS"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ja_JP.msg"/>
+ <native2ascii encoding="MS949"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ko_KR.msg"/>
+ </target>
+
+ <target name="nl-jar">
+ <jar destfile="${jar.name}" manifest="./META-INF/MANIFEST.MF">
+ <zipfileset dir="." includes="plugin_??_??.properties"/>
+ </jar>
+ </target>
+
+ <target name="Jar" depends="NativeToAscii, nl-jar" >
+ </target>
+ <target name="Export">
+ <copy todir="${export.dir}">
+ <fileset dir="." includes="${jar.name}"/>
+ </copy>
+ </target>
+
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/customBuildCallbacks.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/customBuildCallbacks.xml
new file mode 100644
index 0000000..3013ae3
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/customBuildCallbacks.xml
@@ -0,0 +1,198 @@
+<!-- ===================================================================== -->
+<!-- Custom targets called from a project's generated build.xml -->
+<!-- Set customBuildCallbacks=<path/to/this/file> in your build.properties.-->
+<!-- ===================================================================== -->
+<project name="Build specific targets and properties" default="noDefault">
+
+ <!-- ===================================================================== -->
+ <!-- Default target -->
+ <!-- ===================================================================== -->
+ <target name="noDefault">
+ <echo message="This file must be called with explicit targets" />
+ </target>
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target build.jars -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="pre.viewer.jar">
+
+ <property name="basedir" location="." />
+ <property name="birt.dir" value="birt" />
+ <property name="build.result.folder" value="${basedir}" />
+
+ <mkdir dir="${build.result.folder}/viewerservletssrc"/>
+ <copy todir="${build.result.folder}/viewerservletssrc" overwrite="true">
+ <fileset dir="${birt.dir}/WEB-INF/classes/" includes="**/*.java" />
+ </copy>
+ </target>
+
+ <target name="pre.build.jars">
+ <!--Execute native2ascii for *.msg files-->
+ <property name="dir.src" value="src"/>
+
+ <native2ascii encoding="Cp1252"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_de_DE.msg, **/*_fr_FR.msg, **/*_es_ES.msg"/>
+ <native2ascii encoding="GBK"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_zh_CN.msg"/>
+ <native2ascii encoding="SJIS"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ja_JP.msg"/>
+ <native2ascii encoding="MS949"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ko_KR.msg"/>
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target build.jars -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="post.build.jars">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target build.sources -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="pre.build.sources">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target build.sources -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="post.build.sources">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the compilation target <name> -->
+ <!-- Substitute "name" with the name of the compilation target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- source.foldern : n = 1 ... N, the source folders -->
+ <!-- target.folder : where the results of the compilation go -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="pre.name">
+ </target>
+
+ <target name="pre.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do during the compilation target <name>, after the compile -->
+ <!-- but before jaring. Substitute "name" with the name of the compilation-->
+ <!-- target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- source.foldern : n = 1 ... N, the source folders -->
+ <!-- target.folder : where the results of the compilation go -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="post.compile.name">
+ </target>
+
+ <target name="post.compile.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the compilation target <name> -->
+ <!-- Substitute "name" with the name of the compilation target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- jar.location - the location of the compilation results -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="post.name">
+ </target>
+
+ <target name="post.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.bin.parts -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder containing the build results -->
+ <!-- target.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.bin.parts">
+
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.bin.parts -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder containing the build results -->
+ <!-- target.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.bin.parts">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.sources -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.sources">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.sources -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.sources">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.logs -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.logs">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.logs -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.logs">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target clean -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.clean">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target clean -->
+ <!-- Available parameters : -->
+ <!-- plugin.destination - final destination of the build -->
+ <!-- build.result.folder - results of the compilation -->
+ <!-- temp.folder - temporary folder -->
+ <!-- ===================================================================== -->
+ <target name="post.clean">
+ </target>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_de_DE.msg
new file mode 100644
index 0000000..febc4aa
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_de_DE.msg
@@ -0,0 +1,16 @@
+################################################################################
+## Copyright (c) 2006-2007 Ingres Corporation and others.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Ingres - Implementation
+################################################################################
+
+PLUGIN_NAME = Ingres DTP Database Definition Plug-in
+PROVIDER_NAME=Eclipse Data Tools Platform
+
+PRODUCT_DISPLAY_STRING = Ingres
+VERSION_DISPLAY_STRING = 2006
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_es_ES.msg
new file mode 100644
index 0000000..febc4aa
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_es_ES.msg
@@ -0,0 +1,16 @@
+################################################################################
+## Copyright (c) 2006-2007 Ingres Corporation and others.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Ingres - Implementation
+################################################################################
+
+PLUGIN_NAME = Ingres DTP Database Definition Plug-in
+PROVIDER_NAME=Eclipse Data Tools Platform
+
+PRODUCT_DISPLAY_STRING = Ingres
+VERSION_DISPLAY_STRING = 2006
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_fr_FR.msg
new file mode 100644
index 0000000..febc4aa
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_fr_FR.msg
@@ -0,0 +1,16 @@
+################################################################################
+## Copyright (c) 2006-2007 Ingres Corporation and others.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Ingres - Implementation
+################################################################################
+
+PLUGIN_NAME = Ingres DTP Database Definition Plug-in
+PROVIDER_NAME=Eclipse Data Tools Platform
+
+PRODUCT_DISPLAY_STRING = Ingres
+VERSION_DISPLAY_STRING = 2006
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_ja_JP.msg
new file mode 100644
index 0000000..febc4aa
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_ja_JP.msg
@@ -0,0 +1,16 @@
+################################################################################
+## Copyright (c) 2006-2007 Ingres Corporation and others.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Ingres - Implementation
+################################################################################
+
+PLUGIN_NAME = Ingres DTP Database Definition Plug-in
+PROVIDER_NAME=Eclipse Data Tools Platform
+
+PRODUCT_DISPLAY_STRING = Ingres
+VERSION_DISPLAY_STRING = 2006
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_ko_KR.msg
new file mode 100644
index 0000000..febc4aa
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_ko_KR.msg
@@ -0,0 +1,16 @@
+################################################################################
+## Copyright (c) 2006-2007 Ingres Corporation and others.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Ingres - Implementation
+################################################################################
+
+PLUGIN_NAME = Ingres DTP Database Definition Plug-in
+PROVIDER_NAME=Eclipse Data Tools Platform
+
+PRODUCT_DISPLAY_STRING = Ingres
+VERSION_DISPLAY_STRING = 2006
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_zh_CN.msg
new file mode 100644
index 0000000..febc4aa
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_zh_CN.msg
@@ -0,0 +1,16 @@
+################################################################################
+## Copyright (c) 2006-2007 Ingres Corporation and others.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Ingres - Implementation
+################################################################################
+
+PLUGIN_NAME = Ingres DTP Database Definition Plug-in
+PROVIDER_NAME=Eclipse Data Tools Platform
+
+PRODUCT_DISPLAY_STRING = Ingres
+VERSION_DISPLAY_STRING = 2006
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/.classpath b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/.classpath
new file mode 100644
index 0000000..751c8f2
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/.project b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/.project
new file mode 100644
index 0000000..9cd4c5d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.datatools.enablement.ingres.nl</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/META-INF/MANIFEST.MF b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..6988fc4
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/META-INF/MANIFEST.MF
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: org.eclipse.datatools.enablement.ingres NL Fragment
+Bundle-SymbolicName: org.eclipse.datatools.enablement.ingres.nl1
+Bundle-Version: 1.0.0.qualifier
+Fragment-Host: org.eclipse.datatools.enablement.ingres;bundle-version="[1.0.0,1.5.0)"
+Bundle-Localization: plugin
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/about.html
new file mode 100644
index 0000000..a378f71
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>November 2, 2006</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, "Program" will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/build.properties
new file mode 100644
index 0000000..4a4d45a
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/build.properties
@@ -0,0 +1,7 @@
+bin.includes = fragment.xml,\
+ META-INF/,\
+ about.html,\
+ src/**/*.properties,\
+ plugin_??_??.properties
+src.includes = about.html
+customBuildCallbacks=customBuildCallbacks.xml
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/build.xml
new file mode 100644
index 0000000..d04a24e
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/build.xml
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ *************************************************************************
+ * Copyright (c) 2006 Actuate Corporation.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Actuate Corporation - initial API and implementation
+ *
+ *************************************************************************
+ *
+ * build.xml
+ *
+ * Build script for project org.eclipse.datatools.enablement.ingres.nl
+ *
+ * "Clean" - Clean nl.jar file and *.properties files generated from
+ * native2ascii.exe.
+ * "Jar" - Convert *_xx_YY.msg files into *_xx_YY.properties files by native2ascii.exe and
+ * create nl.jar file.
+ * "Export" - Export the project, for instance, jar files are copied to a designated folder.
+ * this task must be called after calling Jar task, so it needn't depend on Jar explicitly
+ *
+ * Usage:
+ * ant [any one or more of the public targets]
+ * -Declipse.home=<your eclipse home>
+ * -Ddtp.home=<your DTP plugins source home> [optional]
+ *
+ * Default target is "Jar".
+ *
+ * Notes:
+ * 1. classpath need to be set for junit.jar
+ * 2. The build script requires Ant 1.6
+ *
+-->
+
+<project name="org.eclipse.datatools.enablement.ingres.nl" default="Jar" basedir=".">
+ <description>NL Fragment for org.eclipse.datatools.enablement.ingres</description>
+
+ <property file="META-INF/MANIFEST.MF" />
+ <property name="dir.src" value="src" />
+ <property name="dir.bin" value="bin" />
+ <property name="nl.group" value="1" />
+ <property name="module.name" value="org.eclipse.datatools.enablement.ingres.nl" />
+ <property name="jar.name" value="${module.name}${nl.group}_${Bundle-Version}.jar" />
+
+ <target name="Clean">
+ <delete>
+ <fileset dir="." includes="**/*_??_??.properties" />
+ <fileset dir="." includes="${jar.name}" />
+ </delete>
+ </target>
+
+ <target name="NativeToAscii"
+ description="Execute native2ascii for *.msg files">
+
+
+ <native2ascii encoding="Cp1252"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_de_DE.msg, **/*_fr_FR.msg, **/*_es_ES.msg"/>
+ <native2ascii encoding="GBK"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_zh_CN.msg"/>
+ <native2ascii encoding="SJIS"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ja_JP.msg"/>
+ <native2ascii encoding="MS949"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ko_KR.msg"/>
+ </target>
+
+ <target name="nl-jar">
+ <jar destfile="${jar.name}" manifest="./META-INF/MANIFEST.MF">
+ <zipfileset dir="." includes="plugin_??_??.properties"/>
+ </jar>
+ </target>
+
+ <target name="Jar" depends="NativeToAscii, nl-jar" >
+ </target>
+ <target name="Export">
+ <copy todir="${export.dir}">
+ <fileset dir="." includes="${jar.name}"/>
+ </copy>
+ </target>
+
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/customBuildCallbacks.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/customBuildCallbacks.xml
new file mode 100644
index 0000000..3013ae3
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/customBuildCallbacks.xml
@@ -0,0 +1,198 @@
+<!-- ===================================================================== -->
+<!-- Custom targets called from a project's generated build.xml -->
+<!-- Set customBuildCallbacks=<path/to/this/file> in your build.properties.-->
+<!-- ===================================================================== -->
+<project name="Build specific targets and properties" default="noDefault">
+
+ <!-- ===================================================================== -->
+ <!-- Default target -->
+ <!-- ===================================================================== -->
+ <target name="noDefault">
+ <echo message="This file must be called with explicit targets" />
+ </target>
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target build.jars -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="pre.viewer.jar">
+
+ <property name="basedir" location="." />
+ <property name="birt.dir" value="birt" />
+ <property name="build.result.folder" value="${basedir}" />
+
+ <mkdir dir="${build.result.folder}/viewerservletssrc"/>
+ <copy todir="${build.result.folder}/viewerservletssrc" overwrite="true">
+ <fileset dir="${birt.dir}/WEB-INF/classes/" includes="**/*.java" />
+ </copy>
+ </target>
+
+ <target name="pre.build.jars">
+ <!--Execute native2ascii for *.msg files-->
+ <property name="dir.src" value="src"/>
+
+ <native2ascii encoding="Cp1252"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_de_DE.msg, **/*_fr_FR.msg, **/*_es_ES.msg"/>
+ <native2ascii encoding="GBK"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_zh_CN.msg"/>
+ <native2ascii encoding="SJIS"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ja_JP.msg"/>
+ <native2ascii encoding="MS949"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ko_KR.msg"/>
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target build.jars -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="post.build.jars">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target build.sources -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="pre.build.sources">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target build.sources -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="post.build.sources">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the compilation target <name> -->
+ <!-- Substitute "name" with the name of the compilation target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- source.foldern : n = 1 ... N, the source folders -->
+ <!-- target.folder : where the results of the compilation go -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="pre.name">
+ </target>
+
+ <target name="pre.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do during the compilation target <name>, after the compile -->
+ <!-- but before jaring. Substitute "name" with the name of the compilation-->
+ <!-- target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- source.foldern : n = 1 ... N, the source folders -->
+ <!-- target.folder : where the results of the compilation go -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="post.compile.name">
+ </target>
+
+ <target name="post.compile.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the compilation target <name> -->
+ <!-- Substitute "name" with the name of the compilation target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- jar.location - the location of the compilation results -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="post.name">
+ </target>
+
+ <target name="post.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.bin.parts -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder containing the build results -->
+ <!-- target.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.bin.parts">
+
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.bin.parts -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder containing the build results -->
+ <!-- target.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.bin.parts">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.sources -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.sources">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.sources -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.sources">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.logs -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.logs">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.logs -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.logs">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target clean -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.clean">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target clean -->
+ <!-- Available parameters : -->
+ <!-- plugin.destination - final destination of the build -->
+ <!-- build.result.folder - results of the compilation -->
+ <!-- temp.folder - temporary folder -->
+ <!-- ===================================================================== -->
+ <target name="post.clean">
+ </target>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_de_DE.msg
new file mode 100644
index 0000000..3957348
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_de_DE.msg
@@ -0,0 +1,56 @@
+################################################################################
+## Copyright (c) 2006-2007 Ingres Corporation and others.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Ingres - Implementation
+################################################################################
+
+PLUGIN_NAME = Ingres DTP Plug-in
+PROVIDER_NAME = Eclipse Data Tools Platform
+
+# Parent category for Ingres in the driver definition
+CATEGORY_PRODUCT_FAMILY_NAME = Ingres
+CATEGORY_PRODUCT_FAMILY_DESCRIPTION =
+
+# Category for Ingres 2006 in the driver definition
+CATEGORY_PRODUCT_NAME = 2006
+CATEGORY_PRODUCT_DESCRIPTION =
+
+# Ingres 2006 Driver Template
+DRIVER_NAME = Ingres JDBC Driver
+DRIVER_DESCRIPTION =
+
+# Various properties for the driver template
+
+DRIVER_DRIVER_CLASS_NAME = Driver Class
+DRIVER_DRIVER_CLASS_DESCRIPTION =
+
+DRIVER_DB_VENDOR_NAME = Vendor
+DRIVER_DB_VENDOR_DESCRIPTION =
+
+DRIVER_DB_VERSION_NAME = 2006
+DRIVER_DB_VERSION_DESCRIPTION =
+
+DRIVER_DATABASE_NAME_NAME = Database Name
+DRIVER_DATABASE_NAME_DESCRIPTION =
+
+DRIVER_DB_URL_NAME = Connection URL
+DRIVER_DB_URL_DESCRIPTION =
+
+DRIVER_DB_USERNAME_NAME = Username
+DRIVER_DB_USERNAME_DESCRIPTION =
+
+DRIVER_DB_PASSWORD_NAME = Password
+DRIVER_DB_PASSWORD_DESCRIPTION =
+
+# Connection Profile
+CONNECTION_PROFILE_NAME = Ingres Database
+
+# Connection factory
+CONNECTION_FACTORY_NAME = Ingres JDBC Connection Factory
+# ====================================================================
+
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_es_ES.msg
new file mode 100644
index 0000000..3957348
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_es_ES.msg
@@ -0,0 +1,56 @@
+################################################################################
+## Copyright (c) 2006-2007 Ingres Corporation and others.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Ingres - Implementation
+################################################################################
+
+PLUGIN_NAME = Ingres DTP Plug-in
+PROVIDER_NAME = Eclipse Data Tools Platform
+
+# Parent category for Ingres in the driver definition
+CATEGORY_PRODUCT_FAMILY_NAME = Ingres
+CATEGORY_PRODUCT_FAMILY_DESCRIPTION =
+
+# Category for Ingres 2006 in the driver definition
+CATEGORY_PRODUCT_NAME = 2006
+CATEGORY_PRODUCT_DESCRIPTION =
+
+# Ingres 2006 Driver Template
+DRIVER_NAME = Ingres JDBC Driver
+DRIVER_DESCRIPTION =
+
+# Various properties for the driver template
+
+DRIVER_DRIVER_CLASS_NAME = Driver Class
+DRIVER_DRIVER_CLASS_DESCRIPTION =
+
+DRIVER_DB_VENDOR_NAME = Vendor
+DRIVER_DB_VENDOR_DESCRIPTION =
+
+DRIVER_DB_VERSION_NAME = 2006
+DRIVER_DB_VERSION_DESCRIPTION =
+
+DRIVER_DATABASE_NAME_NAME = Database Name
+DRIVER_DATABASE_NAME_DESCRIPTION =
+
+DRIVER_DB_URL_NAME = Connection URL
+DRIVER_DB_URL_DESCRIPTION =
+
+DRIVER_DB_USERNAME_NAME = Username
+DRIVER_DB_USERNAME_DESCRIPTION =
+
+DRIVER_DB_PASSWORD_NAME = Password
+DRIVER_DB_PASSWORD_DESCRIPTION =
+
+# Connection Profile
+CONNECTION_PROFILE_NAME = Ingres Database
+
+# Connection factory
+CONNECTION_FACTORY_NAME = Ingres JDBC Connection Factory
+# ====================================================================
+
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_fr_FR.msg
new file mode 100644
index 0000000..3957348
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_fr_FR.msg
@@ -0,0 +1,56 @@
+################################################################################
+## Copyright (c) 2006-2007 Ingres Corporation and others.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Ingres - Implementation
+################################################################################
+
+PLUGIN_NAME = Ingres DTP Plug-in
+PROVIDER_NAME = Eclipse Data Tools Platform
+
+# Parent category for Ingres in the driver definition
+CATEGORY_PRODUCT_FAMILY_NAME = Ingres
+CATEGORY_PRODUCT_FAMILY_DESCRIPTION =
+
+# Category for Ingres 2006 in the driver definition
+CATEGORY_PRODUCT_NAME = 2006
+CATEGORY_PRODUCT_DESCRIPTION =
+
+# Ingres 2006 Driver Template
+DRIVER_NAME = Ingres JDBC Driver
+DRIVER_DESCRIPTION =
+
+# Various properties for the driver template
+
+DRIVER_DRIVER_CLASS_NAME = Driver Class
+DRIVER_DRIVER_CLASS_DESCRIPTION =
+
+DRIVER_DB_VENDOR_NAME = Vendor
+DRIVER_DB_VENDOR_DESCRIPTION =
+
+DRIVER_DB_VERSION_NAME = 2006
+DRIVER_DB_VERSION_DESCRIPTION =
+
+DRIVER_DATABASE_NAME_NAME = Database Name
+DRIVER_DATABASE_NAME_DESCRIPTION =
+
+DRIVER_DB_URL_NAME = Connection URL
+DRIVER_DB_URL_DESCRIPTION =
+
+DRIVER_DB_USERNAME_NAME = Username
+DRIVER_DB_USERNAME_DESCRIPTION =
+
+DRIVER_DB_PASSWORD_NAME = Password
+DRIVER_DB_PASSWORD_DESCRIPTION =
+
+# Connection Profile
+CONNECTION_PROFILE_NAME = Ingres Database
+
+# Connection factory
+CONNECTION_FACTORY_NAME = Ingres JDBC Connection Factory
+# ====================================================================
+
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_ja_JP.msg
new file mode 100644
index 0000000..3957348
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_ja_JP.msg
@@ -0,0 +1,56 @@
+################################################################################
+## Copyright (c) 2006-2007 Ingres Corporation and others.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Ingres - Implementation
+################################################################################
+
+PLUGIN_NAME = Ingres DTP Plug-in
+PROVIDER_NAME = Eclipse Data Tools Platform
+
+# Parent category for Ingres in the driver definition
+CATEGORY_PRODUCT_FAMILY_NAME = Ingres
+CATEGORY_PRODUCT_FAMILY_DESCRIPTION =
+
+# Category for Ingres 2006 in the driver definition
+CATEGORY_PRODUCT_NAME = 2006
+CATEGORY_PRODUCT_DESCRIPTION =
+
+# Ingres 2006 Driver Template
+DRIVER_NAME = Ingres JDBC Driver
+DRIVER_DESCRIPTION =
+
+# Various properties for the driver template
+
+DRIVER_DRIVER_CLASS_NAME = Driver Class
+DRIVER_DRIVER_CLASS_DESCRIPTION =
+
+DRIVER_DB_VENDOR_NAME = Vendor
+DRIVER_DB_VENDOR_DESCRIPTION =
+
+DRIVER_DB_VERSION_NAME = 2006
+DRIVER_DB_VERSION_DESCRIPTION =
+
+DRIVER_DATABASE_NAME_NAME = Database Name
+DRIVER_DATABASE_NAME_DESCRIPTION =
+
+DRIVER_DB_URL_NAME = Connection URL
+DRIVER_DB_URL_DESCRIPTION =
+
+DRIVER_DB_USERNAME_NAME = Username
+DRIVER_DB_USERNAME_DESCRIPTION =
+
+DRIVER_DB_PASSWORD_NAME = Password
+DRIVER_DB_PASSWORD_DESCRIPTION =
+
+# Connection Profile
+CONNECTION_PROFILE_NAME = Ingres Database
+
+# Connection factory
+CONNECTION_FACTORY_NAME = Ingres JDBC Connection Factory
+# ====================================================================
+
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_ko_KR.msg
new file mode 100644
index 0000000..3957348
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_ko_KR.msg
@@ -0,0 +1,56 @@
+################################################################################
+## Copyright (c) 2006-2007 Ingres Corporation and others.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Ingres - Implementation
+################################################################################
+
+PLUGIN_NAME = Ingres DTP Plug-in
+PROVIDER_NAME = Eclipse Data Tools Platform
+
+# Parent category for Ingres in the driver definition
+CATEGORY_PRODUCT_FAMILY_NAME = Ingres
+CATEGORY_PRODUCT_FAMILY_DESCRIPTION =
+
+# Category for Ingres 2006 in the driver definition
+CATEGORY_PRODUCT_NAME = 2006
+CATEGORY_PRODUCT_DESCRIPTION =
+
+# Ingres 2006 Driver Template
+DRIVER_NAME = Ingres JDBC Driver
+DRIVER_DESCRIPTION =
+
+# Various properties for the driver template
+
+DRIVER_DRIVER_CLASS_NAME = Driver Class
+DRIVER_DRIVER_CLASS_DESCRIPTION =
+
+DRIVER_DB_VENDOR_NAME = Vendor
+DRIVER_DB_VENDOR_DESCRIPTION =
+
+DRIVER_DB_VERSION_NAME = 2006
+DRIVER_DB_VERSION_DESCRIPTION =
+
+DRIVER_DATABASE_NAME_NAME = Database Name
+DRIVER_DATABASE_NAME_DESCRIPTION =
+
+DRIVER_DB_URL_NAME = Connection URL
+DRIVER_DB_URL_DESCRIPTION =
+
+DRIVER_DB_USERNAME_NAME = Username
+DRIVER_DB_USERNAME_DESCRIPTION =
+
+DRIVER_DB_PASSWORD_NAME = Password
+DRIVER_DB_PASSWORD_DESCRIPTION =
+
+# Connection Profile
+CONNECTION_PROFILE_NAME = Ingres Database
+
+# Connection factory
+CONNECTION_FACTORY_NAME = Ingres JDBC Connection Factory
+# ====================================================================
+
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_zh_CN.msg
new file mode 100644
index 0000000..3957348
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_zh_CN.msg
@@ -0,0 +1,56 @@
+################################################################################
+## Copyright (c) 2006-2007 Ingres Corporation and others.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Ingres - Implementation
+################################################################################
+
+PLUGIN_NAME = Ingres DTP Plug-in
+PROVIDER_NAME = Eclipse Data Tools Platform
+
+# Parent category for Ingres in the driver definition
+CATEGORY_PRODUCT_FAMILY_NAME = Ingres
+CATEGORY_PRODUCT_FAMILY_DESCRIPTION =
+
+# Category for Ingres 2006 in the driver definition
+CATEGORY_PRODUCT_NAME = 2006
+CATEGORY_PRODUCT_DESCRIPTION =
+
+# Ingres 2006 Driver Template
+DRIVER_NAME = Ingres JDBC Driver
+DRIVER_DESCRIPTION =
+
+# Various properties for the driver template
+
+DRIVER_DRIVER_CLASS_NAME = Driver Class
+DRIVER_DRIVER_CLASS_DESCRIPTION =
+
+DRIVER_DB_VENDOR_NAME = Vendor
+DRIVER_DB_VENDOR_DESCRIPTION =
+
+DRIVER_DB_VERSION_NAME = 2006
+DRIVER_DB_VERSION_DESCRIPTION =
+
+DRIVER_DATABASE_NAME_NAME = Database Name
+DRIVER_DATABASE_NAME_DESCRIPTION =
+
+DRIVER_DB_URL_NAME = Connection URL
+DRIVER_DB_URL_DESCRIPTION =
+
+DRIVER_DB_USERNAME_NAME = Username
+DRIVER_DB_USERNAME_DESCRIPTION =
+
+DRIVER_DB_PASSWORD_NAME = Password
+DRIVER_DB_PASSWORD_DESCRIPTION =
+
+# Connection Profile
+CONNECTION_PROFILE_NAME = Ingres Database
+
+# Connection factory
+CONNECTION_FACTORY_NAME = Ingres JDBC Connection Factory
+# ====================================================================
+
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/.classpath b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/.classpath
new file mode 100644
index 0000000..751c8f2
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/.project b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/.project
new file mode 100644
index 0000000..63a3ab1
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.datatools.enablement.ingres.ui.nl</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/META-INF/MANIFEST.MF b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..3727b0d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/META-INF/MANIFEST.MF
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: org.eclipse.datatools.enablement.ingres.ui NL Fragment
+Bundle-SymbolicName: org.eclipse.datatools.enablement.ingres.ui.nl1
+Bundle-Version: 1.0.0.qualifier
+Fragment-Host: org.eclipse.datatools.enablement.ingres.ui;bundle-version="[1.0.0,1.5.0)"
+Bundle-Localization: plugin
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/about.html
new file mode 100644
index 0000000..a378f71
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>November 2, 2006</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, "Program" will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/build.properties
new file mode 100644
index 0000000..4a4d45a
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/build.properties
@@ -0,0 +1,7 @@
+bin.includes = fragment.xml,\
+ META-INF/,\
+ about.html,\
+ src/**/*.properties,\
+ plugin_??_??.properties
+src.includes = about.html
+customBuildCallbacks=customBuildCallbacks.xml
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/build.xml
new file mode 100644
index 0000000..a7a148e
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/build.xml
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ *************************************************************************
+ * Copyright (c) 2006 Actuate Corporation.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Actuate Corporation - initial API and implementation
+ *
+ *************************************************************************
+ *
+ * build.xml
+ *
+ * Build script for project org.eclipse.datatools.enablement.ingres.ui.nl
+ *
+ * "Clean" - Clean nl.jar file and *.properties files generated from
+ * native2ascii.exe.
+ * "Jar" - Convert *_xx_YY.msg files into *_xx_YY.properties files by native2ascii.exe and
+ * create nl.jar file.
+ * "Export" - Export the project, for instance, jar files are copied to a designated folder.
+ * this task must be called after calling Jar task, so it needn't depend on Jar explicitly
+ *
+ * Usage:
+ * ant [any one or more of the public targets]
+ * -Declipse.home=<your eclipse home>
+ * -Ddtp.home=<your DTP plugins source home> [optional]
+ *
+ * Default target is "Jar".
+ *
+ * Notes:
+ * 1. classpath need to be set for junit.jar
+ * 2. The build script requires Ant 1.6
+ *
+-->
+
+<project name="org.eclipse.datatools.enablement.ingres.ui.nl" default="Jar" basedir=".">
+ <description>NL Fragment for org.eclipse.datatools.enablement.ingres.ui</description>
+
+ <property file="META-INF/MANIFEST.MF" />
+ <property name="dir.src" value="src" />
+ <property name="dir.bin" value="bin" />
+ <property name="nl.group" value="1" />
+ <property name="module.name" value="org.eclipse.datatools.enablement.ingres.ui.nl" />
+ <property name="jar.name" value="${module.name}${nl.group}_${Bundle-Version}.jar" />
+
+ <target name="Clean">
+ <delete>
+ <fileset dir="." includes="**/*_??_??.properties" />
+ <fileset dir="." includes="${jar.name}" />
+ </delete>
+ </target>
+
+ <target name="NativeToAscii"
+ description="Execute native2ascii for *.msg files">
+
+
+ <native2ascii encoding="Cp1252"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_de_DE.msg, **/*_fr_FR.msg, **/*_es_ES.msg"/>
+ <native2ascii encoding="GBK"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_zh_CN.msg"/>
+ <native2ascii encoding="SJIS"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ja_JP.msg"/>
+ <native2ascii encoding="MS949"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ko_KR.msg"/>
+ </target>
+
+ <target name="nl-jar">
+ <jar destfile="${jar.name}" manifest="./META-INF/MANIFEST.MF">
+ <zipfileset dir="." includes="plugin_??_??.properties"/>
+ </jar>
+ </target>
+
+ <target name="Jar" depends="NativeToAscii, nl-jar" >
+ </target>
+ <target name="Export">
+ <copy todir="${export.dir}">
+ <fileset dir="." includes="${jar.name}"/>
+ </copy>
+ </target>
+
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/customBuildCallbacks.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/customBuildCallbacks.xml
new file mode 100644
index 0000000..c22dc16
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/customBuildCallbacks.xml
@@ -0,0 +1,201 @@
+<!-- ===================================================================== -->
+<!-- Custom targets called from a project's generated build.xml -->
+<!-- Set customBuildCallbacks=<path/to/this/file> in your build.properties.-->
+<!-- ===================================================================== -->
+<project name="Build specific targets and properties" default="noDefault">
+
+ <!-- ===================================================================== -->
+ <!-- Default target -->
+ <!-- ===================================================================== -->
+ <target name="noDefault">
+ <echo message="This file must be called with explicit targets" />
+ </target>
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target build.jars -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="pre.viewer.jar">
+
+ <property name="basedir" location="." />
+ <property name="birt.dir" value="birt" />
+ <property name="build.result.folder" value="${basedir}" />
+
+ <mkdir dir="${build.result.folder}/viewerservletssrc"/>
+ <copy todir="${build.result.folder}/viewerservletssrc" overwrite="true">
+ <fileset dir="${birt.dir}/WEB-INF/classes/" includes="**/*.java" />
+ </copy>
+ </target>
+
+ <target name="pre.build.jars">
+ <!--Execute native2ascii for *.msg files-->
+ <property name="dir.src" value="src"/>
+
+ <native2ascii encoding="Cp1252"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_de_DE.msg, **/*_fr_FR.msg, **/*_es_ES.msg"/>
+ <native2ascii encoding="GBK"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_zh_CN.msg"/>
+ <native2ascii encoding="SJIS"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ja_JP.msg"/>
+ <native2ascii encoding="MS949"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ko_KR.msg"/>
+ <copy todir=".">
+ <fileset dir="src" includes="org/**"/>
+ </copy>
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target build.jars -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="post.build.jars">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target build.sources -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="pre.build.sources">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target build.sources -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="post.build.sources">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the compilation target <name> -->
+ <!-- Substitute "name" with the name of the compilation target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- source.foldern : n = 1 ... N, the source folders -->
+ <!-- target.folder : where the results of the compilation go -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="pre.name">
+ </target>
+
+ <target name="pre.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do during the compilation target <name>, after the compile -->
+ <!-- but before jaring. Substitute "name" with the name of the compilation-->
+ <!-- target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- source.foldern : n = 1 ... N, the source folders -->
+ <!-- target.folder : where the results of the compilation go -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="post.compile.name">
+ </target>
+
+ <target name="post.compile.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the compilation target <name> -->
+ <!-- Substitute "name" with the name of the compilation target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- jar.location - the location of the compilation results -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="post.name">
+ </target>
+
+ <target name="post.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.bin.parts -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder containing the build results -->
+ <!-- target.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.bin.parts">
+
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.bin.parts -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder containing the build results -->
+ <!-- target.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.bin.parts">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.sources -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.sources">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.sources -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.sources">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.logs -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.logs">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.logs -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.logs">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target clean -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.clean">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target clean -->
+ <!-- Available parameters : -->
+ <!-- plugin.destination - final destination of the build -->
+ <!-- build.result.folder - results of the compilation -->
+ <!-- temp.folder - temporary folder -->
+ <!-- ===================================================================== -->
+ <target name="post.clean">
+ </target>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_de_DE.msg
new file mode 100644
index 0000000..4b68a63
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_de_DE.msg
@@ -0,0 +1,24 @@
+################################################################################
+## Copyright (c) 2006-2007, 2010 Ingres Corporation and others.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Ingres - Implementation
+## Ingres - update for bugzilla 317378
+################################################################################
+
+PLUGIN_NAME = Ingres DTP UI Plug-in
+PROVIDER_NAME=Eclipse Data Tools Platform
+
+# new connection profile wizard
+WIZARD_NAME = Ingres
+WIZARD_DESCRIPTION =
+
+# Property page
+PROPERTY_PAGE_NAME = Ingres Connection Properties
+
+SynonymDecorationServiceLabel = Data Tools - Ingres Synonym
+datatools.core.ui.modelexplorer.modelExplorerColumnDecoration = Data Tools - Ingres Column Data Type
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_es_ES.msg
new file mode 100644
index 0000000..4b68a63
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_es_ES.msg
@@ -0,0 +1,24 @@
+################################################################################
+## Copyright (c) 2006-2007, 2010 Ingres Corporation and others.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Ingres - Implementation
+## Ingres - update for bugzilla 317378
+################################################################################
+
+PLUGIN_NAME = Ingres DTP UI Plug-in
+PROVIDER_NAME=Eclipse Data Tools Platform
+
+# new connection profile wizard
+WIZARD_NAME = Ingres
+WIZARD_DESCRIPTION =
+
+# Property page
+PROPERTY_PAGE_NAME = Ingres Connection Properties
+
+SynonymDecorationServiceLabel = Data Tools - Ingres Synonym
+datatools.core.ui.modelexplorer.modelExplorerColumnDecoration = Data Tools - Ingres Column Data Type
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_fr_FR.msg
new file mode 100644
index 0000000..4b68a63
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_fr_FR.msg
@@ -0,0 +1,24 @@
+################################################################################
+## Copyright (c) 2006-2007, 2010 Ingres Corporation and others.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Ingres - Implementation
+## Ingres - update for bugzilla 317378
+################################################################################
+
+PLUGIN_NAME = Ingres DTP UI Plug-in
+PROVIDER_NAME=Eclipse Data Tools Platform
+
+# new connection profile wizard
+WIZARD_NAME = Ingres
+WIZARD_DESCRIPTION =
+
+# Property page
+PROPERTY_PAGE_NAME = Ingres Connection Properties
+
+SynonymDecorationServiceLabel = Data Tools - Ingres Synonym
+datatools.core.ui.modelexplorer.modelExplorerColumnDecoration = Data Tools - Ingres Column Data Type
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_ja_JP.msg
new file mode 100644
index 0000000..4b68a63
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_ja_JP.msg
@@ -0,0 +1,24 @@
+################################################################################
+## Copyright (c) 2006-2007, 2010 Ingres Corporation and others.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Ingres - Implementation
+## Ingres - update for bugzilla 317378
+################################################################################
+
+PLUGIN_NAME = Ingres DTP UI Plug-in
+PROVIDER_NAME=Eclipse Data Tools Platform
+
+# new connection profile wizard
+WIZARD_NAME = Ingres
+WIZARD_DESCRIPTION =
+
+# Property page
+PROPERTY_PAGE_NAME = Ingres Connection Properties
+
+SynonymDecorationServiceLabel = Data Tools - Ingres Synonym
+datatools.core.ui.modelexplorer.modelExplorerColumnDecoration = Data Tools - Ingres Column Data Type
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_ko_KR.msg
new file mode 100644
index 0000000..4b68a63
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_ko_KR.msg
@@ -0,0 +1,24 @@
+################################################################################
+## Copyright (c) 2006-2007, 2010 Ingres Corporation and others.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Ingres - Implementation
+## Ingres - update for bugzilla 317378
+################################################################################
+
+PLUGIN_NAME = Ingres DTP UI Plug-in
+PROVIDER_NAME=Eclipse Data Tools Platform
+
+# new connection profile wizard
+WIZARD_NAME = Ingres
+WIZARD_DESCRIPTION =
+
+# Property page
+PROPERTY_PAGE_NAME = Ingres Connection Properties
+
+SynonymDecorationServiceLabel = Data Tools - Ingres Synonym
+datatools.core.ui.modelexplorer.modelExplorerColumnDecoration = Data Tools - Ingres Column Data Type
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_zh_CN.msg
new file mode 100644
index 0000000..4b68a63
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_zh_CN.msg
@@ -0,0 +1,24 @@
+################################################################################
+## Copyright (c) 2006-2007, 2010 Ingres Corporation and others.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Ingres - Implementation
+## Ingres - update for bugzilla 317378
+################################################################################
+
+PLUGIN_NAME = Ingres DTP UI Plug-in
+PROVIDER_NAME=Eclipse Data Tools Platform
+
+# new connection profile wizard
+WIZARD_NAME = Ingres
+WIZARD_DESCRIPTION =
+
+# Property page
+PROPERTY_PAGE_NAME = Ingres Connection Properties
+
+SynonymDecorationServiceLabel = Data Tools - Ingres Synonym
+datatools.core.ui.modelexplorer.modelExplorerColumnDecoration = Data Tools - Ingres Column Data Type
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/src/org/eclipse/datatools/enablement/ingres/ui/l10n/messages_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/src/org/eclipse/datatools/enablement/ingres/ui/l10n/messages_de_DE.msg
new file mode 100644
index 0000000..3c7255d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/src/org/eclipse/datatools/enablement/ingres/ui/l10n/messages_de_DE.msg
@@ -0,0 +1,38 @@
+DBEvent.Name=Events
+DBEvent.DisplayName=Events
+Synonym.Name=Synonyms
+Synonym.DisplayName=Synonyms
+Synonym.NameDecoration=\ (-> {0})
+
+ProcedureParameter.Name=Parameters
+ProcedureParameter.DisplayName=Parameters
+
+HoverInfoBuilder.alter.database =
+HoverInfoBuilder.alter.event =
+HoverInfoBuilder.alter.function =
+HoverInfoBuilder.alter.index =
+HoverInfoBuilder.alter.procedure =
+HoverInfoBuilder.alter.table = alter table [schema.]table_name\nadd [column] column_name format [default_clause]\n[null_clause] [column_constraint] [collate collation_name]\n| drop [column] column_name restrict | cascade\n| add [constraint constraint_name] constraint_spec\n| drop constraint constraint_name restrict | cascade\n| alter [column] column_name format [default_clause]\n[null_clause] [column_constraint] [collate collation_name]
+HoverInfoBuilder.alter.trigger =
+HoverInfoBuilder.alter.view =
+HoverInfoBuilder.begin =
+HoverInfoBuilder.begin.transaction =
+HoverInfoBuilder.call = call system (command =command_string)
+HoverInfoBuilder.create.database =
+HoverInfoBuilder.create.default =
+HoverInfoBuilder.create.event =
+HoverInfoBuilder.create.function =
+HoverInfoBuilder.create.index =
+HoverInfoBuilder.create.procedure =
+HoverInfoBuilder.create.table = create table [schema.] table_name\n(column_specification {, column_specification }\n[, [constraint constraint_name] table_constraint\n{, [constraint constraint_name] table_constraint}])\n[with with_clause]
+HoverInfoBuilder.create.trigger =
+HoverInfoBuilder.create.view = create view view_name\r\n[(column_name {, column_name})]\r\nas select_stmt\r\n[with check option]
+HoverInfoBuilder.declare = declare statement_name {, statement_name) statement
+HoverInfoBuilder.delete = delete from [schema.]table_name [corr_name]\n[where search_condition];
+HoverInfoBuilder.drop.view = drop objecttype [schema.]objectname {, [schema.]objectname};
+HoverInfoBuilder.insert = insert into [schema.]table_name\n[(column {, column})]\n[values (expr{, expr})] | [subselect];
+HoverInfoBuilder.others =
+HoverInfoBuilder.root =
+HoverInfoBuilder.select = select [first rowCount] [all | distinct]\n[from from_source {, from_source}\n[where search_condition]\n[group by column {, column}]\n[having search_condition]\n[union [all] full_select]\n[order by result_column [asc|desc]\n{, result_column [asc|desc]}]\n[for [deferred | direct] update of column {, column}];
+HoverInfoBuilder.select.into =
+HoverInfoBuilder.update = update [schema.]table_name [corr_name]\n[from [schema.]table_name [corr_name]\n{ , [schema.]table_name [corr_name]}]\nset column = expression {, column = expression}\n[where search_condition];
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/src/org/eclipse/datatools/enablement/ingres/ui/l10n/messages_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/src/org/eclipse/datatools/enablement/ingres/ui/l10n/messages_es_ES.msg
new file mode 100644
index 0000000..3c7255d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/src/org/eclipse/datatools/enablement/ingres/ui/l10n/messages_es_ES.msg
@@ -0,0 +1,38 @@
+DBEvent.Name=Events
+DBEvent.DisplayName=Events
+Synonym.Name=Synonyms
+Synonym.DisplayName=Synonyms
+Synonym.NameDecoration=\ (-> {0})
+
+ProcedureParameter.Name=Parameters
+ProcedureParameter.DisplayName=Parameters
+
+HoverInfoBuilder.alter.database =
+HoverInfoBuilder.alter.event =
+HoverInfoBuilder.alter.function =
+HoverInfoBuilder.alter.index =
+HoverInfoBuilder.alter.procedure =
+HoverInfoBuilder.alter.table = alter table [schema.]table_name\nadd [column] column_name format [default_clause]\n[null_clause] [column_constraint] [collate collation_name]\n| drop [column] column_name restrict | cascade\n| add [constraint constraint_name] constraint_spec\n| drop constraint constraint_name restrict | cascade\n| alter [column] column_name format [default_clause]\n[null_clause] [column_constraint] [collate collation_name]
+HoverInfoBuilder.alter.trigger =
+HoverInfoBuilder.alter.view =
+HoverInfoBuilder.begin =
+HoverInfoBuilder.begin.transaction =
+HoverInfoBuilder.call = call system (command =command_string)
+HoverInfoBuilder.create.database =
+HoverInfoBuilder.create.default =
+HoverInfoBuilder.create.event =
+HoverInfoBuilder.create.function =
+HoverInfoBuilder.create.index =
+HoverInfoBuilder.create.procedure =
+HoverInfoBuilder.create.table = create table [schema.] table_name\n(column_specification {, column_specification }\n[, [constraint constraint_name] table_constraint\n{, [constraint constraint_name] table_constraint}])\n[with with_clause]
+HoverInfoBuilder.create.trigger =
+HoverInfoBuilder.create.view = create view view_name\r\n[(column_name {, column_name})]\r\nas select_stmt\r\n[with check option]
+HoverInfoBuilder.declare = declare statement_name {, statement_name) statement
+HoverInfoBuilder.delete = delete from [schema.]table_name [corr_name]\n[where search_condition];
+HoverInfoBuilder.drop.view = drop objecttype [schema.]objectname {, [schema.]objectname};
+HoverInfoBuilder.insert = insert into [schema.]table_name\n[(column {, column})]\n[values (expr{, expr})] | [subselect];
+HoverInfoBuilder.others =
+HoverInfoBuilder.root =
+HoverInfoBuilder.select = select [first rowCount] [all | distinct]\n[from from_source {, from_source}\n[where search_condition]\n[group by column {, column}]\n[having search_condition]\n[union [all] full_select]\n[order by result_column [asc|desc]\n{, result_column [asc|desc]}]\n[for [deferred | direct] update of column {, column}];
+HoverInfoBuilder.select.into =
+HoverInfoBuilder.update = update [schema.]table_name [corr_name]\n[from [schema.]table_name [corr_name]\n{ , [schema.]table_name [corr_name]}]\nset column = expression {, column = expression}\n[where search_condition];
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/src/org/eclipse/datatools/enablement/ingres/ui/l10n/messages_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/src/org/eclipse/datatools/enablement/ingres/ui/l10n/messages_fr_FR.msg
new file mode 100644
index 0000000..f42e91c
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/src/org/eclipse/datatools/enablement/ingres/ui/l10n/messages_fr_FR.msg
@@ -0,0 +1,39 @@
+DBEvent.Name=Events
+DBEvent.DisplayName=Events
+Synonym.Name=Synonyms
+Synonym.DisplayName=Synonyms
+Synonym.NameDecoration=\ (-> {0})
+
+ProcedureParameter.Name=Parameters
+ProcedureParameter.DisplayName=Parameters
+
+HoverInfoBuilder.alter.database =
+HoverInfoBuilder.alter.event =
+HoverInfoBuilder.alter.function =
+HoverInfoBuilder.alter.index =
+HoverInfoBuilder.alter.procedure =
+HoverInfoBuilder.alter.table = alter table [schema.]table_name\nadd [column] column_name format [default_clause]\n[null_clause] [column_constraint] [collate collation_name]\n| drop [column] column_name restrict | cascade\n| add [constraint constraint_name] constraint_spec\n| drop constraint constraint_name restrict | cascade\n| alter [column] column_name format [default_clause]\n[null_clause] [column_constraint] [collate collation_name]
+HoverInfoBuilder.alter.trigger =
+HoverInfoBuilder.alter.view =
+HoverInfoBuilder.begin =
+HoverInfoBuilder.begin.transaction =
+HoverInfoBuilder.call = call system (command =command_string)
+HoverInfoBuilder.create.database =
+HoverInfoBuilder.create.default =
+HoverInfoBuilder.create.event =
+HoverInfoBuilder.create.function =
+HoverInfoBuilder.create.index =
+HoverInfoBuilder.create.procedure =
+HoverInfoBuilder.create.table = create table [schema.] table_name\n(column_specification {, column_specification }\n[, [constraint constraint_name] table_constraint\n{, [constraint constraint_name] table_constraint}])\n[with with_clause]
+HoverInfoBuilder.create.trigger =
+HoverInfoBuilder.create.view = create view view_name\r\n[(column_name {, column_name})]\r\nas select_stmt\r\n[with check option]
+HoverInfoBuilder.declare = declare statement_name {, statement_name) statement
+HoverInfoBuilder.delete = delete from [schema.]table_name [corr_name]\n[where search_condition];
+HoverInfoBuilder.drop.view = drop objecttype [schema.]objectname {, [schema.]objectname};
+HoverInfoBuilder.insert = insert into [schema.]table_name\n[(column {, column})]\n[values (expr{, expr})] | [subselect];
+HoverInfoBuilder.others =
+HoverInfoBuilder.root =
+HoverInfoBuilder.select = select [first rowCount] [all | distinct]\n[from from_source {, from_source}\n[where search_condition]\n[group by column {, column}]\n[having search_condition]\n[union [all] full_select]\n[order by result_column [asc|desc]\n{, result_column [asc|desc]}]\n[for [deferred | direct] update of column {, column}];
+HoverInfoBuilder.select.into =
+HoverInfoBuilder.update = update [schema.]table_name [corr_name]\n[from [schema.]table_name [corr_name]\n{ , [schema.]table_name [corr_name]}]\nset column = expression {, column = expression}\n[where search_condition];
+s
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/src/org/eclipse/datatools/enablement/ingres/ui/l10n/messages_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/src/org/eclipse/datatools/enablement/ingres/ui/l10n/messages_ja_JP.msg
new file mode 100644
index 0000000..3c7255d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/src/org/eclipse/datatools/enablement/ingres/ui/l10n/messages_ja_JP.msg
@@ -0,0 +1,38 @@
+DBEvent.Name=Events
+DBEvent.DisplayName=Events
+Synonym.Name=Synonyms
+Synonym.DisplayName=Synonyms
+Synonym.NameDecoration=\ (-> {0})
+
+ProcedureParameter.Name=Parameters
+ProcedureParameter.DisplayName=Parameters
+
+HoverInfoBuilder.alter.database =
+HoverInfoBuilder.alter.event =
+HoverInfoBuilder.alter.function =
+HoverInfoBuilder.alter.index =
+HoverInfoBuilder.alter.procedure =
+HoverInfoBuilder.alter.table = alter table [schema.]table_name\nadd [column] column_name format [default_clause]\n[null_clause] [column_constraint] [collate collation_name]\n| drop [column] column_name restrict | cascade\n| add [constraint constraint_name] constraint_spec\n| drop constraint constraint_name restrict | cascade\n| alter [column] column_name format [default_clause]\n[null_clause] [column_constraint] [collate collation_name]
+HoverInfoBuilder.alter.trigger =
+HoverInfoBuilder.alter.view =
+HoverInfoBuilder.begin =
+HoverInfoBuilder.begin.transaction =
+HoverInfoBuilder.call = call system (command =command_string)
+HoverInfoBuilder.create.database =
+HoverInfoBuilder.create.default =
+HoverInfoBuilder.create.event =
+HoverInfoBuilder.create.function =
+HoverInfoBuilder.create.index =
+HoverInfoBuilder.create.procedure =
+HoverInfoBuilder.create.table = create table [schema.] table_name\n(column_specification {, column_specification }\n[, [constraint constraint_name] table_constraint\n{, [constraint constraint_name] table_constraint}])\n[with with_clause]
+HoverInfoBuilder.create.trigger =
+HoverInfoBuilder.create.view = create view view_name\r\n[(column_name {, column_name})]\r\nas select_stmt\r\n[with check option]
+HoverInfoBuilder.declare = declare statement_name {, statement_name) statement
+HoverInfoBuilder.delete = delete from [schema.]table_name [corr_name]\n[where search_condition];
+HoverInfoBuilder.drop.view = drop objecttype [schema.]objectname {, [schema.]objectname};
+HoverInfoBuilder.insert = insert into [schema.]table_name\n[(column {, column})]\n[values (expr{, expr})] | [subselect];
+HoverInfoBuilder.others =
+HoverInfoBuilder.root =
+HoverInfoBuilder.select = select [first rowCount] [all | distinct]\n[from from_source {, from_source}\n[where search_condition]\n[group by column {, column}]\n[having search_condition]\n[union [all] full_select]\n[order by result_column [asc|desc]\n{, result_column [asc|desc]}]\n[for [deferred | direct] update of column {, column}];
+HoverInfoBuilder.select.into =
+HoverInfoBuilder.update = update [schema.]table_name [corr_name]\n[from [schema.]table_name [corr_name]\n{ , [schema.]table_name [corr_name]}]\nset column = expression {, column = expression}\n[where search_condition];
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/src/org/eclipse/datatools/enablement/ingres/ui/l10n/messages_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/src/org/eclipse/datatools/enablement/ingres/ui/l10n/messages_ko_KR.msg
new file mode 100644
index 0000000..3c7255d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/src/org/eclipse/datatools/enablement/ingres/ui/l10n/messages_ko_KR.msg
@@ -0,0 +1,38 @@
+DBEvent.Name=Events
+DBEvent.DisplayName=Events
+Synonym.Name=Synonyms
+Synonym.DisplayName=Synonyms
+Synonym.NameDecoration=\ (-> {0})
+
+ProcedureParameter.Name=Parameters
+ProcedureParameter.DisplayName=Parameters
+
+HoverInfoBuilder.alter.database =
+HoverInfoBuilder.alter.event =
+HoverInfoBuilder.alter.function =
+HoverInfoBuilder.alter.index =
+HoverInfoBuilder.alter.procedure =
+HoverInfoBuilder.alter.table = alter table [schema.]table_name\nadd [column] column_name format [default_clause]\n[null_clause] [column_constraint] [collate collation_name]\n| drop [column] column_name restrict | cascade\n| add [constraint constraint_name] constraint_spec\n| drop constraint constraint_name restrict | cascade\n| alter [column] column_name format [default_clause]\n[null_clause] [column_constraint] [collate collation_name]
+HoverInfoBuilder.alter.trigger =
+HoverInfoBuilder.alter.view =
+HoverInfoBuilder.begin =
+HoverInfoBuilder.begin.transaction =
+HoverInfoBuilder.call = call system (command =command_string)
+HoverInfoBuilder.create.database =
+HoverInfoBuilder.create.default =
+HoverInfoBuilder.create.event =
+HoverInfoBuilder.create.function =
+HoverInfoBuilder.create.index =
+HoverInfoBuilder.create.procedure =
+HoverInfoBuilder.create.table = create table [schema.] table_name\n(column_specification {, column_specification }\n[, [constraint constraint_name] table_constraint\n{, [constraint constraint_name] table_constraint}])\n[with with_clause]
+HoverInfoBuilder.create.trigger =
+HoverInfoBuilder.create.view = create view view_name\r\n[(column_name {, column_name})]\r\nas select_stmt\r\n[with check option]
+HoverInfoBuilder.declare = declare statement_name {, statement_name) statement
+HoverInfoBuilder.delete = delete from [schema.]table_name [corr_name]\n[where search_condition];
+HoverInfoBuilder.drop.view = drop objecttype [schema.]objectname {, [schema.]objectname};
+HoverInfoBuilder.insert = insert into [schema.]table_name\n[(column {, column})]\n[values (expr{, expr})] | [subselect];
+HoverInfoBuilder.others =
+HoverInfoBuilder.root =
+HoverInfoBuilder.select = select [first rowCount] [all | distinct]\n[from from_source {, from_source}\n[where search_condition]\n[group by column {, column}]\n[having search_condition]\n[union [all] full_select]\n[order by result_column [asc|desc]\n{, result_column [asc|desc]}]\n[for [deferred | direct] update of column {, column}];
+HoverInfoBuilder.select.into =
+HoverInfoBuilder.update = update [schema.]table_name [corr_name]\n[from [schema.]table_name [corr_name]\n{ , [schema.]table_name [corr_name]}]\nset column = expression {, column = expression}\n[where search_condition];
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/src/org/eclipse/datatools/enablement/ingres/ui/l10n/messages_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/src/org/eclipse/datatools/enablement/ingres/ui/l10n/messages_zh_CN.msg
new file mode 100644
index 0000000..3c7255d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/src/org/eclipse/datatools/enablement/ingres/ui/l10n/messages_zh_CN.msg
@@ -0,0 +1,38 @@
+DBEvent.Name=Events
+DBEvent.DisplayName=Events
+Synonym.Name=Synonyms
+Synonym.DisplayName=Synonyms
+Synonym.NameDecoration=\ (-> {0})
+
+ProcedureParameter.Name=Parameters
+ProcedureParameter.DisplayName=Parameters
+
+HoverInfoBuilder.alter.database =
+HoverInfoBuilder.alter.event =
+HoverInfoBuilder.alter.function =
+HoverInfoBuilder.alter.index =
+HoverInfoBuilder.alter.procedure =
+HoverInfoBuilder.alter.table = alter table [schema.]table_name\nadd [column] column_name format [default_clause]\n[null_clause] [column_constraint] [collate collation_name]\n| drop [column] column_name restrict | cascade\n| add [constraint constraint_name] constraint_spec\n| drop constraint constraint_name restrict | cascade\n| alter [column] column_name format [default_clause]\n[null_clause] [column_constraint] [collate collation_name]
+HoverInfoBuilder.alter.trigger =
+HoverInfoBuilder.alter.view =
+HoverInfoBuilder.begin =
+HoverInfoBuilder.begin.transaction =
+HoverInfoBuilder.call = call system (command =command_string)
+HoverInfoBuilder.create.database =
+HoverInfoBuilder.create.default =
+HoverInfoBuilder.create.event =
+HoverInfoBuilder.create.function =
+HoverInfoBuilder.create.index =
+HoverInfoBuilder.create.procedure =
+HoverInfoBuilder.create.table = create table [schema.] table_name\n(column_specification {, column_specification }\n[, [constraint constraint_name] table_constraint\n{, [constraint constraint_name] table_constraint}])\n[with with_clause]
+HoverInfoBuilder.create.trigger =
+HoverInfoBuilder.create.view = create view view_name\r\n[(column_name {, column_name})]\r\nas select_stmt\r\n[with check option]
+HoverInfoBuilder.declare = declare statement_name {, statement_name) statement
+HoverInfoBuilder.delete = delete from [schema.]table_name [corr_name]\n[where search_condition];
+HoverInfoBuilder.drop.view = drop objecttype [schema.]objectname {, [schema.]objectname};
+HoverInfoBuilder.insert = insert into [schema.]table_name\n[(column {, column})]\n[values (expr{, expr})] | [subselect];
+HoverInfoBuilder.others =
+HoverInfoBuilder.root =
+HoverInfoBuilder.select = select [first rowCount] [all | distinct]\n[from from_source {, from_source}\n[where search_condition]\n[group by column {, column}]\n[having search_condition]\n[union [all] full_select]\n[order by result_column [asc|desc]\n{, result_column [asc|desc]}]\n[for [deferred | direct] update of column {, column}];
+HoverInfoBuilder.select.into =
+HoverInfoBuilder.update = update [schema.]table_name [corr_name]\n[from [schema.]table_name [corr_name]\n{ , [schema.]table_name [corr_name]}]\nset column = expression {, column = expression}\n[where search_condition];
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/.classpath b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/.classpath
new file mode 100644
index 0000000..751c8f2
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/.project b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/.project
new file mode 100644
index 0000000..400a7c1
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.datatools.enablement.general.nl</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/META-INF/MANIFEST.MF b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..d885f3e
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/META-INF/MANIFEST.MF
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: org.eclipse.datatools.enablement.general NL Fragment
+Bundle-SymbolicName: org.eclipse.datatools.enablement.general.nl1
+Bundle-Version: 1.0.0.qualifier
+Fragment-Host: org.eclipse.datatools.enablement.general;bundle-version="[1.0.0,1.5.0)"
+Bundle-Localization: plugin
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/about.html
new file mode 100644
index 0000000..a378f71
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>November 2, 2006</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, "Program" will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/build.properties
new file mode 100644
index 0000000..4a4d45a
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/build.properties
@@ -0,0 +1,7 @@
+bin.includes = fragment.xml,\
+ META-INF/,\
+ about.html,\
+ src/**/*.properties,\
+ plugin_??_??.properties
+src.includes = about.html
+customBuildCallbacks=customBuildCallbacks.xml
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/build.xml
new file mode 100644
index 0000000..6aac877
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/build.xml
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ *************************************************************************
+ * Copyright (c) 2006 Actuate Corporation.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Actuate Corporation - initial API and implementation
+ *
+ *************************************************************************
+ *
+ * build.xml
+ *
+ * Build script for project org.eclipse.datatools.enablement.general.nl
+ *
+ * "Clean" - Clean nl.jar file and *.properties files generated from
+ * native2ascii.exe.
+ * "Jar" - Convert *_xx_YY.msg files into *_xx_YY.properties files by native2ascii.exe and
+ * create nl.jar file.
+ * "Export" - Export the project, for instance, jar files are copied to a designated folder.
+ * this task must be called after calling Jar task, so it needn't depend on Jar explicitly
+ *
+ * Usage:
+ * ant [any one or more of the public targets]
+ * -Declipse.home=<your eclipse home>
+ * -Ddtp.home=<your DTP plugins source home> [optional]
+ *
+ * Default target is "Jar".
+ *
+ * Notes:
+ * 1. classpath need to be set for junit.jar
+ * 2. The build script requires Ant 1.6
+ *
+-->
+
+<project name="org.eclipse.datatools.enablement.general.nl" default="Jar" basedir=".">
+ <description>NL Fragment for org.eclipse.datatools.enablement.general</description>
+
+ <property file="META-INF/MANIFEST.MF" />
+ <property name="dir.src" value="src" />
+ <property name="dir.bin" value="bin" />
+ <property name="nl.group" value="1" />
+ <property name="module.name" value="org.eclipse.datatools.enablement.general.nl" />
+ <property name="jar.name" value="${module.name}${nl.group}_${Bundle-Version}.jar" />
+
+ <target name="Clean">
+ <delete>
+ <fileset dir="." includes="**/*_??_??.properties" />
+ <fileset dir="." includes="${jar.name}" />
+ </delete>
+ </target>
+
+ <target name="NativeToAscii"
+ description="Execute native2ascii for *.msg files">
+
+
+ <native2ascii encoding="Cp1252"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_de_DE.msg, **/*_fr_FR.msg, **/*_es_ES.msg"/>
+ <native2ascii encoding="GBK"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_zh_CN.msg"/>
+ <native2ascii encoding="SJIS"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ja_JP.msg"/>
+ <native2ascii encoding="MS949"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ko_KR.msg"/>
+ </target>
+
+ <target name="nl-jar">
+ <jar destfile="${jar.name}" manifest="./META-INF/MANIFEST.MF">
+ <zipfileset dir="." includes="plugin_??_??.properties"/>
+ </jar>
+ </target>
+
+ <target name="Jar" depends="NativeToAscii, nl-jar" >
+ </target>
+ <target name="Export">
+ <copy todir="${export.dir}">
+ <fileset dir="." includes="${jar.name}"/>
+ </copy>
+ </target>
+
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/customBuildCallbacks.xml b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/customBuildCallbacks.xml
new file mode 100644
index 0000000..c22dc16
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/customBuildCallbacks.xml
@@ -0,0 +1,201 @@
+<!-- ===================================================================== -->
+<!-- Custom targets called from a project's generated build.xml -->
+<!-- Set customBuildCallbacks=<path/to/this/file> in your build.properties.-->
+<!-- ===================================================================== -->
+<project name="Build specific targets and properties" default="noDefault">
+
+ <!-- ===================================================================== -->
+ <!-- Default target -->
+ <!-- ===================================================================== -->
+ <target name="noDefault">
+ <echo message="This file must be called with explicit targets" />
+ </target>
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target build.jars -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="pre.viewer.jar">
+
+ <property name="basedir" location="." />
+ <property name="birt.dir" value="birt" />
+ <property name="build.result.folder" value="${basedir}" />
+
+ <mkdir dir="${build.result.folder}/viewerservletssrc"/>
+ <copy todir="${build.result.folder}/viewerservletssrc" overwrite="true">
+ <fileset dir="${birt.dir}/WEB-INF/classes/" includes="**/*.java" />
+ </copy>
+ </target>
+
+ <target name="pre.build.jars">
+ <!--Execute native2ascii for *.msg files-->
+ <property name="dir.src" value="src"/>
+
+ <native2ascii encoding="Cp1252"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_de_DE.msg, **/*_fr_FR.msg, **/*_es_ES.msg"/>
+ <native2ascii encoding="GBK"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_zh_CN.msg"/>
+ <native2ascii encoding="SJIS"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ja_JP.msg"/>
+ <native2ascii encoding="MS949"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ko_KR.msg"/>
+ <copy todir=".">
+ <fileset dir="src" includes="org/**"/>
+ </copy>
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target build.jars -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="post.build.jars">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target build.sources -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="pre.build.sources">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target build.sources -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="post.build.sources">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the compilation target <name> -->
+ <!-- Substitute "name" with the name of the compilation target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- source.foldern : n = 1 ... N, the source folders -->
+ <!-- target.folder : where the results of the compilation go -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="pre.name">
+ </target>
+
+ <target name="pre.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do during the compilation target <name>, after the compile -->
+ <!-- but before jaring. Substitute "name" with the name of the compilation-->
+ <!-- target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- source.foldern : n = 1 ... N, the source folders -->
+ <!-- target.folder : where the results of the compilation go -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="post.compile.name">
+ </target>
+
+ <target name="post.compile.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the compilation target <name> -->
+ <!-- Substitute "name" with the name of the compilation target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- jar.location - the location of the compilation results -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="post.name">
+ </target>
+
+ <target name="post.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.bin.parts -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder containing the build results -->
+ <!-- target.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.bin.parts">
+
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.bin.parts -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder containing the build results -->
+ <!-- target.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.bin.parts">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.sources -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.sources">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.sources -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.sources">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.logs -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.logs">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.logs -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.logs">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target clean -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.clean">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target clean -->
+ <!-- Available parameters : -->
+ <!-- plugin.destination - final destination of the build -->
+ <!-- build.result.folder - results of the compilation -->
+ <!-- temp.folder - temporary folder -->
+ <!-- ===================================================================== -->
+ <target name="post.clean">
+ </target>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/plugin_de_DE.msg
new file mode 100644
index 0000000..db7664d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/plugin_de_DE.msg
@@ -0,0 +1,14 @@
+################################################################################
+## Copyright (c) 2006 Sybase, Inc.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Sybase, Inc. - initial API and implementation
+################################################################################
+Plugin.Name = Data Tools Platform Connectivity JDT Extension Plug-in
+Plugin.ProviderName = Eclipse Data Tools Platform
+
+driver.classpath.container.name = Connectivity Driver Definition
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/plugin_es_ES.msg
new file mode 100644
index 0000000..db7664d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/plugin_es_ES.msg
@@ -0,0 +1,14 @@
+################################################################################
+## Copyright (c) 2006 Sybase, Inc.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Sybase, Inc. - initial API and implementation
+################################################################################
+Plugin.Name = Data Tools Platform Connectivity JDT Extension Plug-in
+Plugin.ProviderName = Eclipse Data Tools Platform
+
+driver.classpath.container.name = Connectivity Driver Definition
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/plugin_fr_FR.msg
new file mode 100644
index 0000000..db7664d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/plugin_fr_FR.msg
@@ -0,0 +1,14 @@
+################################################################################
+## Copyright (c) 2006 Sybase, Inc.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Sybase, Inc. - initial API and implementation
+################################################################################
+Plugin.Name = Data Tools Platform Connectivity JDT Extension Plug-in
+Plugin.ProviderName = Eclipse Data Tools Platform
+
+driver.classpath.container.name = Connectivity Driver Definition
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/plugin_ja_JP.msg
new file mode 100644
index 0000000..db7664d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/plugin_ja_JP.msg
@@ -0,0 +1,14 @@
+################################################################################
+## Copyright (c) 2006 Sybase, Inc.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Sybase, Inc. - initial API and implementation
+################################################################################
+Plugin.Name = Data Tools Platform Connectivity JDT Extension Plug-in
+Plugin.ProviderName = Eclipse Data Tools Platform
+
+driver.classpath.container.name = Connectivity Driver Definition
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/plugin_ko_KR.msg
new file mode 100644
index 0000000..db7664d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/plugin_ko_KR.msg
@@ -0,0 +1,14 @@
+################################################################################
+## Copyright (c) 2006 Sybase, Inc.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Sybase, Inc. - initial API and implementation
+################################################################################
+Plugin.Name = Data Tools Platform Connectivity JDT Extension Plug-in
+Plugin.ProviderName = Eclipse Data Tools Platform
+
+driver.classpath.container.name = Connectivity Driver Definition
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/plugin_zh_CN.msg
new file mode 100644
index 0000000..db7664d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/plugin_zh_CN.msg
@@ -0,0 +1,14 @@
+################################################################################
+## Copyright (c) 2006 Sybase, Inc.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Sybase, Inc. - initial API and implementation
+################################################################################
+Plugin.Name = Data Tools Platform Connectivity JDT Extension Plug-in
+Plugin.ProviderName = Eclipse Data Tools Platform
+
+driver.classpath.container.name = Connectivity Driver Definition
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/src/org/eclipse/datatools/enablement/jdt/classpath/internal/messages_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/src/org/eclipse/datatools/enablement/jdt/classpath/internal/messages_de_DE.msg
new file mode 100644
index 0000000..480280f
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/src/org/eclipse/datatools/enablement/jdt/classpath/internal/messages_de_DE.msg
@@ -0,0 +1,16 @@
+################################################################################
+## Copyright (c) 2006 Sybase, Inc.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Sybase, Inc. - initial API and implementation
+################################################################################
+# package: org.eclipse.datatools.connectivity.jdt.internal
+
+DriverClasspathContainerPage.name = MyDriverClassPathPage
+DriverClasspathContainerPage.title = Connectivity Driver Definition
+DriverClasspathContainerPage.msg = Select a driver definition to add its jars to the classpath.
+DriverClasspathContainerPage.combo.title = Available Driver Definitions:
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/src/org/eclipse/datatools/enablement/jdt/classpath/internal/messages_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/src/org/eclipse/datatools/enablement/jdt/classpath/internal/messages_es_ES.msg
new file mode 100644
index 0000000..480280f
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/src/org/eclipse/datatools/enablement/jdt/classpath/internal/messages_es_ES.msg
@@ -0,0 +1,16 @@
+################################################################################
+## Copyright (c) 2006 Sybase, Inc.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Sybase, Inc. - initial API and implementation
+################################################################################
+# package: org.eclipse.datatools.connectivity.jdt.internal
+
+DriverClasspathContainerPage.name = MyDriverClassPathPage
+DriverClasspathContainerPage.title = Connectivity Driver Definition
+DriverClasspathContainerPage.msg = Select a driver definition to add its jars to the classpath.
+DriverClasspathContainerPage.combo.title = Available Driver Definitions:
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/src/org/eclipse/datatools/enablement/jdt/classpath/internal/messages_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/src/org/eclipse/datatools/enablement/jdt/classpath/internal/messages_fr_FR.msg
new file mode 100644
index 0000000..480280f
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/src/org/eclipse/datatools/enablement/jdt/classpath/internal/messages_fr_FR.msg
@@ -0,0 +1,16 @@
+################################################################################
+## Copyright (c) 2006 Sybase, Inc.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Sybase, Inc. - initial API and implementation
+################################################################################
+# package: org.eclipse.datatools.connectivity.jdt.internal
+
+DriverClasspathContainerPage.name = MyDriverClassPathPage
+DriverClasspathContainerPage.title = Connectivity Driver Definition
+DriverClasspathContainerPage.msg = Select a driver definition to add its jars to the classpath.
+DriverClasspathContainerPage.combo.title = Available Driver Definitions:
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/src/org/eclipse/datatools/enablement/jdt/classpath/internal/messages_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/src/org/eclipse/datatools/enablement/jdt/classpath/internal/messages_ja_JP.msg
new file mode 100644
index 0000000..480280f
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/src/org/eclipse/datatools/enablement/jdt/classpath/internal/messages_ja_JP.msg
@@ -0,0 +1,16 @@
+################################################################################
+## Copyright (c) 2006 Sybase, Inc.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Sybase, Inc. - initial API and implementation
+################################################################################
+# package: org.eclipse.datatools.connectivity.jdt.internal
+
+DriverClasspathContainerPage.name = MyDriverClassPathPage
+DriverClasspathContainerPage.title = Connectivity Driver Definition
+DriverClasspathContainerPage.msg = Select a driver definition to add its jars to the classpath.
+DriverClasspathContainerPage.combo.title = Available Driver Definitions:
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/src/org/eclipse/datatools/enablement/jdt/classpath/internal/messages_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/src/org/eclipse/datatools/enablement/jdt/classpath/internal/messages_ko_KR.msg
new file mode 100644
index 0000000..480280f
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/src/org/eclipse/datatools/enablement/jdt/classpath/internal/messages_ko_KR.msg
@@ -0,0 +1,16 @@
+################################################################################
+## Copyright (c) 2006 Sybase, Inc.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Sybase, Inc. - initial API and implementation
+################################################################################
+# package: org.eclipse.datatools.connectivity.jdt.internal
+
+DriverClasspathContainerPage.name = MyDriverClassPathPage
+DriverClasspathContainerPage.title = Connectivity Driver Definition
+DriverClasspathContainerPage.msg = Select a driver definition to add its jars to the classpath.
+DriverClasspathContainerPage.combo.title = Available Driver Definitions:
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/src/org/eclipse/datatools/enablement/jdt/classpath/internal/messages_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/src/org/eclipse/datatools/enablement/jdt/classpath/internal/messages_zh_CN.msg
new file mode 100644
index 0000000..480280f
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/src/org/eclipse/datatools/enablement/jdt/classpath/internal/messages_zh_CN.msg
@@ -0,0 +1,16 @@
+################################################################################
+## Copyright (c) 2006 Sybase, Inc.
+## All rights reserved. This program and the accompanying materials
+## are made available under the terms of the Eclipse Public License v1.0
+## which accompanies this distribution, and is available at
+## http://www.eclipse.org/legal/epl-v10.html
+##
+## Contributors:
+## Sybase, Inc. - initial API and implementation
+################################################################################
+# package: org.eclipse.datatools.connectivity.jdt.internal
+
+DriverClasspathContainerPage.name = MyDriverClassPathPage
+DriverClasspathContainerPage.title = Connectivity Driver Definition
+DriverClasspathContainerPage.msg = Select a driver definition to add its jars to the classpath.
+DriverClasspathContainerPage.combo.title = Available Driver Definitions:
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/.classpath b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/.classpath
new file mode 100644
index 0000000..751c8f2
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/.project b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/.project
new file mode 100644
index 0000000..3865d38
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.datatools.enablement.sqlite.dbdefinition.nl</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/META-INF/MANIFEST.MF b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..9c42c05
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/META-INF/MANIFEST.MF
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: org.eclipse.datatools.enablement.sqlite.dbdefinition NL Fragment
+Bundle-SymbolicName: org.eclipse.datatools.enablement.sqlite.dbdefinition.nl1
+Bundle-Version: 1.0.0.qualifier
+Fragment-Host: org.eclipse.datatools.enablement.sqlite.dbdefinition;bundle-version="[1.0.0,1.5.0)"
+Bundle-Localization: plugin
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/about.html
new file mode 100644
index 0000000..a378f71
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>November 2, 2006</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, "Program" will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/build.properties
new file mode 100644
index 0000000..4a4d45a
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/build.properties
@@ -0,0 +1,7 @@
+bin.includes = fragment.xml,\
+ META-INF/,\
+ about.html,\
+ src/**/*.properties,\
+ plugin_??_??.properties
+src.includes = about.html
+customBuildCallbacks=customBuildCallbacks.xml
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/build.xml
new file mode 100644
index 0000000..d3e66ce
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/build.xml
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ *************************************************************************
+ * Copyright (c) 2006 Actuate Corporation.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Actuate Corporation - initial API and implementation
+ *
+ *************************************************************************
+ *
+ * build.xml
+ *
+ * Build script for project org.eclipse.datatools.enablement.sqlite.dbdefinition.nl
+ *
+ * "Clean" - Clean nl.jar file and *.properties files generated from
+ * native2ascii.exe.
+ * "Jar" - Convert *_xx_YY.msg files into *_xx_YY.properties files by native2ascii.exe and
+ * create nl.jar file.
+ * "Export" - Export the project, for instance, jar files are copied to a designated folder.
+ * this task must be called after calling Jar task, so it needn't depend on Jar explicitly
+ *
+ * Usage:
+ * ant [any one or more of the public targets]
+ * -Declipse.home=<your eclipse home>
+ * -Ddtp.home=<your DTP plugins source home> [optional]
+ *
+ * Default target is "Jar".
+ *
+ * Notes:
+ * 1. classpath need to be set for junit.jar
+ * 2. The build script requires Ant 1.6
+ *
+-->
+
+<project name="org.eclipse.datatools.enablement.sqlite.dbdefinition.nl" default="Jar" basedir=".">
+ <description>NL Fragment for org.eclipse.datatools.enablement.sqlite.dbdefinition</description>
+
+ <property file="META-INF/MANIFEST.MF" />
+ <property name="dir.src" value="src" />
+ <property name="dir.bin" value="bin" />
+ <property name="nl.group" value="1" />
+ <property name="module.name" value="org.eclipse.datatools.enablement.sqlite.dbdefinition.nl" />
+ <property name="jar.name" value="${module.name}${nl.group}_${Bundle-Version}.jar" />
+
+ <target name="Clean">
+ <delete>
+ <fileset dir="." includes="**/*_??_??.properties" />
+ <fileset dir="." includes="${jar.name}" />
+ </delete>
+ </target>
+
+ <target name="NativeToAscii"
+ description="Execute native2ascii for *.msg files">
+
+
+ <native2ascii encoding="Cp1252"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_de_DE.msg, **/*_fr_FR.msg, **/*_es_ES.msg"/>
+ <native2ascii encoding="GBK"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_zh_CN.msg"/>
+ <native2ascii encoding="SJIS"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ja_JP.msg"/>
+ <native2ascii encoding="MS949"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ko_KR.msg"/>
+ </target>
+
+ <target name="nl-jar">
+ <jar destfile="${jar.name}" manifest="./META-INF/MANIFEST.MF">
+ <zipfileset dir="." includes="plugin_??_??.properties"/>
+ </jar>
+ </target>
+
+ <target name="Jar" depends="NativeToAscii, nl-jar" >
+ </target>
+ <target name="Export">
+ <copy todir="${export.dir}">
+ <fileset dir="." includes="${jar.name}"/>
+ </copy>
+ </target>
+
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/customBuildCallbacks.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/customBuildCallbacks.xml
new file mode 100644
index 0000000..3013ae3
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/customBuildCallbacks.xml
@@ -0,0 +1,198 @@
+<!-- ===================================================================== -->
+<!-- Custom targets called from a project's generated build.xml -->
+<!-- Set customBuildCallbacks=<path/to/this/file> in your build.properties.-->
+<!-- ===================================================================== -->
+<project name="Build specific targets and properties" default="noDefault">
+
+ <!-- ===================================================================== -->
+ <!-- Default target -->
+ <!-- ===================================================================== -->
+ <target name="noDefault">
+ <echo message="This file must be called with explicit targets" />
+ </target>
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target build.jars -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="pre.viewer.jar">
+
+ <property name="basedir" location="." />
+ <property name="birt.dir" value="birt" />
+ <property name="build.result.folder" value="${basedir}" />
+
+ <mkdir dir="${build.result.folder}/viewerservletssrc"/>
+ <copy todir="${build.result.folder}/viewerservletssrc" overwrite="true">
+ <fileset dir="${birt.dir}/WEB-INF/classes/" includes="**/*.java" />
+ </copy>
+ </target>
+
+ <target name="pre.build.jars">
+ <!--Execute native2ascii for *.msg files-->
+ <property name="dir.src" value="src"/>
+
+ <native2ascii encoding="Cp1252"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_de_DE.msg, **/*_fr_FR.msg, **/*_es_ES.msg"/>
+ <native2ascii encoding="GBK"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_zh_CN.msg"/>
+ <native2ascii encoding="SJIS"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ja_JP.msg"/>
+ <native2ascii encoding="MS949"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ko_KR.msg"/>
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target build.jars -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="post.build.jars">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target build.sources -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="pre.build.sources">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target build.sources -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="post.build.sources">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the compilation target <name> -->
+ <!-- Substitute "name" with the name of the compilation target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- source.foldern : n = 1 ... N, the source folders -->
+ <!-- target.folder : where the results of the compilation go -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="pre.name">
+ </target>
+
+ <target name="pre.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do during the compilation target <name>, after the compile -->
+ <!-- but before jaring. Substitute "name" with the name of the compilation-->
+ <!-- target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- source.foldern : n = 1 ... N, the source folders -->
+ <!-- target.folder : where the results of the compilation go -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="post.compile.name">
+ </target>
+
+ <target name="post.compile.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the compilation target <name> -->
+ <!-- Substitute "name" with the name of the compilation target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- jar.location - the location of the compilation results -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="post.name">
+ </target>
+
+ <target name="post.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.bin.parts -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder containing the build results -->
+ <!-- target.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.bin.parts">
+
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.bin.parts -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder containing the build results -->
+ <!-- target.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.bin.parts">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.sources -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.sources">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.sources -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.sources">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.logs -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.logs">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.logs -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.logs">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target clean -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.clean">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target clean -->
+ <!-- Available parameters : -->
+ <!-- plugin.destination - final destination of the build -->
+ <!-- build.result.folder - results of the compilation -->
+ <!-- temp.folder - temporary folder -->
+ <!-- ===================================================================== -->
+ <target name="post.clean">
+ </target>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/plugin_de_DE.msg
new file mode 100644
index 0000000..e69903d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/plugin_de_DE.msg
@@ -0,0 +1,6 @@
+Bundle-Vendor = Eclipse Data Tools Platform
+Bundle-Name = Eclipse Data Tools Platform SQLite Database Definition Enablement Plug-in
+
+product.display.string = SQLite
+product.display.version.string = 3.5.9
+product.display.description = SQLite Connection Profile
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/plugin_es_ES.msg
new file mode 100644
index 0000000..e69903d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/plugin_es_ES.msg
@@ -0,0 +1,6 @@
+Bundle-Vendor = Eclipse Data Tools Platform
+Bundle-Name = Eclipse Data Tools Platform SQLite Database Definition Enablement Plug-in
+
+product.display.string = SQLite
+product.display.version.string = 3.5.9
+product.display.description = SQLite Connection Profile
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/plugin_fr_FR.msg
new file mode 100644
index 0000000..e69903d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/plugin_fr_FR.msg
@@ -0,0 +1,6 @@
+Bundle-Vendor = Eclipse Data Tools Platform
+Bundle-Name = Eclipse Data Tools Platform SQLite Database Definition Enablement Plug-in
+
+product.display.string = SQLite
+product.display.version.string = 3.5.9
+product.display.description = SQLite Connection Profile
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/plugin_ja_JP.msg
new file mode 100644
index 0000000..e69903d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/plugin_ja_JP.msg
@@ -0,0 +1,6 @@
+Bundle-Vendor = Eclipse Data Tools Platform
+Bundle-Name = Eclipse Data Tools Platform SQLite Database Definition Enablement Plug-in
+
+product.display.string = SQLite
+product.display.version.string = 3.5.9
+product.display.description = SQLite Connection Profile
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/plugin_ko_KR.msg
new file mode 100644
index 0000000..e69903d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/plugin_ko_KR.msg
@@ -0,0 +1,6 @@
+Bundle-Vendor = Eclipse Data Tools Platform
+Bundle-Name = Eclipse Data Tools Platform SQLite Database Definition Enablement Plug-in
+
+product.display.string = SQLite
+product.display.version.string = 3.5.9
+product.display.description = SQLite Connection Profile
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/plugin_zh_CN.msg
new file mode 100644
index 0000000..e69903d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/plugin_zh_CN.msg
@@ -0,0 +1,6 @@
+Bundle-Vendor = Eclipse Data Tools Platform
+Bundle-Name = Eclipse Data Tools Platform SQLite Database Definition Enablement Plug-in
+
+product.display.string = SQLite
+product.display.version.string = 3.5.9
+product.display.description = SQLite Connection Profile
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/.classpath b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/.classpath
new file mode 100644
index 0000000..751c8f2
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/.project b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/.project
new file mode 100644
index 0000000..de2d12a
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.datatools.enablement.sqlite.nl</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/META-INF/MANIFEST.MF b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..bab20e9
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/META-INF/MANIFEST.MF
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: org.eclipse.datatools.enablement.sqlite NL Fragment
+Bundle-SymbolicName: org.eclipse.datatools.enablement.sqlite.nl1
+Bundle-Version: 1.0.0.qualifier
+Fragment-Host: org.eclipse.datatools.enablement.sqlite;bundle-version="[1.0.0,1.5.0)"
+Bundle-Localization: plugin
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/about.html
new file mode 100644
index 0000000..a378f71
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>November 2, 2006</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, "Program" will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/build.properties
new file mode 100644
index 0000000..4a4d45a
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/build.properties
@@ -0,0 +1,7 @@
+bin.includes = fragment.xml,\
+ META-INF/,\
+ about.html,\
+ src/**/*.properties,\
+ plugin_??_??.properties
+src.includes = about.html
+customBuildCallbacks=customBuildCallbacks.xml
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/build.xml
new file mode 100644
index 0000000..5ae19fd
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/build.xml
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ *************************************************************************
+ * Copyright (c) 2006 Actuate Corporation.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Actuate Corporation - initial API and implementation
+ *
+ *************************************************************************
+ *
+ * build.xml
+ *
+ * Build script for project org.eclipse.datatools.enablement.sqlite.nl
+ *
+ * "Clean" - Clean nl.jar file and *.properties files generated from
+ * native2ascii.exe.
+ * "Jar" - Convert *_xx_YY.msg files into *_xx_YY.properties files by native2ascii.exe and
+ * create nl.jar file.
+ * "Export" - Export the project, for instance, jar files are copied to a designated folder.
+ * this task must be called after calling Jar task, so it needn't depend on Jar explicitly
+ *
+ * Usage:
+ * ant [any one or more of the public targets]
+ * -Declipse.home=<your eclipse home>
+ * -Ddtp.home=<your DTP plugins source home> [optional]
+ *
+ * Default target is "Jar".
+ *
+ * Notes:
+ * 1. classpath need to be set for junit.jar
+ * 2. The build script requires Ant 1.6
+ *
+-->
+
+<project name="org.eclipse.datatools.enablement.sqlite.nl" default="Jar" basedir=".">
+ <description>NL Fragment for org.eclipse.datatools.enablement.sqlite</description>
+
+ <property file="META-INF/MANIFEST.MF" />
+ <property name="dir.src" value="src" />
+ <property name="dir.bin" value="bin" />
+ <property name="nl.group" value="1" />
+ <property name="module.name" value="org.eclipse.datatools.enablement.sqlite.nl" />
+ <property name="jar.name" value="${module.name}${nl.group}_${Bundle-Version}.jar" />
+
+ <target name="Clean">
+ <delete>
+ <fileset dir="." includes="**/*_??_??.properties" />
+ <fileset dir="." includes="${jar.name}" />
+ </delete>
+ </target>
+
+ <target name="NativeToAscii"
+ description="Execute native2ascii for *.msg files">
+
+
+ <native2ascii encoding="Cp1252"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_de_DE.msg, **/*_fr_FR.msg, **/*_es_ES.msg"/>
+ <native2ascii encoding="GBK"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_zh_CN.msg"/>
+ <native2ascii encoding="SJIS"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ja_JP.msg"/>
+ <native2ascii encoding="MS949"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ko_KR.msg"/>
+ </target>
+
+ <target name="nl-jar">
+ <jar destfile="${jar.name}" manifest="./META-INF/MANIFEST.MF">
+ <zipfileset dir="." includes="plugin_??_??.properties"/>
+ </jar>
+ </target>
+
+ <target name="Jar" depends="NativeToAscii, nl-jar" >
+ </target>
+ <target name="Export">
+ <copy todir="${export.dir}">
+ <fileset dir="." includes="${jar.name}"/>
+ </copy>
+ </target>
+
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/customBuildCallbacks.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/customBuildCallbacks.xml
new file mode 100644
index 0000000..c22dc16
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/customBuildCallbacks.xml
@@ -0,0 +1,201 @@
+<!-- ===================================================================== -->
+<!-- Custom targets called from a project's generated build.xml -->
+<!-- Set customBuildCallbacks=<path/to/this/file> in your build.properties.-->
+<!-- ===================================================================== -->
+<project name="Build specific targets and properties" default="noDefault">
+
+ <!-- ===================================================================== -->
+ <!-- Default target -->
+ <!-- ===================================================================== -->
+ <target name="noDefault">
+ <echo message="This file must be called with explicit targets" />
+ </target>
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target build.jars -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="pre.viewer.jar">
+
+ <property name="basedir" location="." />
+ <property name="birt.dir" value="birt" />
+ <property name="build.result.folder" value="${basedir}" />
+
+ <mkdir dir="${build.result.folder}/viewerservletssrc"/>
+ <copy todir="${build.result.folder}/viewerservletssrc" overwrite="true">
+ <fileset dir="${birt.dir}/WEB-INF/classes/" includes="**/*.java" />
+ </copy>
+ </target>
+
+ <target name="pre.build.jars">
+ <!--Execute native2ascii for *.msg files-->
+ <property name="dir.src" value="src"/>
+
+ <native2ascii encoding="Cp1252"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_de_DE.msg, **/*_fr_FR.msg, **/*_es_ES.msg"/>
+ <native2ascii encoding="GBK"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_zh_CN.msg"/>
+ <native2ascii encoding="SJIS"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ja_JP.msg"/>
+ <native2ascii encoding="MS949"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ko_KR.msg"/>
+ <copy todir=".">
+ <fileset dir="src" includes="org/**"/>
+ </copy>
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target build.jars -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="post.build.jars">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target build.sources -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="pre.build.sources">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target build.sources -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="post.build.sources">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the compilation target <name> -->
+ <!-- Substitute "name" with the name of the compilation target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- source.foldern : n = 1 ... N, the source folders -->
+ <!-- target.folder : where the results of the compilation go -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="pre.name">
+ </target>
+
+ <target name="pre.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do during the compilation target <name>, after the compile -->
+ <!-- but before jaring. Substitute "name" with the name of the compilation-->
+ <!-- target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- source.foldern : n = 1 ... N, the source folders -->
+ <!-- target.folder : where the results of the compilation go -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="post.compile.name">
+ </target>
+
+ <target name="post.compile.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the compilation target <name> -->
+ <!-- Substitute "name" with the name of the compilation target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- jar.location - the location of the compilation results -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="post.name">
+ </target>
+
+ <target name="post.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.bin.parts -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder containing the build results -->
+ <!-- target.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.bin.parts">
+
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.bin.parts -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder containing the build results -->
+ <!-- target.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.bin.parts">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.sources -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.sources">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.sources -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.sources">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.logs -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.logs">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.logs -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.logs">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target clean -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.clean">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target clean -->
+ <!-- Available parameters : -->
+ <!-- plugin.destination - final destination of the build -->
+ <!-- build.result.folder - results of the compilation -->
+ <!-- temp.folder - temporary folder -->
+ <!-- ===================================================================== -->
+ <target name="post.clean">
+ </target>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/plugin_de_DE.msg
new file mode 100644
index 0000000..3b7084f
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/plugin_de_DE.msg
@@ -0,0 +1,19 @@
+Bundle-Vendor = Eclipse Data Tools Platform
+Bundle-Name = Eclipse Data Tools Platform SQLite Enablement Plug-in
+
+driver.category.name = SQLite
+driver.category.description = SQLite JDBC Drivers
+driver.version.category.name = 3.5.9
+driver.version.category.description = SQLite JDBC Drivers for Version 3.5.9
+driver.name = SQLite JDBC Driver
+driver.description = JDBC driver for SQLite
+
+DRIVER_CLASS_PROPERTY_NAME=Driver Class
+VENDOR_PROPERTY_NAME=Vendor
+VERSION_PROPERTY_NAME=Version
+DATABASE_NAME_PROPERTY_NAME=Database Name
+CONNECTION_URL_PROPERTY_NAME=Connection URL
+USER_ID_PROPERTY_NAME=User ID
+
+connection.factory = SQLite Connection Factory
+connection.profile = SQLite Connection Profile
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/plugin_es_ES.msg
new file mode 100644
index 0000000..3b7084f
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/plugin_es_ES.msg
@@ -0,0 +1,19 @@
+Bundle-Vendor = Eclipse Data Tools Platform
+Bundle-Name = Eclipse Data Tools Platform SQLite Enablement Plug-in
+
+driver.category.name = SQLite
+driver.category.description = SQLite JDBC Drivers
+driver.version.category.name = 3.5.9
+driver.version.category.description = SQLite JDBC Drivers for Version 3.5.9
+driver.name = SQLite JDBC Driver
+driver.description = JDBC driver for SQLite
+
+DRIVER_CLASS_PROPERTY_NAME=Driver Class
+VENDOR_PROPERTY_NAME=Vendor
+VERSION_PROPERTY_NAME=Version
+DATABASE_NAME_PROPERTY_NAME=Database Name
+CONNECTION_URL_PROPERTY_NAME=Connection URL
+USER_ID_PROPERTY_NAME=User ID
+
+connection.factory = SQLite Connection Factory
+connection.profile = SQLite Connection Profile
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/plugin_fr_FR.msg
new file mode 100644
index 0000000..3b7084f
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/plugin_fr_FR.msg
@@ -0,0 +1,19 @@
+Bundle-Vendor = Eclipse Data Tools Platform
+Bundle-Name = Eclipse Data Tools Platform SQLite Enablement Plug-in
+
+driver.category.name = SQLite
+driver.category.description = SQLite JDBC Drivers
+driver.version.category.name = 3.5.9
+driver.version.category.description = SQLite JDBC Drivers for Version 3.5.9
+driver.name = SQLite JDBC Driver
+driver.description = JDBC driver for SQLite
+
+DRIVER_CLASS_PROPERTY_NAME=Driver Class
+VENDOR_PROPERTY_NAME=Vendor
+VERSION_PROPERTY_NAME=Version
+DATABASE_NAME_PROPERTY_NAME=Database Name
+CONNECTION_URL_PROPERTY_NAME=Connection URL
+USER_ID_PROPERTY_NAME=User ID
+
+connection.factory = SQLite Connection Factory
+connection.profile = SQLite Connection Profile
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/plugin_ja_JP.msg
new file mode 100644
index 0000000..3b7084f
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/plugin_ja_JP.msg
@@ -0,0 +1,19 @@
+Bundle-Vendor = Eclipse Data Tools Platform
+Bundle-Name = Eclipse Data Tools Platform SQLite Enablement Plug-in
+
+driver.category.name = SQLite
+driver.category.description = SQLite JDBC Drivers
+driver.version.category.name = 3.5.9
+driver.version.category.description = SQLite JDBC Drivers for Version 3.5.9
+driver.name = SQLite JDBC Driver
+driver.description = JDBC driver for SQLite
+
+DRIVER_CLASS_PROPERTY_NAME=Driver Class
+VENDOR_PROPERTY_NAME=Vendor
+VERSION_PROPERTY_NAME=Version
+DATABASE_NAME_PROPERTY_NAME=Database Name
+CONNECTION_URL_PROPERTY_NAME=Connection URL
+USER_ID_PROPERTY_NAME=User ID
+
+connection.factory = SQLite Connection Factory
+connection.profile = SQLite Connection Profile
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/plugin_ko_KR.msg
new file mode 100644
index 0000000..3b7084f
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/plugin_ko_KR.msg
@@ -0,0 +1,19 @@
+Bundle-Vendor = Eclipse Data Tools Platform
+Bundle-Name = Eclipse Data Tools Platform SQLite Enablement Plug-in
+
+driver.category.name = SQLite
+driver.category.description = SQLite JDBC Drivers
+driver.version.category.name = 3.5.9
+driver.version.category.description = SQLite JDBC Drivers for Version 3.5.9
+driver.name = SQLite JDBC Driver
+driver.description = JDBC driver for SQLite
+
+DRIVER_CLASS_PROPERTY_NAME=Driver Class
+VENDOR_PROPERTY_NAME=Vendor
+VERSION_PROPERTY_NAME=Version
+DATABASE_NAME_PROPERTY_NAME=Database Name
+CONNECTION_URL_PROPERTY_NAME=Connection URL
+USER_ID_PROPERTY_NAME=User ID
+
+connection.factory = SQLite Connection Factory
+connection.profile = SQLite Connection Profile
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/plugin_zh_CN.msg
new file mode 100644
index 0000000..3b7084f
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/plugin_zh_CN.msg
@@ -0,0 +1,19 @@
+Bundle-Vendor = Eclipse Data Tools Platform
+Bundle-Name = Eclipse Data Tools Platform SQLite Enablement Plug-in
+
+driver.category.name = SQLite
+driver.category.description = SQLite JDBC Drivers
+driver.version.category.name = 3.5.9
+driver.version.category.description = SQLite JDBC Drivers for Version 3.5.9
+driver.name = SQLite JDBC Driver
+driver.description = JDBC driver for SQLite
+
+DRIVER_CLASS_PROPERTY_NAME=Driver Class
+VENDOR_PROPERTY_NAME=Vendor
+VERSION_PROPERTY_NAME=Version
+DATABASE_NAME_PROPERTY_NAME=Database Name
+CONNECTION_URL_PROPERTY_NAME=Connection URL
+USER_ID_PROPERTY_NAME=User ID
+
+connection.factory = SQLite Connection Factory
+connection.profile = SQLite Connection Profile
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/src/org/eclipse/datatools/enablement/sqlite/messages_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/src/org/eclipse/datatools/enablement/sqlite/messages_de_DE.msg
new file mode 100644
index 0000000..415ee63
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/src/org/eclipse/datatools/enablement/sqlite/messages_de_DE.msg
@@ -0,0 +1 @@
+SQLiteSchemaLoader.DefaultSchemaName=DEFAULT
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/src/org/eclipse/datatools/enablement/sqlite/messages_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/src/org/eclipse/datatools/enablement/sqlite/messages_es_ES.msg
new file mode 100644
index 0000000..415ee63
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/src/org/eclipse/datatools/enablement/sqlite/messages_es_ES.msg
@@ -0,0 +1 @@
+SQLiteSchemaLoader.DefaultSchemaName=DEFAULT
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/src/org/eclipse/datatools/enablement/sqlite/messages_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/src/org/eclipse/datatools/enablement/sqlite/messages_fr_FR.msg
new file mode 100644
index 0000000..415ee63
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/src/org/eclipse/datatools/enablement/sqlite/messages_fr_FR.msg
@@ -0,0 +1 @@
+SQLiteSchemaLoader.DefaultSchemaName=DEFAULT
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/src/org/eclipse/datatools/enablement/sqlite/messages_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/src/org/eclipse/datatools/enablement/sqlite/messages_ja_JP.msg
new file mode 100644
index 0000000..415ee63
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/src/org/eclipse/datatools/enablement/sqlite/messages_ja_JP.msg
@@ -0,0 +1 @@
+SQLiteSchemaLoader.DefaultSchemaName=DEFAULT
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/src/org/eclipse/datatools/enablement/sqlite/messages_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/src/org/eclipse/datatools/enablement/sqlite/messages_ko_KR.msg
new file mode 100644
index 0000000..415ee63
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/src/org/eclipse/datatools/enablement/sqlite/messages_ko_KR.msg
@@ -0,0 +1 @@
+SQLiteSchemaLoader.DefaultSchemaName=DEFAULT
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/src/org/eclipse/datatools/enablement/sqlite/messages_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/src/org/eclipse/datatools/enablement/sqlite/messages_zh_CN.msg
new file mode 100644
index 0000000..415ee63
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/src/org/eclipse/datatools/enablement/sqlite/messages_zh_CN.msg
@@ -0,0 +1 @@
+SQLiteSchemaLoader.DefaultSchemaName=DEFAULT
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/.classpath b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/.classpath
new file mode 100644
index 0000000..751c8f2
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/.project b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/.project
new file mode 100644
index 0000000..4ebb492
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.datatools.enablement.sqlite.ui.nl</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/META-INF/MANIFEST.MF b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..6b122f3
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/META-INF/MANIFEST.MF
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: org.eclipse.datatools.enablement.sqlite.ui NL Fragment
+Bundle-SymbolicName: org.eclipse.datatools.enablement.sqlite.ui.nl1
+Bundle-Version: 1.0.0.qualifier
+Fragment-Host: org.eclipse.datatools.enablement.sqlite.ui;bundle-version="[1.0.0,1.5.0)"
+Bundle-Localization: plugin
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/about.html
new file mode 100644
index 0000000..a378f71
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>November 2, 2006</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, "Program" will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/build.properties
new file mode 100644
index 0000000..4a4d45a
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/build.properties
@@ -0,0 +1,7 @@
+bin.includes = fragment.xml,\
+ META-INF/,\
+ about.html,\
+ src/**/*.properties,\
+ plugin_??_??.properties
+src.includes = about.html
+customBuildCallbacks=customBuildCallbacks.xml
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/build.xml
new file mode 100644
index 0000000..aec256b
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/build.xml
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ *************************************************************************
+ * Copyright (c) 2006 Actuate Corporation.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Actuate Corporation - initial API and implementation
+ *
+ *************************************************************************
+ *
+ * build.xml
+ *
+ * Build script for project org.eclipse.datatools.enablement.sqlite.ui.nl
+ *
+ * "Clean" - Clean nl.jar file and *.properties files generated from
+ * native2ascii.exe.
+ * "Jar" - Convert *_xx_YY.msg files into *_xx_YY.properties files by native2ascii.exe and
+ * create nl.jar file.
+ * "Export" - Export the project, for instance, jar files are copied to a designated folder.
+ * this task must be called after calling Jar task, so it needn't depend on Jar explicitly
+ *
+ * Usage:
+ * ant [any one or more of the public targets]
+ * -Declipse.home=<your eclipse home>
+ * -Ddtp.home=<your DTP plugins source home> [optional]
+ *
+ * Default target is "Jar".
+ *
+ * Notes:
+ * 1. classpath need to be set for junit.jar
+ * 2. The build script requires Ant 1.6
+ *
+-->
+
+<project name="org.eclipse.datatools.enablement.sqlite.ui.nl" default="Jar" basedir=".">
+ <description>NL Fragment for org.eclipse.datatools.enablement.sqlite.ui</description>
+
+ <property file="META-INF/MANIFEST.MF" />
+ <property name="dir.src" value="src" />
+ <property name="dir.bin" value="bin" />
+ <property name="nl.group" value="1" />
+ <property name="module.name" value="org.eclipse.datatools.enablement.sqlite.ui.nl" />
+ <property name="jar.name" value="${module.name}${nl.group}_${Bundle-Version}.jar" />
+
+ <target name="Clean">
+ <delete>
+ <fileset dir="." includes="**/*_??_??.properties" />
+ <fileset dir="." includes="${jar.name}" />
+ </delete>
+ </target>
+
+ <target name="NativeToAscii"
+ description="Execute native2ascii for *.msg files">
+
+
+ <native2ascii encoding="Cp1252"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_de_DE.msg, **/*_fr_FR.msg, **/*_es_ES.msg"/>
+ <native2ascii encoding="GBK"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_zh_CN.msg"/>
+ <native2ascii encoding="SJIS"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ja_JP.msg"/>
+ <native2ascii encoding="MS949"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ko_KR.msg"/>
+ </target>
+
+ <target name="nl-jar">
+ <jar destfile="${jar.name}" manifest="./META-INF/MANIFEST.MF">
+ <zipfileset dir="." includes="plugin_??_??.properties"/>
+ </jar>
+ </target>
+
+ <target name="Jar" depends="NativeToAscii, nl-jar" >
+ </target>
+ <target name="Export">
+ <copy todir="${export.dir}">
+ <fileset dir="." includes="${jar.name}"/>
+ </copy>
+ </target>
+
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/customBuildCallbacks.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/customBuildCallbacks.xml
new file mode 100644
index 0000000..c22dc16
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/customBuildCallbacks.xml
@@ -0,0 +1,201 @@
+<!-- ===================================================================== -->
+<!-- Custom targets called from a project's generated build.xml -->
+<!-- Set customBuildCallbacks=<path/to/this/file> in your build.properties.-->
+<!-- ===================================================================== -->
+<project name="Build specific targets and properties" default="noDefault">
+
+ <!-- ===================================================================== -->
+ <!-- Default target -->
+ <!-- ===================================================================== -->
+ <target name="noDefault">
+ <echo message="This file must be called with explicit targets" />
+ </target>
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target build.jars -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="pre.viewer.jar">
+
+ <property name="basedir" location="." />
+ <property name="birt.dir" value="birt" />
+ <property name="build.result.folder" value="${basedir}" />
+
+ <mkdir dir="${build.result.folder}/viewerservletssrc"/>
+ <copy todir="${build.result.folder}/viewerservletssrc" overwrite="true">
+ <fileset dir="${birt.dir}/WEB-INF/classes/" includes="**/*.java" />
+ </copy>
+ </target>
+
+ <target name="pre.build.jars">
+ <!--Execute native2ascii for *.msg files-->
+ <property name="dir.src" value="src"/>
+
+ <native2ascii encoding="Cp1252"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_de_DE.msg, **/*_fr_FR.msg, **/*_es_ES.msg"/>
+ <native2ascii encoding="GBK"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_zh_CN.msg"/>
+ <native2ascii encoding="SJIS"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ja_JP.msg"/>
+ <native2ascii encoding="MS949"
+ src="."
+ dest="."
+ ext=".properties"
+ includes="**/*_ko_KR.msg"/>
+ <copy todir=".">
+ <fileset dir="src" includes="org/**"/>
+ </copy>
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target build.jars -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="post.build.jars">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target build.sources -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="pre.build.sources">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target build.sources -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="post.build.sources">
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the compilation target <name> -->
+ <!-- Substitute "name" with the name of the compilation target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- source.foldern : n = 1 ... N, the source folders -->
+ <!-- target.folder : where the results of the compilation go -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="pre.name">
+ </target>
+
+ <target name="pre.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do during the compilation target <name>, after the compile -->
+ <!-- but before jaring. Substitute "name" with the name of the compilation-->
+ <!-- target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- source.foldern : n = 1 ... N, the source folders -->
+ <!-- target.folder : where the results of the compilation go -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="post.compile.name">
+ </target>
+
+ <target name="post.compile.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the compilation target <name> -->
+ <!-- Substitute "name" with the name of the compilation target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- jar.location - the location of the compilation results -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="post.name">
+ </target>
+
+ <target name="post.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.bin.parts -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder containing the build results -->
+ <!-- target.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.bin.parts">
+
+
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.bin.parts -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder containing the build results -->
+ <!-- target.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.bin.parts">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.sources -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.sources">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.sources -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.sources">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.logs -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.logs">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.logs -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.logs">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target clean -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.clean">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target clean -->
+ <!-- Available parameters : -->
+ <!-- plugin.destination - final destination of the build -->
+ <!-- build.result.folder - results of the compilation -->
+ <!-- temp.folder - temporary folder -->
+ <!-- ===================================================================== -->
+ <target name="post.clean">
+ </target>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/plugin_de_DE.msg
new file mode 100644
index 0000000..f18f6dc
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/plugin_de_DE.msg
@@ -0,0 +1,14 @@
+DRIVER_CLASS_PROPERTY_NAME=Driver Class
+VENDOR_PROPERTY_NAME=Vendor
+VERSION_PROPERTY_NAME=Version
+DATABASE_NAME_PROPERTY_NAME=Database Name
+CONNECTION_URL_PROPERTY_NAME=Connection URL
+USER_ID_PROPERTY_NAME=User ID
+PASSWORD_PROPERTY_NAME=Password
+
+Bundle-Vendor = Eclipse Data Tools Platform
+Bundle-Name = Eclipse Data Tools Platform SQLite UI Enablement Plug-in
+profile.page.name = SQLite Profile Properties
+
+connection.profile.newwizard = SQLite
+connection.profile.newwizard.description = Create a SQLite connection profile.
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/plugin_es_ES.msg
new file mode 100644
index 0000000..f18f6dc
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/plugin_es_ES.msg
@@ -0,0 +1,14 @@
+DRIVER_CLASS_PROPERTY_NAME=Driver Class
+VENDOR_PROPERTY_NAME=Vendor
+VERSION_PROPERTY_NAME=Version
+DATABASE_NAME_PROPERTY_NAME=Database Name
+CONNECTION_URL_PROPERTY_NAME=Connection URL
+USER_ID_PROPERTY_NAME=User ID
+PASSWORD_PROPERTY_NAME=Password
+
+Bundle-Vendor = Eclipse Data Tools Platform
+Bundle-Name = Eclipse Data Tools Platform SQLite UI Enablement Plug-in
+profile.page.name = SQLite Profile Properties
+
+connection.profile.newwizard = SQLite
+connection.profile.newwizard.description = Create a SQLite connection profile.
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/plugin_fr_FR.msg
new file mode 100644
index 0000000..f18f6dc
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/plugin_fr_FR.msg
@@ -0,0 +1,14 @@
+DRIVER_CLASS_PROPERTY_NAME=Driver Class
+VENDOR_PROPERTY_NAME=Vendor
+VERSION_PROPERTY_NAME=Version
+DATABASE_NAME_PROPERTY_NAME=Database Name
+CONNECTION_URL_PROPERTY_NAME=Connection URL
+USER_ID_PROPERTY_NAME=User ID
+PASSWORD_PROPERTY_NAME=Password
+
+Bundle-Vendor = Eclipse Data Tools Platform
+Bundle-Name = Eclipse Data Tools Platform SQLite UI Enablement Plug-in
+profile.page.name = SQLite Profile Properties
+
+connection.profile.newwizard = SQLite
+connection.profile.newwizard.description = Create a SQLite connection profile.
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/plugin_ja_JP.msg
new file mode 100644
index 0000000..f18f6dc
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/plugin_ja_JP.msg
@@ -0,0 +1,14 @@
+DRIVER_CLASS_PROPERTY_NAME=Driver Class
+VENDOR_PROPERTY_NAME=Vendor
+VERSION_PROPERTY_NAME=Version
+DATABASE_NAME_PROPERTY_NAME=Database Name
+CONNECTION_URL_PROPERTY_NAME=Connection URL
+USER_ID_PROPERTY_NAME=User ID
+PASSWORD_PROPERTY_NAME=Password
+
+Bundle-Vendor = Eclipse Data Tools Platform
+Bundle-Name = Eclipse Data Tools Platform SQLite UI Enablement Plug-in
+profile.page.name = SQLite Profile Properties
+
+connection.profile.newwizard = SQLite
+connection.profile.newwizard.description = Create a SQLite connection profile.
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/plugin_ko_KR.msg
new file mode 100644
index 0000000..f18f6dc
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/plugin_ko_KR.msg
@@ -0,0 +1,14 @@
+DRIVER_CLASS_PROPERTY_NAME=Driver Class
+VENDOR_PROPERTY_NAME=Vendor
+VERSION_PROPERTY_NAME=Version
+DATABASE_NAME_PROPERTY_NAME=Database Name
+CONNECTION_URL_PROPERTY_NAME=Connection URL
+USER_ID_PROPERTY_NAME=User ID
+PASSWORD_PROPERTY_NAME=Password
+
+Bundle-Vendor = Eclipse Data Tools Platform
+Bundle-Name = Eclipse Data Tools Platform SQLite UI Enablement Plug-in
+profile.page.name = SQLite Profile Properties
+
+connection.profile.newwizard = SQLite
+connection.profile.newwizard.description = Create a SQLite connection profile.
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/plugin_zh_CN.msg
new file mode 100644
index 0000000..f18f6dc
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/plugin_zh_CN.msg
@@ -0,0 +1,14 @@
+DRIVER_CLASS_PROPERTY_NAME=Driver Class
+VENDOR_PROPERTY_NAME=Vendor
+VERSION_PROPERTY_NAME=Version
+DATABASE_NAME_PROPERTY_NAME=Database Name
+CONNECTION_URL_PROPERTY_NAME=Connection URL
+USER_ID_PROPERTY_NAME=User ID
+PASSWORD_PROPERTY_NAME=Password
+
+Bundle-Vendor = Eclipse Data Tools Platform
+Bundle-Name = Eclipse Data Tools Platform SQLite UI Enablement Plug-in
+profile.page.name = SQLite Profile Properties
+
+connection.profile.newwizard = SQLite
+connection.profile.newwizard.description = Create a SQLite connection profile.
\ No newline at end of file
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/src/org/eclipse/datatools/enablement/sqlite/ui/messages_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/src/org/eclipse/datatools/enablement/sqlite/ui/messages_de_DE.msg
new file mode 100644
index 0000000..9f37fba
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/src/org/eclipse/datatools/enablement/sqlite/ui/messages_de_DE.msg
@@ -0,0 +1,35 @@
+#NewSQLITEConnectionProfileWizard.SQLITEWizardTitle=SQLite Database
+
+#SQLITEProfileDetailsWizardPage.title = Specify a Driver and Connection Details
+#SQLITEProfileDetailsWizardPage.msg = Select a driver from the drop-down and provide login details for the connection.
+SQLITEProfileDetailsWizardPage.0=Database location:
+SQLITEProfileDetailsWizardPage.1=Browse...
+#SQLITEProfileDetailsWizardPage.2=Create database (if required)
+#SQLITEProfileDetailsWizardPage.3=Upgrade database to current version
+#SQLITEProfileDetailsWizardPage.driverCombo.label = Select a driver from the drop-down:
+SQLITEProfileDetailsWizardPage.databaseName.label = Database:
+#SQLITEProfileDetailsWizardPage.url.label = URL:
+#SQLITEProfileDetailsWizardPage.PingButton=Test connection
+#SQLITEProfileDetailsWizardPage.userName.label = User name:
+SQLITEProfileDetailsWizardPage.password.label = Password:
+SQLITEProfileDetailsWizardPage.persistpassword.label = Save Password
+SQLITEProfileDetailsWizardPage.optionalProps.label = Optional properties:
+SQLITEProfileDetailsWizardPage.summary.driverName.label = Driver name
+SQLITEProfileDetailsWizardPage.summary.connProps.label = Connection properties
+SQLITEProfileDetailsWizardPage.summary.userName.label = User name
+#SQLITEProfileDetailsWizardPage.summary.password.label = Password
+SQLITEProfileDetailsWizardPage.summary.url.label = URL
+SQLITEProfileDetailsWizardPage.summary.database.label = Database
+SQLITEProfileDetailsWizardPage.summary.true = true
+SQLITEProfileDetailsWizardPage.summary.false = false
+SQLITEProfileDetailsWizardPage.summary.databaselocation.label = Database location
+SQLITEProfileDetailsWizardPage.summary.persistpassword.label = Save password
+SQLITEProfileDetailsWizardPage.FileDialog.title.filebrowse = Browse for Database Folder
+SQLITEProfileDetailsWizardPage.FileDialog.msg.filebrowse = Select the folder that corresponds to your SQLite database.
+SQLITEProfileDetailsWizardPage.general.tab = General
+SQLITEProfileDetailsWizardPage.optional.tab = Optional
+SQLITEProfileDetailsWizardPage.database.validation.message = Enter a database name.
+SQLITEProfileDetailsWizardPage.databaselocation.validation.message = Enter a database location.
+
+
+
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/src/org/eclipse/datatools/enablement/sqlite/ui/messages_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/src/org/eclipse/datatools/enablement/sqlite/ui/messages_es_ES.msg
new file mode 100644
index 0000000..9f37fba
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/src/org/eclipse/datatools/enablement/sqlite/ui/messages_es_ES.msg
@@ -0,0 +1,35 @@
+#NewSQLITEConnectionProfileWizard.SQLITEWizardTitle=SQLite Database
+
+#SQLITEProfileDetailsWizardPage.title = Specify a Driver and Connection Details
+#SQLITEProfileDetailsWizardPage.msg = Select a driver from the drop-down and provide login details for the connection.
+SQLITEProfileDetailsWizardPage.0=Database location:
+SQLITEProfileDetailsWizardPage.1=Browse...
+#SQLITEProfileDetailsWizardPage.2=Create database (if required)
+#SQLITEProfileDetailsWizardPage.3=Upgrade database to current version
+#SQLITEProfileDetailsWizardPage.driverCombo.label = Select a driver from the drop-down:
+SQLITEProfileDetailsWizardPage.databaseName.label = Database:
+#SQLITEProfileDetailsWizardPage.url.label = URL:
+#SQLITEProfileDetailsWizardPage.PingButton=Test connection
+#SQLITEProfileDetailsWizardPage.userName.label = User name:
+SQLITEProfileDetailsWizardPage.password.label = Password:
+SQLITEProfileDetailsWizardPage.persistpassword.label = Save Password
+SQLITEProfileDetailsWizardPage.optionalProps.label = Optional properties:
+SQLITEProfileDetailsWizardPage.summary.driverName.label = Driver name
+SQLITEProfileDetailsWizardPage.summary.connProps.label = Connection properties
+SQLITEProfileDetailsWizardPage.summary.userName.label = User name
+#SQLITEProfileDetailsWizardPage.summary.password.label = Password
+SQLITEProfileDetailsWizardPage.summary.url.label = URL
+SQLITEProfileDetailsWizardPage.summary.database.label = Database
+SQLITEProfileDetailsWizardPage.summary.true = true
+SQLITEProfileDetailsWizardPage.summary.false = false
+SQLITEProfileDetailsWizardPage.summary.databaselocation.label = Database location
+SQLITEProfileDetailsWizardPage.summary.persistpassword.label = Save password
+SQLITEProfileDetailsWizardPage.FileDialog.title.filebrowse = Browse for Database Folder
+SQLITEProfileDetailsWizardPage.FileDialog.msg.filebrowse = Select the folder that corresponds to your SQLite database.
+SQLITEProfileDetailsWizardPage.general.tab = General
+SQLITEProfileDetailsWizardPage.optional.tab = Optional
+SQLITEProfileDetailsWizardPage.database.validation.message = Enter a database name.
+SQLITEProfileDetailsWizardPage.databaselocation.validation.message = Enter a database location.
+
+
+
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/src/org/eclipse/datatools/enablement/sqlite/ui/messages_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/src/org/eclipse/datatools/enablement/sqlite/ui/messages_fr_FR.msg
new file mode 100644
index 0000000..9f37fba
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/src/org/eclipse/datatools/enablement/sqlite/ui/messages_fr_FR.msg
@@ -0,0 +1,35 @@
+#NewSQLITEConnectionProfileWizard.SQLITEWizardTitle=SQLite Database
+
+#SQLITEProfileDetailsWizardPage.title = Specify a Driver and Connection Details
+#SQLITEProfileDetailsWizardPage.msg = Select a driver from the drop-down and provide login details for the connection.
+SQLITEProfileDetailsWizardPage.0=Database location:
+SQLITEProfileDetailsWizardPage.1=Browse...
+#SQLITEProfileDetailsWizardPage.2=Create database (if required)
+#SQLITEProfileDetailsWizardPage.3=Upgrade database to current version
+#SQLITEProfileDetailsWizardPage.driverCombo.label = Select a driver from the drop-down:
+SQLITEProfileDetailsWizardPage.databaseName.label = Database:
+#SQLITEProfileDetailsWizardPage.url.label = URL:
+#SQLITEProfileDetailsWizardPage.PingButton=Test connection
+#SQLITEProfileDetailsWizardPage.userName.label = User name:
+SQLITEProfileDetailsWizardPage.password.label = Password:
+SQLITEProfileDetailsWizardPage.persistpassword.label = Save Password
+SQLITEProfileDetailsWizardPage.optionalProps.label = Optional properties:
+SQLITEProfileDetailsWizardPage.summary.driverName.label = Driver name
+SQLITEProfileDetailsWizardPage.summary.connProps.label = Connection properties
+SQLITEProfileDetailsWizardPage.summary.userName.label = User name
+#SQLITEProfileDetailsWizardPage.summary.password.label = Password
+SQLITEProfileDetailsWizardPage.summary.url.label = URL
+SQLITEProfileDetailsWizardPage.summary.database.label = Database
+SQLITEProfileDetailsWizardPage.summary.true = true
+SQLITEProfileDetailsWizardPage.summary.false = false
+SQLITEProfileDetailsWizardPage.summary.databaselocation.label = Database location
+SQLITEProfileDetailsWizardPage.summary.persistpassword.label = Save password
+SQLITEProfileDetailsWizardPage.FileDialog.title.filebrowse = Browse for Database Folder
+SQLITEProfileDetailsWizardPage.FileDialog.msg.filebrowse = Select the folder that corresponds to your SQLite database.
+SQLITEProfileDetailsWizardPage.general.tab = General
+SQLITEProfileDetailsWizardPage.optional.tab = Optional
+SQLITEProfileDetailsWizardPage.database.validation.message = Enter a database name.
+SQLITEProfileDetailsWizardPage.databaselocation.validation.message = Enter a database location.
+
+
+
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/src/org/eclipse/datatools/enablement/sqlite/ui/messages_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/src/org/eclipse/datatools/enablement/sqlite/ui/messages_ja_JP.msg
new file mode 100644
index 0000000..9f37fba
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/src/org/eclipse/datatools/enablement/sqlite/ui/messages_ja_JP.msg
@@ -0,0 +1,35 @@
+#NewSQLITEConnectionProfileWizard.SQLITEWizardTitle=SQLite Database
+
+#SQLITEProfileDetailsWizardPage.title = Specify a Driver and Connection Details
+#SQLITEProfileDetailsWizardPage.msg = Select a driver from the drop-down and provide login details for the connection.
+SQLITEProfileDetailsWizardPage.0=Database location:
+SQLITEProfileDetailsWizardPage.1=Browse...
+#SQLITEProfileDetailsWizardPage.2=Create database (if required)
+#SQLITEProfileDetailsWizardPage.3=Upgrade database to current version
+#SQLITEProfileDetailsWizardPage.driverCombo.label = Select a driver from the drop-down:
+SQLITEProfileDetailsWizardPage.databaseName.label = Database:
+#SQLITEProfileDetailsWizardPage.url.label = URL:
+#SQLITEProfileDetailsWizardPage.PingButton=Test connection
+#SQLITEProfileDetailsWizardPage.userName.label = User name:
+SQLITEProfileDetailsWizardPage.password.label = Password:
+SQLITEProfileDetailsWizardPage.persistpassword.label = Save Password
+SQLITEProfileDetailsWizardPage.optionalProps.label = Optional properties:
+SQLITEProfileDetailsWizardPage.summary.driverName.label = Driver name
+SQLITEProfileDetailsWizardPage.summary.connProps.label = Connection properties
+SQLITEProfileDetailsWizardPage.summary.userName.label = User name
+#SQLITEProfileDetailsWizardPage.summary.password.label = Password
+SQLITEProfileDetailsWizardPage.summary.url.label = URL
+SQLITEProfileDetailsWizardPage.summary.database.label = Database
+SQLITEProfileDetailsWizardPage.summary.true = true
+SQLITEProfileDetailsWizardPage.summary.false = false
+SQLITEProfileDetailsWizardPage.summary.databaselocation.label = Database location
+SQLITEProfileDetailsWizardPage.summary.persistpassword.label = Save password
+SQLITEProfileDetailsWizardPage.FileDialog.title.filebrowse = Browse for Database Folder
+SQLITEProfileDetailsWizardPage.FileDialog.msg.filebrowse = Select the folder that corresponds to your SQLite database.
+SQLITEProfileDetailsWizardPage.general.tab = General
+SQLITEProfileDetailsWizardPage.optional.tab = Optional
+SQLITEProfileDetailsWizardPage.database.validation.message = Enter a database name.
+SQLITEProfileDetailsWizardPage.databaselocation.validation.message = Enter a database location.
+
+
+
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/src/org/eclipse/datatools/enablement/sqlite/ui/messages_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/src/org/eclipse/datatools/enablement/sqlite/ui/messages_ko_KR.msg
new file mode 100644
index 0000000..9f37fba
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/src/org/eclipse/datatools/enablement/sqlite/ui/messages_ko_KR.msg
@@ -0,0 +1,35 @@
+#NewSQLITEConnectionProfileWizard.SQLITEWizardTitle=SQLite Database
+
+#SQLITEProfileDetailsWizardPage.title = Specify a Driver and Connection Details
+#SQLITEProfileDetailsWizardPage.msg = Select a driver from the drop-down and provide login details for the connection.
+SQLITEProfileDetailsWizardPage.0=Database location:
+SQLITEProfileDetailsWizardPage.1=Browse...
+#SQLITEProfileDetailsWizardPage.2=Create database (if required)
+#SQLITEProfileDetailsWizardPage.3=Upgrade database to current version
+#SQLITEProfileDetailsWizardPage.driverCombo.label = Select a driver from the drop-down:
+SQLITEProfileDetailsWizardPage.databaseName.label = Database:
+#SQLITEProfileDetailsWizardPage.url.label = URL:
+#SQLITEProfileDetailsWizardPage.PingButton=Test connection
+#SQLITEProfileDetailsWizardPage.userName.label = User name:
+SQLITEProfileDetailsWizardPage.password.label = Password:
+SQLITEProfileDetailsWizardPage.persistpassword.label = Save Password
+SQLITEProfileDetailsWizardPage.optionalProps.label = Optional properties:
+SQLITEProfileDetailsWizardPage.summary.driverName.label = Driver name
+SQLITEProfileDetailsWizardPage.summary.connProps.label = Connection properties
+SQLITEProfileDetailsWizardPage.summary.userName.label = User name
+#SQLITEProfileDetailsWizardPage.summary.password.label = Password
+SQLITEProfileDetailsWizardPage.summary.url.label = URL
+SQLITEProfileDetailsWizardPage.summary.database.label = Database
+SQLITEProfileDetailsWizardPage.summary.true = true
+SQLITEProfileDetailsWizardPage.summary.false = false
+SQLITEProfileDetailsWizardPage.summary.databaselocation.label = Database location
+SQLITEProfileDetailsWizardPage.summary.persistpassword.label = Save password
+SQLITEProfileDetailsWizardPage.FileDialog.title.filebrowse = Browse for Database Folder
+SQLITEProfileDetailsWizardPage.FileDialog.msg.filebrowse = Select the folder that corresponds to your SQLite database.
+SQLITEProfileDetailsWizardPage.general.tab = General
+SQLITEProfileDetailsWizardPage.optional.tab = Optional
+SQLITEProfileDetailsWizardPage.database.validation.message = Enter a database name.
+SQLITEProfileDetailsWizardPage.databaselocation.validation.message = Enter a database location.
+
+
+
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/src/org/eclipse/datatools/enablement/sqlite/ui/messages_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/src/org/eclipse/datatools/enablement/sqlite/ui/messages_zh_CN.msg
new file mode 100644
index 0000000..9f37fba
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/src/org/eclipse/datatools/enablement/sqlite/ui/messages_zh_CN.msg
@@ -0,0 +1,35 @@
+#NewSQLITEConnectionProfileWizard.SQLITEWizardTitle=SQLite Database
+
+#SQLITEProfileDetailsWizardPage.title = Specify a Driver and Connection Details
+#SQLITEProfileDetailsWizardPage.msg = Select a driver from the drop-down and provide login details for the connection.
+SQLITEProfileDetailsWizardPage.0=Database location:
+SQLITEProfileDetailsWizardPage.1=Browse...
+#SQLITEProfileDetailsWizardPage.2=Create database (if required)
+#SQLITEProfileDetailsWizardPage.3=Upgrade database to current version
+#SQLITEProfileDetailsWizardPage.driverCombo.label = Select a driver from the drop-down:
+SQLITEProfileDetailsWizardPage.databaseName.label = Database:
+#SQLITEProfileDetailsWizardPage.url.label = URL:
+#SQLITEProfileDetailsWizardPage.PingButton=Test connection
+#SQLITEProfileDetailsWizardPage.userName.label = User name:
+SQLITEProfileDetailsWizardPage.password.label = Password:
+SQLITEProfileDetailsWizardPage.persistpassword.label = Save Password
+SQLITEProfileDetailsWizardPage.optionalProps.label = Optional properties:
+SQLITEProfileDetailsWizardPage.summary.driverName.label = Driver name
+SQLITEProfileDetailsWizardPage.summary.connProps.label = Connection properties
+SQLITEProfileDetailsWizardPage.summary.userName.label = User name
+#SQLITEProfileDetailsWizardPage.summary.password.label = Password
+SQLITEProfileDetailsWizardPage.summary.url.label = URL
+SQLITEProfileDetailsWizardPage.summary.database.label = Database
+SQLITEProfileDetailsWizardPage.summary.true = true
+SQLITEProfileDetailsWizardPage.summary.false = false
+SQLITEProfileDetailsWizardPage.summary.databaselocation.label = Database location
+SQLITEProfileDetailsWizardPage.summary.persistpassword.label = Save password
+SQLITEProfileDetailsWizardPage.FileDialog.title.filebrowse = Browse for Database Folder
+SQLITEProfileDetailsWizardPage.FileDialog.msg.filebrowse = Select the folder that corresponds to your SQLite database.
+SQLITEProfileDetailsWizardPage.general.tab = General
+SQLITEProfileDetailsWizardPage.optional.tab = Optional
+SQLITEProfileDetailsWizardPage.database.validation.message = Enter a database name.
+SQLITEProfileDetailsWizardPage.databaselocation.validation.message = Enter a database location.
+
+
+