Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
PT-1951 Patient measurements - UI improvements
Browse files Browse the repository at this point in the history
move JS and CSS resources from documents into files
  • Loading branch information
danielpgross committed Dec 9, 2015
1 parent f07b084 commit 62479e3
Show file tree
Hide file tree
Showing 10 changed files with 1,324 additions and 1,651 deletions.
13 changes: 13 additions & 0 deletions components/base-war/pom.xml
Expand Up @@ -129,6 +129,13 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<!-- Include measurements resources -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>patient-measurements-resources</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<!-- Database connectors for MySQL and HSQLDB, the most commonly used ones. -->
<dependency>
<groupId>org.hsqldb</groupId>
Expand Down Expand Up @@ -267,6 +274,12 @@ rendering.transformations=macro
<type>jar</type>
<targetPath>resources/uicomponents/</targetPath>
</overlay>
<overlay>
<groupId>${project.groupId}</groupId>
<artifactId>patient-measurements-resources</artifactId>
<type>jar</type>
<targetPath></targetPath>
</overlay>
<overlay>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-colibri</artifactId>
Expand Down

0 comments on commit 62479e3

Please sign in to comment.