Renamed MessageIdGenerator to IdGenerator, added IdGeneratorRequest

Also removed src/test/resources from pom.xml.
This commit is contained in:
2020-01-28 17:01:02 +01:00
parent e0fef6af54
commit 09b803ed4b
6 changed files with 35 additions and 15 deletions

View File

@ -24,10 +24,5 @@
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>