Skip to content

Commit

Permalink
Include Rhino release (1.7R5pre05) fix for empty switch statements (#179
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tntim96 committed Jan 18, 2015
1 parent ccfa6da commit 6663b90
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion JSCover.iml
Expand Up @@ -28,7 +28,7 @@
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="jdk" jdkName="1.7" jdkType="JavaSDK" />
<orderEntry type="library" name="Maven: com.github.tntim96:rhino:1.7R5pre05-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: com.github.tntim96:rhino:1.7R5pre05" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: net.sourceforge.htmlunit:htmlunit:2.15" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: xalan:xalan:2.7.1" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: xalan:serializer:2.7.1" level="project" />
Expand Down
8 changes: 4 additions & 4 deletions JSCover.ipr
Expand Up @@ -714,15 +714,15 @@
</component>
<component name="WebServicesPlugin" addRequiredLibraries="true" />
<component name="libraryTable">
<library name="Maven: com.github.tntim96:rhino:1.7R5pre05-SNAPSHOT">
<library name="Maven: com.github.tntim96:rhino:1.7R5pre05">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/github/tntim96/rhino/1.7R5pre05-SNAPSHOT/rhino-1.7R5pre05-20150114.232251-1.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/github/tntim96/rhino/1.7R5pre05/rhino-1.7R5pre05.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/com/github/tntim96/rhino/1.7R5pre05-SNAPSHOT/rhino-1.7R5pre05-20150114.232251-1-javadoc.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/github/tntim96/rhino/1.7R5pre05/rhino-1.7R5pre05-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/github/tntim96/rhino/1.7R5pre05-SNAPSHOT/rhino-1.7R5pre05-20150114.232251-1-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/github/tntim96/rhino/1.7R5pre05/rhino-1.7R5pre05-sources.jar!/" />
</SOURCES>
</library>
<library name="Maven: com.ibm.icu:icu4j:2.6.1">
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Expand Up @@ -39,17 +39,18 @@ http://github.com/tntim96/rhino/
<id>central</id>
<url>http://repo1.maven.org/maven2/</url>
</repository>
<!-- Testing snapshot development -->
<!-- Testing snapshot development
<repository>
<id>Sonatype repository</id>
<name>Sonatype's Maven repository</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
-->
<!-- Testing staged release
<repository>
<id>sonatype</id>
<name>sonatype staging</name>
<url>https://oss.sonatype.org/content/repositories/comgithubtntim96-1059</url>
<url>https://oss.sonatype.org/content/repositories/comgithubtntim96-1078</url>
</repository>
-->
</repositories>
Expand All @@ -72,7 +73,7 @@ http://github.com/tntim96/rhino/
<dependency>
<groupId>com.github.tntim96</groupId>
<artifactId>rhino</artifactId>
<version>1.7R5pre05-SNAPSHOT</version>
<version>1.7R5pre05</version>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
Expand Down

0 comments on commit 6663b90

Please sign in to comment.