Skip to content

Commit

Permalink
using new windows wrapper for recursive plugin scan on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lassewesth committed Mar 12, 2013
1 parent 380f163 commit bba97d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<!-- other filter properties -->
<wrapper.conf>conf/neo4j-wrapper.conf</wrapper.conf>
<neo4j.version>${project.version}</neo4j.version>
<windows-wrapper.version>4</windows-wrapper.version>
<windows-wrapper.filename>windows-service-wrapper-*.jar</windows-wrapper.filename>
<windows-wrapper.version>5</windows-wrapper.version>
<windows-wrapper.filename>windows-service-wrapper-${windows-wrapper.version}.jar</windows-wrapper.filename>

<!-- conf/neo4j-server.properties filter properties -->
<org.neo4j.database.location>data/graph.db</org.neo4j.database.location>
Expand Down

0 comments on commit bba97d5

Please sign in to comment.