Skip to content

Commit

Permalink
Fixed pom relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
julienperugini committed Jun 2, 2016
1 parent 168bb7a commit e8244b0
Show file tree
Hide file tree
Showing 9 changed files with 958 additions and 964 deletions.
1 change: 0 additions & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<groupId>gov.nist.healthcare.ttt</groupId>
<artifactId>common-config</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath></relativePath>
</parent>

</project>
1 change: 0 additions & 1 deletion direct/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<groupId>gov.nist.healthcare.ttt</groupId>
<artifactId>common-config</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath></relativePath>
</parent>

<dependencies>
Expand Down
1 change: 0 additions & 1 deletion fakeToolkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<groupId>gov.nist.healthcare.ttt</groupId>
<artifactId>common-config</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath></relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
1 change: 0 additions & 1 deletion gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<groupId>gov.nist.healthcare.ttt</groupId>
<artifactId>common-config</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath></relativePath>
</parent>

<packaging>pom</packaging>
Expand Down
1 change: 0 additions & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<groupId>gov.nist.healthcare.ttt</groupId>
<artifactId>common-config</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath></relativePath>
</parent>

<properties>
Expand Down
1,816 changes: 908 additions & 908 deletions webapp/src/main/resources/static/assets/ttt-0.0.1.css

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions webapp/src/main/resources/static/assets/ttt-0.0.1.js

Large diffs are not rendered by default.

74 changes: 37 additions & 37 deletions webapp/src/main/resources/static/index.html
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
<!DOCTYPE html>
<html ng-app="ttt" ng-controller="AppCtrl">
<head>
<title ng-bind="pageTitle"></title>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Edge Testing Tool</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- font awesome from BootstrapCDN -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap CSS CDN -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">

<!-- compiled CSS -->
<link rel="stylesheet" type="text/css" href="assets/ttt-0.0.1.css" />

<!-- compiled JavaScript -->
<script type="text/javascript" src="assets/ttt-0.0.1.js"></script>

<!-- Favicon -->
<link rel="icon" href="assets/favicon.ico" type="image/x-icon" />

</head>

<body>
<div growl></div>
<div ui-view="main"></div>
<back-to-top></back-to-top>
</body>


</html>

<!DOCTYPE html>
<html ng-app="ttt" ng-controller="AppCtrl">
<head>
<title ng-bind="pageTitle"></title>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Edge Testing Tool</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- font awesome from BootstrapCDN -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap CSS CDN -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">

<!-- compiled CSS -->
<link rel="stylesheet" type="text/css" href="assets/ttt-0.0.1.css" />

<!-- compiled JavaScript -->
<script type="text/javascript" src="assets/ttt-0.0.1.js"></script>

<!-- Favicon -->
<link rel="icon" href="assets/favicon.ico" type="image/x-icon" />

</head>

<body>
<div growl></div>
<div ui-view="main"></div>
<back-to-top></back-to-top>
</body>


</html>


1 change: 0 additions & 1 deletion xdr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<groupId>gov.nist.healthcare.ttt</groupId>
<artifactId>common-config</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath></relativePath>
</parent>

<repositories>
Expand Down

0 comments on commit e8244b0

Please sign in to comment.