Skip to content

Commit 2a957b6

Browse files
committed
Updated for release 2.12.0
1 parent 3221678 commit 2a957b6

106 files changed

Lines changed: 1196 additions & 2566 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.classpath

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
43
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
5+
<attributes>
6+
<attribute name="module" value="true"/>
7+
</attributes>
8+
</classpathentry>
59
<classpathentry kind="lib" path="jars/dtd.jar">
610
<attributes>
711
<attribute name="module" value="true"/>
@@ -32,6 +36,10 @@
3236
<attribute name="module" value="true"/>
3337
</attributes>
3438
</classpathentry>
35-
<classpathentry kind="lib" path="jars/h2-1.4.200.jar"/>
39+
<classpathentry kind="lib" path="jars/xmljava.jar">
40+
<attributes>
41+
<attribute name="module" value="true"/>
42+
</attributes>
43+
</classpathentry>
3644
<classpathentry kind="output" path="out"/>
3745
</classpath>

build.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<pathelement location="jars/mapdb.jar" />
1111
<pathelement location="jars/openxliff.jar" />
1212
<pathelement location="jars/tmxvalidator.jar" />
13-
<pathelement location="jars/h2-1.4.200.jar" />
13+
<pathelement location="jars/xmljava.jar" />
1414
</path>
1515
<condition property="isWindows">
1616
<os family="windows" />
@@ -68,7 +68,6 @@
6868
<move file="dist\release" todir="." />
6969
<delete dir="dist" failonerror="false" />
7070
<delete file=".\jars\tmxserver.jar" />
71-
<copy file=".\jars\h2-1.4.200.jar" todir="lib" />
7271
</target>
7372
<target name="copyUnix" unless="isWindows">
7473
<description>Move java binaries to work folder</description>
@@ -90,7 +89,6 @@
9089
<move file="dist/release" todir="." />
9190
<delete dir="dist" failonerror="false" />
9291
<delete file="./jars/tmxserver.jar" />
93-
<copy file="./jars/h2-1.4.200.jar" todir="lib" />
9492
</target>
9593
<target name="dist" depends="link,copyWindows,copyUnix">
9694
<description>Prepare distribution</description>

html/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
88
</head>
99

10-
<body id="body" onload="new About();">
10+
<body onload="new About();">
1111
<div class="fill_width center">
1212
<img src="../images/about.png" alt="about box">
1313
</div>

html/addLanguage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
88
</head>
99

10-
<body id="body" onload="new AddLanguage();">
10+
<body onload="new AddLanguage();">
1111
<table class="fill_width">
1212
<tr>
1313
<td class="middle noWrap"><label for="language">Language</label></td>

html/addNote.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
88
</head>
99

10-
<body id="body" onload="new AddNote();">
10+
<body onload="new AddNote();">
1111

1212
<table class="fill_width">
1313
<tr>

html/addProperty.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
88
</head>
99

10-
<body id="body" onload="new AddProperty();">
10+
<body onload="new AddProperty();">
1111

1212
<table id="propsTable" class="fill_width">
1313
<tr>

html/attributes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
88
</head>
99

10-
<body id="body" onload="new Attributes();">
10+
<body onload="new Attributes();">
1111

1212
<div style="padding: 8px;">
1313
<table class="fill_width">

html/changeLanguage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
88
</head>
99

10-
<body id="body" onload="new ChangeLanguages();">
10+
<body onload="new ChangeLanguages();">
1111
<table class="fill_width">
1212
<tr>
1313
<td class="middle noWrap"><label for="currentLanguage">Current Language</label></td>

html/consolidate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
88
</head>
99

10-
<body id="body" onload="new Consolidate();">
10+
<body onload="new Consolidate();">
1111
<table class="fill_width">
1212
<tr>
1313
<td class="middle noWrap"><label for="sourceLanguage">Source Language</label></td>

html/convertCSV.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
88
</head>
99

10-
<body id="body" onload="new ConvertCSV();">
10+
<body onload="new ConvertCSV();">
1111

1212
<table class="fill_width">
1313
<tr>

0 commit comments

Comments
 (0)