-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.1.1 - Updated JSimpleTypes dependency, moved tests to new test dire…
…ctory, and switched versions.md to CHANGELOG.md format.
- Loading branch information
1 parent
6188104
commit 2fd4954
Showing
19 changed files
with
42 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="src" path="test"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ANTLR"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> | ||
<classpathentry kind="lib" path="C:/Users/TeamworkGuy2/Documents/Java/Libraries/jtext-util/jar/jtext_util.jar" sourcepath="/JTextUtility"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Lombok"/> | ||
<classpathentry kind="lib" path="C:/Users/TeamworkGuy2/Documents/Java/Libraries/jsimple-types/jar/jsimple_types.jar" sourcepath="/JSimpleTypes/src"/> | ||
<classpathentry kind="output" path="bin"/> | ||
<classpathentry kind="lib" path="C:/Users/TeamworkGuy2/Documents/Java/Libraries/jsimple-types/bin/jsimple_types.jar" sourcepath="/JSimpleTypes/src"/> | ||
<classpathentry kind="lib" path="C:/Users/TeamworkGuy2/Documents/Java/Libraries/jtext-util/bin/jtext_util.jar" sourcepath="/JTextUtility"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
This project does its best to adhere to [Semantic Versioning](http://semver.org/). | ||
|
||
|
||
-------- | ||
###[0.1.1](N/A) - 2016-08-21 | ||
####Changed | ||
* Updated JSimpleTypes dependency to latest 0.5.0 version | ||
* Moved tests to new test directory | ||
* Switched from versions.md format to CHANGELOG.md, see http://keepachangelog.com/ | ||
|
||
|
||
-------- | ||
###[0.1.0](https://github.com/TeamworkGuy2/JTwg2Templating/commit/618810443726cd1239ed2524df26fc86abed4a1d) - 2016-02-08 | ||
####Added | ||
* Initial versioning of existing code, includes utilities for easily generating Java classes, interfaces, and DTOs using the [StringTemplate] (http://www.stringtemplate.org/) library | ||
* Fixed TemplateRenderBuilder not closing internal ClassLocation based output stream after rendering template |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"version" : "0.1.1", | ||
"name" : "jtwg2-template", | ||
"description" : "Java collection helpers for creating, filtering, and mapping lists, collections, maps, iterators, and streams", | ||
"homepage" : "https://github.com/TeamworkGuy2/JTwg2Templating", | ||
"license" : "MIT", | ||
"main" : "./bin/jtwg2-template.jar", | ||
"dependencies" : { | ||
"jsimple-types" : "*", | ||
"jtext-util" : "*" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/twg2/template/codeTemplate/primitiveTemplate/PrimitiveClassAndType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/twg2/template/codeTemplate/primitiveTemplate/PrimitiveTemplates.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/twg2/template/codeTemplate/primitiveTemplate/PrimitiveTypeClassTemplate.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.