- Removed Ivy nature

- Updated README with last commit marker
This commit is contained in:
Josh Steele
2024-07-22 09:34:12 -04:00
parent 635427565e
commit 6a8a2c6fa1
3 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src">
<classpathentry including="**/*.java" kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>

View File

@@ -19,6 +19,5 @@
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.apache.ivyde.eclipse.ivynature</nature>
</natures>
</projectDescription>

View File

@@ -1,5 +1,7 @@
# Jsqrl
![GitHub last commit](https://img.shields.io/github/last-commit/JHUAPL/jsqrl)
Jsqrl (pronounced "Jay Squirrel") is a general use, low level Java library for saving/restoring the state of Java objects to/from JSON format files.