Skip to content

Commit

Permalink
changed system property name
Browse files Browse the repository at this point in the history
  • Loading branch information
hneemann committed Feb 6, 2017
1 parent 9139b9d commit 5658801
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions distAssembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<outputDirectory>/</outputDirectory>
<filtered>true</filtered>
</file>
<!--file>
<file>
<source>${basedir}/target/xml/instructions.pdf</source>
<outputDirectory>/</outputDirectory>
</file-->
</file>
</files>
<fileSets>
<fileSet>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<configuration>
<systemProperties>
<property>
<name>mavenhome</name>
<name>asmMvnHome</name>
<value>${basedir}</value>
</property>
<property>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/de/neemann/assembler/docu/TestDocu.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
public class TestDocu extends TestCase {

private File getTargetFolder() {
String mavenhome = System.getProperty("mavenhome");
String mavenhome = System.getProperty("asmMvnHome");
if (mavenhome == null) {
System.out.println("------------ use hardcoded input folder!");
mavenhome = "/home/hneemann/Dokumente/Java/assembler/assembler3";
Expand Down

0 comments on commit 5658801

Please sign in to comment.