Skip to content

Commit

Permalink
Fix up Java IDE config files
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Oct 18, 2018
1 parent a8bcd91 commit 8b56191
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 20 deletions.
17 changes: 17 additions & 0 deletions .idea/libraries/opentracing.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions java/client/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<classpathentry kind="lib" path="/third-party/java/xerces/xercesImpl-2.11.0.jar" sourcepath="/third-party/java/xerces/xercesImpl-2.11.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/xalan/xalan-2.7.2.jar"/>
<classpathentry kind="lib" path="/third-party/java/littleshoot/littleproxy-1.1.3-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="/third-party/java/websocket/websocket-api-9.4.7.v20170914.jar" sourcepath="/third-party/java/websocket/websocket-api-9.4.7.v20170914-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/websocket/websocket-client-9.4.7.v20170914.jar" sourcepath="/third-party/java/websocket/websocket-client-9.4.7.v20170914-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/websocket/websocket-common-9.4.7.v20170914.jar" sourcepath="/third-party/java/websocket/websocket-common-9.4.7.v20170914-sources.jar"/>
<classpathentry kind="lib" path="/trunk/third_party/java/websocket/websocket-api-9.4.8.v20180619.jar" sourcepath="/third-party/java/websocket/websocket-api-9.4.7.v20170914-sources.jar"/>
<classpathentry kind="lib" path="/trunk/third_party/java/websocket/websocket-client-9.4.8.v20180619.jar" sourcepath="/third-party/java/websocket/websocket-client-9.4.7.v20170914-sources.jar"/>
<classpathentry kind="lib" path="/third_party/java/websocket/websocket-common-9.4.8.v20180619.jar" sourcepath="/third-party/java/websocket/websocket-common-9.4.7.v20170914-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/netty/netty-all-4.1.25.Final.jar"/>
<classpathentry kind="lib" path="/third-party/java/xml-apis/xml-apis-1.4.01.jar"/>
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-2.18.0.jar"/>
Expand All @@ -49,5 +49,10 @@
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/third-party/java/contrib/opentracing-concurrent-0.1.0.jar"/>
<classpathentry kind="lib" path="/third-party/java/contrib/opentracing-okhttp3-0.1.0.jar"/>
<classpathentry kind="lib" path="/third-party/java/opentracing/opentracing-api-0.31.0.jar"/>
<classpathentry kind="lib" path="/third-party/java/opentracing/opentracing-noop-0.31.0.jar"/>
<classpathentry kind="lib" path="/third-party/java/assertj/assertj-core-3.11.1.jar"/>
<classpathentry kind="output" path="build/production"/>
</classpath>
27 changes: 14 additions & 13 deletions java/client/client.iml
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,36 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="TEST" name="assertj" level="project" />
<orderEntry type="library" name="auto-service" level="project" />
<orderEntry type="library" name="byte-buddy" level="project" />
<orderEntry type="library" scope="RUNTIME" name="commons-codec" level="project" />
<orderEntry type="library" name="commons-exec" level="project" />
<orderEntry type="library" scope="TEST" name="commons-httpclient" level="project" />
<orderEntry type="library" name="commons-io" level="project" />
<orderEntry type="library" scope="RUNTIME" name="commons-lang" level="project" />
<orderEntry type="library" scope="RUNTIME" name="commons-logging" level="project" />
<orderEntry type="library" scope="RUNTIME" name="cssparser" level="project" />
<orderEntry type="library" scope="TEST" name="github" level="project" />
<orderEntry type="library" exported="" name="guava" level="project" />
<orderEntry type="library" exported="" name="gson" level="project" />
<orderEntry type="library" name="hamcrest" level="project" />
<orderEntry type="library" scope="TEST" name="htmlunit" level="project" />
<orderEntry type="library" name="junit" level="project" />
<orderEntry type="library" name="netty" level="project" />
<orderEntry type="library" name="servlet-api" level="project" />
<orderEntry type="library" name="testng" level="project" />
<orderEntry type="library" name="xml-apis" level="project" />
<orderEntry type="library" name="javaparser" level="project" />
<orderEntry type="library" name="jetty" level="project" />
<orderEntry type="library" scope="TEST" name="jetty-orig" level="project" />
<orderEntry type="library" name="junit" level="project" />
<orderEntry type="library" scope="TEST" name="littleproxy" level="project" />
<orderEntry type="library" scope="TEST" name="slf4j" level="project" />
<orderEntry type="library" name="mockito-core" level="project" />
<orderEntry type="library" name="netty" level="project" />
<orderEntry type="library" name="objenesis" level="project" />
<orderEntry type="library" scope="TEST" name="commons-httpclient" level="project" />
<orderEntry type="library" scope="TEST" name="websocket" level="project" />
<orderEntry type="library" scope="TEST" name="github" level="project" />
<orderEntry type="library" name="javaparser" level="project" />
<orderEntry type="library" name="okhttp" level="project" />
<orderEntry type="library" scope="TEST" name="jetty-orig" level="project" />
<orderEntry type="library" scope="TEST" name="assertj" level="project" />
<orderEntry type="library" name="auto-service" level="project" />
<orderEntry type="library" name="opentracing" level="project" />
<orderEntry type="library" name="servlet-api" level="project" />
<orderEntry type="library" scope="TEST" name="slf4j" level="project" />
<orderEntry type="library" name="testng" level="project" />
<orderEntry type="library" scope="TEST" name="websocket" level="project" />
<orderEntry type="library" name="xml-apis" level="project" />
</component>
<component name="sonarModuleSettings">
<option name="alternativeWorkingDirPath" value="" />
Expand Down
2 changes: 2 additions & 0 deletions java/server/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked.jar"/>
<classpathentry kind="lib" path="/third-party/java/yaml/snakeyaml-1.19.jar" sourcepath="/third-party/java/yaml/snakeyaml-1.19-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/beust/jcommander-1.72.jar"/>
<classpathentry kind="lib" path="/third-party/java/service/auto-service-1.0-rc4.jar" sourcepath="/third-party/java/service/auto-service-1.0-rc4-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/assertj/assertj-core-3.11.1.jar"/>
<classpathentry kind="output" path="build/production"/>
</classpath>
9 changes: 5 additions & 4 deletions java/server/server.iml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,20 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="client" exported="" />
<orderEntry type="library" scope="TEST" name="assertj" level="project" />
<orderEntry type="library" name="auto-service" level="project" />
<orderEntry type="library" name="commons-io" level="project" />
<orderEntry type="library" name="commons-logging" level="project" />
<orderEntry type="library" name="jcip-annotations" level="project" />
<orderEntry type="library" name="jcommander" level="project" />
<orderEntry type="library" name="jetty" level="project" />
<orderEntry type="library" scope="TEST" name="jetty-orig" level="project" />
<orderEntry type="library" name="junit" level="project" />
<orderEntry type="library" name="objenesis" level="project" />
<orderEntry type="library" name="opentracing" level="project" />
<orderEntry type="library" name="mockito-core" level="project" />
<orderEntry type="library" name="servlet-api" level="project" />
<orderEntry type="library" name="snakeyaml" level="project" />
<orderEntry type="library" name="mockito-core" level="project" />
<orderEntry type="library" name="objenesis" level="project" />
<orderEntry type="library" scope="TEST" name="assertj" level="project" />
<orderEntry type="library" name="auto-service" level="project" />
</component>
<component name="sonarModuleSettings">
<option name="alternativeWorkingDirPath" value="" />
Expand Down

0 comments on commit 8b56191

Please sign in to comment.