Skip to content

Commit a579a27

Browse files
committed
Switched to PropertiesHandler code
1 parent 561fe3f commit a579a27

123 files changed

Lines changed: 431 additions & 6878 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: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,40 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="lib" path="lib/openxliff.jar">
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
55
<attributes>
66
<attribute name="module" value="true"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="lib" path="lib/swt.jar">
9+
<classpathentry kind="lib" path="lib/dtd.jar">
1010
<attributes>
1111
<attribute name="module" value="true"/>
1212
</attributes>
1313
</classpathentry>
14-
<classpathentry kind="lib" path="lib/xmljava.jar">
14+
<classpathentry kind="lib" path="lib/json.jar">
1515
<attributes>
1616
<attribute name="module" value="true"/>
1717
</attributes>
1818
</classpathentry>
19-
<classpathentry kind="lib" path="lib/dtd.jar">
19+
<classpathentry kind="lib" path="lib/jsoup.jar">
2020
<attributes>
2121
<attribute name="module" value="true"/>
2222
</attributes>
2323
</classpathentry>
24-
<classpathentry kind="lib" path="lib/json.jar">
24+
<classpathentry kind="lib" path="lib/mapdb.jar">
2525
<attributes>
2626
<attribute name="module" value="true"/>
2727
</attributes>
2828
</classpathentry>
29-
<classpathentry kind="lib" path="lib/jsoup.jar">
29+
<classpathentry kind="lib" path="lib/openxliff.jar">
3030
<attributes>
3131
<attribute name="module" value="true"/>
3232
</attributes>
3333
</classpathentry>
34-
<classpathentry kind="lib" path="lib/mapdb.jar">
34+
<classpathentry kind="lib" path="lib/xmljava.jar">
3535
<attributes>
3636
<attribute name="module" value="true"/>
3737
</attributes>
3838
</classpathentry>
39-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4039
<classpathentry kind="output" path="bin"/>
4140
</classpath>

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.DS_Store
22
/.vscode/
3+
/catalog/
4+
/srx/
35
/bin/
4-
lib/swt.jar
5-
docs/out
6+
lib/javapm.jar
7+
/dist/

.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</natures>
1717
<filteredResources>
1818
<filter>
19-
<id>1677519713347</id>
19+
<id>1677596751806</id>
2020
<name></name>
2121
<type>30</type>
2222
<matcher>

JavaPM.jpm

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)