]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.osgi.tests/src/org/simantics/scl/osgi/tests/TestSCLOsgi.java
Changed scldoc output directory to target/scldoc
[simantics/platform.git] / tests / org.simantics.scl.osgi.tests / src / org / simantics / scl / osgi / tests / TestSCLOsgi.java
index 227381147552c8889994835de885bc6bee584eb4..700c42b0e4d58bbceb2c1bee702d379e617aff07 100644 (file)
@@ -53,7 +53,7 @@ public class TestSCLOsgi {
     @Test
     public void exportAllSCLDocumentation() throws IOException {
         // "./scldoc" evaluates to "tests/org.simantics.scl.osgi.tests/scldoc" when these tests are ran with Tycho/Maven
-        Path dir = Paths.get("./scldoc");
+        Path dir = Paths.get("./target/scldoc");
         Files.createDirectories(dir);
         GenerateAllHtmlDocumentation.generate(SCLOsgi.MODULE_REPOSITORY, dir);
     }