Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move source sets #1939

Merged
merged 8 commits into from
Apr 10, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Eclipse files.
smillst committed Apr 4, 2018
commit 048e9cbabb1bf890134358e6f3f0131db62a1dd3
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -52,6 +52,7 @@ allprojects {
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: "de.undercouch.download"
apply plugin: 'net.ltgt.errorprone-base'
apply plugin: 'eclipse'

group 'org.checkerframework'
// Increment the minor version rather than just the patch level if:
16 changes: 8 additions & 8 deletions checker-qual/.classpath
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="bin/main" path="src/main/java">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/main" path="src/main/resources">
<attributes>
<attribute name="gradle_scope" value="main"/>
@@ -18,19 +24,13 @@
<attribute name="gradle_used_by_scope" value="test"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/compatQual" path="src/compatQual/resources">
<classpathentry kind="src" output="bin/compatQual" path="src/compatQual/java">
<attributes>
<attribute name="gradle_scope" value="compatQual"/>
<attribute name="gradle_used_by_scope" value="compatQual"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/main" path="src/main/java">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/compatQual" path="src/compatQual/java">
<classpathentry kind="src" output="bin/compatQual" path="src/compatQual/resources">
<attributes>
<attribute name="gradle_scope" value="compatQual"/>
<attribute name="gradle_used_by_scope" value="compatQual"/>
2 changes: 1 addition & 1 deletion checker-qual/.project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>checker-qual</name>
<comment>Project checker-qual created by Buildship.</comment>
<comment></comment>
<projects>
</projects>
<buildSpec>
17 changes: 17 additions & 0 deletions checker/.classpath
Original file line number Diff line number Diff line change
@@ -6,6 +6,18 @@
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/test" path="src/test/java">
<attributes>
<attribute name="gradle_scope" value="test"/>
<attribute name="gradle_used_by_scope" value="test"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/test" path="src/test/resources">
<attributes>
<attribute name="gradle_scope" value="test"/>
<attribute name="gradle_used_by_scope" value="test"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/testannotations" path="src/testannotations/java">
<attributes>
<attribute name="gradle_scope" value="testannotations"/>
@@ -20,5 +32,10 @@
</classpathentry>
<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.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="src" path="/framework"/>
<classpathentry kind="src" path="/dataflow"/>
<classpathentry kind="src" path="/javacutil"/>
<classpathentry kind="src" path="/checker-qual"/>
<classpathentry kind="src" path="/util"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>
2 changes: 1 addition & 1 deletion checker/.project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>checker</name>
<comment>Project checker created by Buildship.</comment>
<comment></comment>
<projects>
</projects>
<buildSpec>
1 change: 1 addition & 0 deletions checker/eclipse/Checkers Tests.launch
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/checker/dist/checker.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#10;"/>
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;runtimeClasspathEntry id=&quot;org.eclipse.jdt.launching.classpathentry.defaultClasspath&quot;&gt;&#10;&lt;memento exportedEntriesOnly=&quot;false&quot; project=&quot;checker&quot;/&gt;&#10;&lt;/runtimeClasspathEntry&gt;&#10;"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.buildship.core.classpathprovider"/>
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value=""/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="checker"/>
2 changes: 2 additions & 0 deletions dataflow/.classpath
Original file line number Diff line number Diff line change
@@ -26,5 +26,7 @@
</classpathentry>
<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.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="src" path="/javacutil"/>
<classpathentry kind="src" path="/checker-qual"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>
2 changes: 1 addition & 1 deletion dataflow/.project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>dataflow</name>
<comment>Project dataflow created by Buildship.</comment>
<comment></comment>
<projects>
</projects>
<buildSpec>
4 changes: 4 additions & 0 deletions framework/.classpath
Original file line number Diff line number Diff line change
@@ -32,5 +32,9 @@
</classpathentry>
<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.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="src" path="/dataflow"/>
<classpathentry kind="src" path="/javacutil"/>
<classpathentry kind="src" path="/checker-qual"/>
<classpathentry kind="src" path="/util"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>
2 changes: 1 addition & 1 deletion framework/.project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>framework</name>
<comment>Project framework created by Buildship.</comment>
<comment></comment>
<projects>
</projects>
<buildSpec>
2 changes: 1 addition & 1 deletion javacutil/.classpath
Original file line number Diff line number Diff line change
@@ -26,6 +26,6 @@
</classpathentry>
<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.buildship.core.gradleclasspathcontainer"/>
<classpathentry combineaccessrules="false" kind="src" path="/checker-qual"/>
<classpathentry kind="src" path="/checker-qual"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>
2 changes: 1 addition & 1 deletion javacutil/.project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>javacutil</name>
<comment>Project javacutil created by Buildship.</comment>
<comment></comment>
<projects>
</projects>
<buildSpec>