libRefTools/.idea/artifacts/libRefTools_jar.xml
Gabriel Tofvesson d4c53993ec - Added tests
- Refactored package to match my site name
- Renamed "logging" package to "stream"
- Fixed various bugs
- Fixed issues with illegal reflective access
- Added proper throwable for when a dangerous threaded action happens in async
- Added more reflective tools
  - Added ability to auto-generate simple wrapper classes
  - Added tools for converting enums to a flag-like system
  - Added annotation scanning for a supplied classloader
- Properly renamed module to "libRefTools"
2018-01-04 01:10:08 +01:00

11 lines
486 B
XML

<component name="ArtifactManager">
<artifact type="jar" name="libRefTools:jar">
<output-path>$PROJECT_DIR$/out/artifacts/libRefTools_jar</output-path>
<root id="archive" name="libRefTools.jar">
<element id="module-output" name="libRefTools" />
<element id="dir-copy" path="$PROJECT_DIR$/src" />
<element id="file-copy" path="$PROJECT_DIR$/README.txt" />
<element id="file-copy" path="$PROJECT_DIR$/COPYING.txt" />
</root>
</artifact>
</component>