Skip to content

Commit

Permalink
oops, resin 4.0.25 config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpyeron committed Apr 21, 2014
1 parent ef84c21 commit a42227e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="rtest/src"/>
<classpathentry kind="src" path="loadtest/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Resin 4.0.14"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Resin-4.0.25"/>
<classpathentry kind="output" path="out/eclipse"/>
</classpath>
2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1>README</h1>
</p>

<p>
<strong>This version requires <a href="http://www.caucho.com/download/resin-4.0.14.tar.gz">Resin 4.0.14<a/>.</strong>
<strong>This version requires <a href="http://www.caucho.com/download/resin-4.0.25.tar.gz">Resin 4.0.25<a/>.</strong>
</p>
</body>
</html>
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<property name="docs.dir" value="${build.dir}/docs" />

<property name="resin.dir" location="/java/resin-4.0.14/" />
<property name="resin.dir" location="/java/resin-4.0.25/" />
<property name="deploy.dir" location="${resin.dir}/webapps" />
<property name="expandedWar.dir" location="${deploy.dir}/se" />

Expand Down
2 changes: 1 addition & 1 deletion etc/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# You can limit the tests that are run for the junit-special task
#
junit.special.tests=**/ArchiveTest.class
resin.dir=/java/resin-4.0.14/
resin.dir=/java/resin-4.0.25/

0 comments on commit a42227e

Please sign in to comment.