Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WebGUI
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kieker
WebGUI
Commits
40775ef9
Commit
40775ef9
authored
11 years ago
by
Nils Christian Ehmke
Browse files
Options
Downloads
Patches
Plain Diff
Added a filtering to put the version string into the about dialog.
parent
06d26cba
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Kieker.WebGUI/pom.xml
+14
-0
14 additions, 0 deletions
Kieker.WebGUI/pom.xml
Kieker.WebGUI/src/main/webapp/dialogs/AboutDialog.xhtml
+1
-1
1 addition, 1 deletion
Kieker.WebGUI/src/main/webapp/dialogs/AboutDialog.xhtml
with
15 additions
and
1 deletion
Kieker.WebGUI/pom.xml
+
14
−
0
View file @
40775ef9
...
@@ -29,6 +29,7 @@
...
@@ -29,6 +29,7 @@
<klay.jar>
klay_0.2.0.jar
</klay.jar>
<klay.jar>
klay_0.2.0.jar
</klay.jar>
<spring.version>
3.1.2.RELEASE
</spring.version>
<spring.version>
3.1.2.RELEASE
</spring.version>
<slf4j.version>
1.7.2
</slf4j.version>
<slf4j.version>
1.7.2
</slf4j.version>
<display_version>
${project.version}
</display_version>
</properties>
</properties>
<repositories>
<repositories>
...
@@ -357,6 +358,19 @@
...
@@ -357,6 +358,19 @@
<artifactId>
maven-war-plugin
</artifactId>
<artifactId>
maven-war-plugin
</artifactId>
<version>
2.3
</version>
<version>
2.3
</version>
<configuration>
<configuration>
<nonFilteredFileExtensions>
<nonFilteredFileExtension>
gif
</nonFilteredFileExtension>
<nonFilteredFileExtension>
ico
</nonFilteredFileExtension>
<nonFilteredFileExtension>
jpg
</nonFilteredFileExtension>
<nonFilteredFileExtension>
png
</nonFilteredFileExtension>
<nonFilteredFileExtension>
pdf
</nonFilteredFileExtension>
</nonFilteredFileExtensions>
<webResources>
<resource>
<directory>
src/main/webapp
</directory>
<filtering>
true
</filtering>
</resource>
</webResources>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
</configuration>
</configuration>
</plugin>
</plugin>
...
...
This diff is collapsed.
Click to expand it.
Kieker.WebGUI/src/main/webapp/dialogs/AboutDialog.xhtml
+
1
−
1
View file @
40775ef9
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<h:outputText
value=
"Kieker.WebGUI"
/>
<h:outputText
value=
"Kieker.WebGUI"
/>
<br
/>
<br
/>
<br
/>
<br
/>
<h:outputText
value=
"Version:
1.8-SNAPSHOT
"
/>
<h:outputText
value=
"Version:
${display_version}
"
/>
<br
/>
<br
/>
<h:outputText
value=
"Copyright (c) 2013 Kieker Project"
/>
<h:outputText
value=
"Copyright (c) 2013 Kieker Project"
/>
<br
/>
<br
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment