Skip to content

Commit

Permalink
update to las2peer v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
junpls committed May 8, 2018
1 parent 2fa7008 commit 8b5d2b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<classpathentry kind="src" path="src/test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/junit-4.12.jar"/>
<classpathentry kind="lib" path="lib/las2peer-bundle-0.7.3.jar" sourcepath="/las2peer"/>
<classpathentry kind="lib" path="lib/las2peer-bundle-0.7.4.jar" sourcepath="/las2peer"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
<classpathentry kind="output" path="output"/>
</classpath>
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project name="las2peer-Template-Project" default="all" basedir="." xmlns:ivy="antlib:org.apache.ivy.ant">

<!-- select the las2peer (core) version you want to use -->
<!-- <property name="core.version" value="0.7.3" /> (set in service.properties) -->
<!-- <property name="core.version" value="0.7.4" /> (set in service.properties) -->

<property file="etc/ant_configuration/user.properties"/>
<property file="etc/ant_configuration/service.properties"/>
Expand Down
2 changes: 1 addition & 1 deletion etc/ant_configuration/service.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ service.version=1.0
service.name=i5.las2peer.services.templateService
service.path=i5/las2peer/services/templateService
service.class=TemplateService
core.version=0.7.3
core.version=0.7.4

0 comments on commit 8b5d2b7

Please sign in to comment.