<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tlIItools.git/pom.xml, branch trunk</title>
<subtitle>Various tools for modding torchlight II
</subtitle>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/'/>
<entry>
<title>A few updates</title>
<updated>2022-09-27T23:09:35+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2022-09-27T23:09:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=543869769d420e4dcbf0f2ba84cd8ce245318169'/>
<id>543869769d420e4dcbf0f2ba84cd8ce245318169</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump junit from 4.12 to 4.13.1</title>
<updated>2020-10-13T11:32:32+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2020-10-13T11:32:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=972d4d30661c9edccd3cda64cd5509267bef492f'/>
<id>972d4d30661c9edccd3cda64cd5509267bef492f</id>
<content type='text'>
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Minor updatesx</title>
<updated>2020-10-05T20:58:09+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-10-05T20:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=27d67d6aa21ec4979701ab044383bdc09a13eb3a'/>
<id>27d67d6aa21ec4979701ab044383bdc09a13eb3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor AffixLister</title>
<updated>2019-01-17T22:33:14+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-01-17T22:33:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=8c613819790ae737150a9ad8bb82332a1aaab690'/>
<id>8c613819790ae737150a9ad8bb82332a1aaab690</id>
<content type='text'>
AffixLister got refactored some more, in preparation for adding the
ability to load things that aren't affixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AffixLister got refactored some more, in preparation for adding the
ability to load things that aren't affixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert to Maven II</title>
<updated>2019-01-05T15:01:04+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-01-05T14:57:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=49722f7c7f3ebc2e1fa616adbabace419d08d0d2'/>
<id>49722f7c7f3ebc2e1fa616adbabace419d08d0d2</id>
<content type='text'>
This gets the main script working, and the pom compiling things.

To get it working right, two options were added for outputting normal &amp;
error outputs to files instead of the standard streams (System.out &amp;
System.err)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This gets the main script working, and the pom compiling things.

To get it working right, two options were added for outputting normal &amp;
error outputs to files instead of the standard streams (System.out &amp;
System.err)
</pre>
</div>
</content>
</entry>
<entry>
<title>Begin maven conversion</title>
<updated>2019-01-05T14:19:37+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-01-05T14:16:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=53427e7935e2bba6955b9647fa4d9367fce6d77d'/>
<id>53427e7935e2bba6955b9647fa4d9367fce6d77d</id>
<content type='text'>
Begin converting the project to use maven for compiling/running java so
as to allow easier splitting of AffixLister.java into its constituent
classes without having to continuously tweak the script files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Begin converting the project to use maven for compiling/running java so
as to allow easier splitting of AffixLister.java into its constituent
classes without having to continuously tweak the script files
</pre>
</div>
</content>
</entry>
</feed>
