Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 4550323a
authored
May 10, 2013
by
Antti Tönkyrä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix facet
1 parent
c1b70f3d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
0 deletions
code/MoyaWeb/.project
code/MoyaWeb/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
code/MoyaWeb/.settings/org.eclipse.wst.common.project.facet.core.xml
code/MoyaWeb/WebContent/WEB-INF/web.xml
code/MoyaWeb/WebContent/useradmin/overview.xhtml
code/MoyaWeb/.project
View file @
4550323
...
...
@@ -21,6 +21,11 @@
</arguments>
</buildCommand>
<buildCommand>
<name>
org.jboss.tools.jst.web.kb.kbbuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.wst.validation.validationbuilder
</name>
<arguments>
</arguments>
...
...
@@ -32,5 +37,7 @@
<nature>
org.eclipse.wst.common.project.facet.core.nature
</nature>
<nature>
org.eclipse.jdt.core.javanature
</nature>
<nature>
org.eclipse.wst.jsdt.core.jsNature
</nature>
<nature>
org.jboss.tools.jst.web.kb.kbnature
</nature>
<nature>
org.jboss.tools.jsf.jsfnature
</nature>
</natures>
</projectDescription>
code/MoyaWeb/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
0 → 100644
View file @
4550323
<root>
<facet
id=
"jst.jsf"
>
<node
name=
"libprov"
>
<attribute
name=
"provider-id"
value=
"jsf-no-op-library-provider"
/>
</node>
</facet>
</root>
code/MoyaWeb/.settings/org.eclipse.wst.common.project.facet.core.xml
View file @
4550323
...
...
@@ -8,4 +8,5 @@
<installed
facet=
"sun.facet"
version=
"9"
/>
<installed
facet=
"wst.jsdt.web"
version=
"1.0"
/>
<installed
facet=
"java"
version=
"1.7"
/>
<installed
facet=
"jst.jsf"
version=
"2.1"
/>
</faceted-project>
code/MoyaWeb/WebContent/WEB-INF/web.xml
View file @
4550323
This diff is collapsed.
Click to expand it.
code/MoyaWeb/WebContent/useradmin/overview.xhtml
View file @
4550323
...
...
@@ -7,6 +7,7 @@
<ui:composition
template=
"#{sessionHandler.template}"
>
<ui:define
name=
"content"
>
#{userCartView}
<p:dataTable
value=
"#{userCartView}"
var=
"cartItem"
>
<h:outputText
value=
"#{cartItem}"
/>
</p:dataTable>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment