Toggle navigation
Toggle navigation
This project
Loading...
Sign in
YOHOBUY
/
yohobuy-union
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ping
9 years ago
Commit
db03cdbeb0ced660e67b28cd53497bc018923694
1 parent
401b00f3
update
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
1 deletions
server/.classpath
server/.settings/org.eclipse.wst.common.component
web/.settings/org.eclipse.wst.common.component
server/.classpath
View file @
db03cdb
...
...
@@ -17,5 +17,16 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
excluding=
"**"
kind=
"src"
output=
"target/classes"
path=
"src/main/resources"
>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
output=
"target/test-classes"
path=
"src/test/java"
>
<attributes>
<attribute
name=
"optional"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
</classpath>
...
...
server/.settings/org.eclipse.wst.common.component
View file @
db03cdb
<?xml version="1.0" encoding="UTF-8"?>
<project-modules
id=
"moduleCoreId"
project-version=
"1.5.0"
>
<wb-module
deploy-name=
"yoho-unions-server"
>
<wb-resource
deploy-path=
"/"
source-path=
"/src/main/java"
/>
<wb-resource
deploy-path=
"/"
source-path=
"/src/main/resources"
/>
<wb-resource
deploy-path=
"/"
source-path=
"/src/test/java"
/>
</wb-module>
</project-modules>
...
...
web/.settings/org.eclipse.wst.common.component
View file @
db03cdb
...
...
@@ -23,6 +23,6 @@
<dependency-type>
uses
</dependency-type>
</dependent-module>
<property
name=
"java-output-path"
value=
"/yoho-unions-web/target/classes"
/>
<property
name=
"context-root"
value=
"
union
"
/>
<property
name=
"context-root"
value=
"
yoho-unions-web
"
/>
</wb-module>
</project-modules>
...
...
Please
register
or
login
to post a comment