Skip to content

Commit

Permalink
Add bootstrap-plus and autocompleter
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoeben committed Jun 28, 2019
1 parent 0dc7dd0 commit a1ab463
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,31 @@
<outputDirectory>${project.basedir}/wiki</outputDirectory>
</configuration>
</execution>
<execution>
<id>copy-toolchain</id>
<phase>generate-resources</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>com.github.tcnh</groupId>
<artifactId>fitnesse-bootstrap-plus-theme</artifactId>
<version>2.0.1</version>
<overWrite>true</overWrite>
</artifactItem>
<artifactItem>
<groupId>nl.praegus</groupId>
<artifactId>fitnesse-autocomplete-responder</artifactId>
<version>1.0.15</version>
<overWrite>true</overWrite>
</artifactItem>
</artifactItems>
<stripVersion>true</stripVersion>
<outputDirectory>${project.basedir}/wiki/plugins</outputDirectory>
</configuration>
</execution>
<execution>
<id>copy-dependencies-to-wiki-fixtures</id>
<phase>package</phase>
Expand Down
2 changes: 2 additions & 0 deletions wiki/plugins.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Responders=autoComplete:nl.praegus.fitnesse.responders.AutoCompleteResponder
Theme=bootstrap-plus

0 comments on commit a1ab463

Please sign in to comment.