Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Q
quant
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rex
quant
Commits
82906a13
Commit
82906a13
authored
Dec 14, 2015
by
rex
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
4bff9d50
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
98 additions
and
3 deletions
+98
-3
.gitignore
.gitignore
+1
-3
.myhibernatedata
.myhibernatedata
+20
-0
.mymetadata
.mymetadata
+13
-0
.project
.project
+64
-0
No files found.
.gitignore
View file @
82906a13
.myhibernatedata
.mymetadata
.project
.myhibernatedata
0 → 100755
View file @
82906a13
#MyEclipse Hibernate Properties
#Mon Feb 09 15:46:14 CST 2015
genBasicCompId=false
sessionFactoryName=com.quant.entity.HibernateSessionFactory
profile=
daoSFId=
jndiPath=
detectM2M=false
reStrategyClass=
detectO2O=false
springDaoFile=
useJavaTypes=true
keyGenerator=native
genVersionTag=false
sessionFactoryId=
basePersistenceClass=
genAnnotations=false
reSettingsFile=
configFile=/quant/src/hibernate.cfg.xml
createConfigFile=true
.mymetadata
0 → 100755
View file @
82906a13
<?xml version="1.0" encoding="UTF-8"?>
<project-module
type=
"WEB"
name=
"quant"
id=
"myeclipse.1422322478081"
context-root=
"/quant"
j2ee-spec=
"5.0"
archive=
"quant.war"
>
<attributes>
<attribute
name=
"webrootdir"
value=
"WebRoot"
/>
</attributes>
</project-module>
.project
0 → 100755
View file @
82906a13
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
quant
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
org.eclipse.wst.common.project.facet.core.builder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.wst.jsdt.core.javascriptValidator
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.jdt.core.javabuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.wst.validation.validationbuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
com.genuitec.eclipse.hibernate.HibernateBuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
com.genuitec.eclipse.ast.deploy.core.deploymentnature
</nature>
<nature>
com.genuitec.eclipse.hibernate.hibernatenature
</nature>
<nature>
org.eclipse.jem.workbench.JavaEMFNature
</nature>
<nature>
com.genuitec.eclipse.j2eedt.core.webnature
</nature>
<nature>
org.eclipse.jdt.core.javanature
</nature>
<nature>
org.eclipse.wst.jsdt.core.jsNature
</nature>
<nature>
org.eclipse.wst.common.project.facet.core.nature
</nature>
<nature>
org.eclipse.wst.common.modulecore.ModuleCoreNature
</nature>
</natures>
</projectDescription>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment