Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
ma-impl
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eccochu
ma-impl
Commits
2a2fa619
Commit
2a2fa619
authored
9 years ago
by
Eike Cochu
Browse files
Options
Downloads
Patches
Plain Diff
updated build script to copy ui to backend war
parent
8abd420c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build.sh
+2
-0
2 additions, 0 deletions
build.sh
vipra-backend/.gitignore
+1
-1
1 addition, 1 deletion
vipra-backend/.gitignore
vipra-backend/.settings/org.eclipse.wst.common.component
+2
-1
2 additions, 1 deletion
vipra-backend/.settings/org.eclipse.wst.common.component
with
5 additions
and
2 deletions
build.sh
+
2
−
0
View file @
2a2fa619
...
...
@@ -56,6 +56,8 @@ echo "compiling vipra-ui" | tee -a $LOG
echo
"-------------------------------"
>>
$LOG
cd
./vipra-ui
./build.sh
>>
$LOG
2>&1
rm
-rf
../vipra-backend/src/main/public
cp
-r
public ../vipra-backend/src/main/public
cd
..
if
[
$?
-ne
0
]
;
then
echo
"error"
...
...
This diff is collapsed.
Click to expand it.
vipra-backend/.gitignore
+
1
−
1
View file @
2a2fa619
*.class
/target/
/src/main/
webapp/
public/
/src/main/public/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
vipra-backend/.settings/org.eclipse.wst.common.component
+
2
−
1
View file @
2a2fa619
...
...
@@ -3,7 +3,8 @@
<wb-resource
deploy-path=
"/"
source-path=
"/target/m2e-wtp/web-resources"
/>
<wb-resource
deploy-path=
"/WEB-INF/classes"
source-path=
"/src/main/java"
/>
<wb-resource
deploy-path=
"/WEB-INF/classes"
source-path=
"/src/main/resources"
/>
<wb-resource
deploy-path=
"/"
source-path=
"/src/main/webapp"
/>
<wb-resource
deploy-path=
"/"
source-path=
"/src/main/webapp"
tag=
"defaultRootSource"
/>
<wb-resource
deploy-path=
"/"
source-path=
"/src/main/public"
/>
<dependent-module
archiveName=
"util-0.0.1-SNAPSHOT.jar"
deploy-path=
"/WEB-INF/lib"
handle=
"module:/resource/vipra-util/vipra-util"
>
<dependency-type>
uses
</dependency-type>
</dependent-module>
...
...
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