mirror of
https://github.com/toolbox4minecraft/amidst.git
synced 2025-01-07 03:27:17 +08:00
Fix some eclipse things (#723)
add the test marker to the test packages in the classpath, add some eclipse stuff to gitignore
This commit is contained in:
parent
b4751b098e
commit
fb193a06ff
@ -15,11 +15,13 @@
|
||||
<attributes>
|
||||
<attribute name="optional" value="true"/>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
<attribute name="test" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
|
||||
<attributes>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
<attribute name="test" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ target/
|
||||
/dependency-reduced-pom.xml
|
||||
devtools.properties
|
||||
tests
|
||||
.settings/org.eclipse.jdt.core.prefs
|
||||
|
Loading…
Reference in New Issue
Block a user