Commit 7c8009c1e1aab2cc8b32fb608d72debe9c886e62

Authored by Jean-Michel Glorian
1 parent ebc02f10
Exists in master and in 1 other branch b6.0.X

update gitgnore

Showing 2 changed files with 2 additions and 9 deletions   Show diff stats
.classpath
... ... @@ -23,11 +23,7 @@
23 23 <attribute name="maven.pomderived" value="true"/>
24 24 </attributes>
25 25 </classpathentry>
26   - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
27   - <attributes>
28   - <attribute name="maven.pomderived" value="true"/>
29   - </attributes>
30   - </classpathentry>
  26 + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
31 27 <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
32 28 <attributes>
33 29 <attribute name="maven.pomderived" value="true"/>
... ...
.gitignore
1 1 .settings/
2   -src/main/java/META-INF/
3 2 target/
4   -doc/
5   -TODO.md
6   -src/main/java/eu/omp/irap/vespa/votable/CheckThreadViolationRepaintManager.java
  3 +
... ...