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
25460c1b
Commit
25460c1b
authored
11 years ago
by
Nils Christian Ehmke
Browse files
Options
Downloads
Patches
Plain Diff
#972
parent
f9413cdc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Kieker.WebGUI/config/descriptors/descriptor-bin.xml
+3
-0
3 additions, 0 deletions
Kieker.WebGUI/config/descriptors/descriptor-bin.xml
Kieker.WebGUI/pom.xml
+5
-0
5 additions, 0 deletions
Kieker.WebGUI/pom.xml
with
8 additions
and
0 deletions
Kieker.WebGUI/config/descriptors/descriptor-bin.xml
+
3
−
0
View file @
25460c1b
...
@@ -43,6 +43,9 @@
...
@@ -43,6 +43,9 @@
<excludes>
<excludes>
<exclude>
<exclude>
bin/*.sh
bin/*.sh
</exclude>
<exclude>
lib/klay_*.jar
</exclude>
</exclude>
</excludes>
</excludes>
<outputDirectory>
/
</outputDirectory>
<outputDirectory>
/
</outputDirectory>
...
...
This diff is collapsed.
Click to expand it.
Kieker.WebGUI/pom.xml
+
5
−
0
View file @
25460c1b
...
@@ -285,6 +285,11 @@
...
@@ -285,6 +285,11 @@
<tasks>
<tasks>
<copy
file=
"${project.basedir}/lib/${klay.jar}"
<copy
file=
"${project.basedir}/lib/${klay.jar}"
todir=
"${project.build.directory}/Kieker.WebGUI-${project.version}/WEB-INF/lib"
/>
todir=
"${project.build.directory}/Kieker.WebGUI-${project.version}/WEB-INF/lib"
/>
<copy
todir=
"${project.build.directory}/Kieker.WebGUI-${project.version}/WEB-INF/lib"
>
<fileset
dir=
"${project.basedir}/lib/"
>
<exclude
name=
"**/*.jar"
/>
</fileset>
</copy>
</tasks>
</tasks>
</configuration>
</configuration>
</execution>
</execution>
...
...
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