Skip to content

Commit

Permalink
bumped version # and updated linux jar file identification
Browse files Browse the repository at this point in the history
  • Loading branch information
samhendley committed Oct 13, 2010
1 parent 558b0d2 commit e23aaa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DNP3Java/buildfile
Expand Up @@ -4,10 +4,10 @@ repositories.release_to = "http://192.168.100.11:8082/archiva/repository/snapsho
if RUBY_PLATFORM =~ /mingw|win/
DNP3PLATFORM = "win#{ENV['PROCESSOR_ARCHITECTURE']}"
else
DNP3PLATFORM = `uname -sm`.strip.gsub(/\s/,'')
DNP3PLATFORM = `uname -sm`.strip.gsub(/\s/,'')+'_'+`lsb_release -cs`.strip
end

DNP3JAVA_VERSION='0.9.0'
DNP3JAVA_VERSION='0.9.2'
DNP3JAVA = "org.psi.dnp3:dnp3java-#{DNP3PLATFORM}:jar:#{DNP3JAVA_VERSION}"

bean_jar = file('dnp3java.jar')
Expand Down

0 comments on commit e23aaa0

Please sign in to comment.