Skip to content

Commit

Permalink
Fixed build path
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Go committed Sep 11, 2017
1 parent bbf750b commit 2197194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project name="RapidMiner_Plugin_AnomalyDetection">
<description>Build file for the RapidMiner Anomaly Detection extension</description>

<property name="rm.dir" location="../../../workspace/RapidMiner_Unuk" />
<property name="rm.dir" location="../RapidMiner-Unuk" />


<property name="build.build" location="build" />
Expand Down Expand Up @@ -44,5 +44,5 @@
<fileset id="build.dependentExtensions" dir="../../../workspace">
</fileset>

<import file="./build_extension.xml" />
<import file="${rm.dir}/build_extension.xml" />
</project>

0 comments on commit 2197194

Please sign in to comment.