Skip to content

Commit b966c15

Browse files
authored
[java-source-utils] Flush VSCode changes (#1289)
Every time VSCode opens tools/java-source-utils, it changes the .classpath and .project files. Flush these changes so that `git status` stops reporting them. @jonpryor has no idea what they're for.
1 parent ee47652 commit b966c15

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

tools/java-source-utils/.classpath

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
<attribute name="test" value="true"/>
2121
</attributes>
2222
</classpathentry>
23+
<classpathentry kind="src" output="bin/main" path="src/main/resources">
24+
<attributes>
25+
<attribute name="gradle_scope" value="main"/>
26+
<attribute name="gradle_used_by_scope" value="main,test"/>
27+
</attributes>
28+
</classpathentry>
2329
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
2430
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
2531
<classpathentry kind="output" path="bin/default"/>

tools/java-source-utils/.project

+11
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,15 @@
2020
<nature>org.eclipse.jdt.core.javanature</nature>
2121
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
2222
</natures>
23+
<filteredResources>
24+
<filter>
25+
<id>1736435235222</id>
26+
<name></name>
27+
<type>30</type>
28+
<matcher>
29+
<id>org.eclipse.core.resources.regexFilterMatcher</id>
30+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
31+
</matcher>
32+
</filter>
33+
</filteredResources>
2334
</projectDescription>

0 commit comments

Comments
 (0)