Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo
Commits
f5f183b8
Commit
f5f183b8
authored
Dec 10, 2016
by
Liang Ding
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'refs/remotes/origin/1.8.0-dev'
parents
63e75321
6275ab79
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
79 additions
and
88 deletions
+79
-88
nb-configuration.xml
nb-configuration.xml
+0
-14
src/main/webapp/WEB-INF/static-resources.xml
src/main/webapp/WEB-INF/static-resources.xml
+79
-74
No files found.
nb-configuration.xml
deleted
100644 → 0
View file @
63e75321
<?xml version="1.0" encoding="UTF-8"?>
<project-shared-configuration>
<!--
This file contains additional configuration written by modules in the NetBeans IDE.
The configuration is intended to be shared among all the users of project and
therefore it is assumed to be part of version control checkout.
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
-->
<spellchecker-wordlist
xmlns=
"http://www.netbeans.org/ns/spellchecker-wordlist/1"
>
<word>
admin
</word>
<word>
Favicon
</word>
<word>
servlet
</word>
</spellchecker-wordlist>
</project-shared-configuration>
src/main/webapp/WEB-INF/static-resources.xml
View file @
f5f183b8
...
...
@@ -19,83 +19,88 @@
<!--
Description: Static resources definition.
Version: 2.7.
5.6, Aug 26
, 2016
Version: 2.7.
6.6, Dec 10
, 2016
Author: Liang Ding
-->
<static-files>
<!-- Uses the STANDARD Ant Path Pattern to configure these paths! -->
<include
path=
"/favicon.ico"
/>
<include
path=
"/favicon.png"
/>
<include
path=
"/robots.txt"
/>
<include
path=
"/js/**.js"
/>
<include
path=
"/js/**/*.js"
/>
<include
path=
"/js/**.css"
/>
<include
path=
"/js/**/*.css"
/>
<include
path=
"/js/**.htm"
/>
<include
path=
"/js/**/*.htm"
/>
<include
path=
"/js/**.html"
/>
<include
path=
"/js/**/*.html"
/>
<include
path=
"/js/**.gif"
/>
<include
path=
"/js/**/*.gif"
/>
<include
path=
"/js/**.png"
/>
<include
path=
"/js/**/*.png"
/>
<include
path=
"/js/**.jpg"
/>
<include
path=
"/js/**/*.jpg"
/>
<include
path=
"/skins/**.css"
/>
<include
path=
"/skins/**.css.map"
/>
<include
path=
"/skins/**/*.css"
/>
<include
path=
"/skins/**/*.css.map"
/>
<include
path=
"/skins/**.js"
/>
<include
path=
"/skins/**/*.js"
/>
<include
path=
"/skins/**.png"
/>
<include
path=
"/skins/**/*.png"
/>
<include
path=
"/skins/**.jpg"
/>
<include
path=
"/skins/**/*.jpg"
/>
<include
path=
"/skins/**.swf"
/>
<include
path=
"/skins/**/*.swf"
/>
<include
path=
"/skins/**.gif"
/>
<include
path=
"/skins/**/*.gif"
/>
<include
path=
"/skins/**/*.eot"
/>
<include
path=
"/skins/**/*.svg"
/>
<include
path=
"/skins/**/*.ttf"
/>
<include
path=
"/skins/**/*.woff"
/>
<include
path=
"/css/**.css"
/>
<include
path=
"/css/**/*.css"
/>
<include
path=
"/css/fonts/*.eot"
/>
<include
path=
"/css/fonts/*.svg"
/>
<include
path=
"/css/fonts/*.ttf"
/>
<include
path=
"/css/fonts/*.woff"
/>
<include
path=
"/images/**.png"
/>
<include
path=
"/images/**/*.png"
/>
<include
path=
"/images/**.jpg"
/>
<include
path=
"/images/**/*.jpg"
/>
<include
path=
"/images/**.gif"
/>
<include
path=
"/images/**/*.gif"
/>
<include
path=
"/plugins/**.css"
/>
<include
path=
"/plugins/**/*.css"
/>
<include
path=
"/plugins/**.js"
/>
<include
path=
"/plugins/**/*.js"
/>
<include
path=
"/plugins/**.png"
/>
<include
path=
"/plugins/**/*.png"
/>
<include
path=
"/plugins/**.jpg"
/>
<include
path=
"/plugins/**/*.jpg"
/>
<include
path=
"/plugins/**.swf"
/>
<include
path=
"/plugins/**/*.swf"
/>
<include
path=
"/plugins/**.gif"
/>
<include
path=
"/plugins/**/*.gif"
/>
<include
path=
"/plugins/**.html"
/>
<include
path=
"/plugins/**/*.html"
/>
<include
path=
"/plugins/**.htm"
/>
<include
path=
"/plugins/**/*.htm"
/>
<include
path=
"/CHANGE_LOGS.html"
/>
<include
path=
"/README.txt"
/>
<include
path=
"/LICENSE.txt"
/>
<include
path=
"/favicon.ico"
/>
<include
path=
"/favicon.png"
/>
<include
path=
"/robots.txt"
/>
<include
path=
"/js/**.js"
/>
<include
path=
"/js/**/*.js"
/>
<include
path=
"/js/**.css"
/>
<include
path=
"/js/**/*.css"
/>
<include
path=
"/js/**.htm"
/>
<include
path=
"/js/**/*.htm"
/>
<include
path=
"/js/**.html"
/>
<include
path=
"/js/**/*.html"
/>
<include
path=
"/js/**.gif"
/>
<include
path=
"/js/**/*.gif"
/>
<include
path=
"/js/**.png"
/>
<include
path=
"/js/**/*.png"
/>
<include
path=
"/js/**.jpg"
/>
<include
path=
"/js/**/*.jpg"
/>
<include
path=
"/js/**/*.swf"
/>
<include
path=
"/js/**/*.eot"
/>
<include
path=
"/js/**/*.svg"
/>
<include
path=
"/js/**/*.ttf"
/>
<include
path=
"/js/**/*.woff"
/>
<include
path=
"/skins/**.css"
/>
<include
path=
"/skins/**.css.map"
/>
<include
path=
"/skins/**/*.css"
/>
<include
path=
"/skins/**/*.css.map"
/>
<include
path=
"/skins/**.js"
/>
<include
path=
"/skins/**/*.js"
/>
<include
path=
"/skins/**.png"
/>
<include
path=
"/skins/**/*.png"
/>
<include
path=
"/skins/**.jpg"
/>
<include
path=
"/skins/**/*.jpg"
/>
<include
path=
"/skins/**.swf"
/>
<include
path=
"/skins/**/*.swf"
/>
<include
path=
"/skins/**.gif"
/>
<include
path=
"/skins/**/*.gif"
/>
<include
path=
"/skins/**/*.eot"
/>
<include
path=
"/skins/**/*.svg"
/>
<include
path=
"/skins/**/*.ttf"
/>
<include
path=
"/skins/**/*.woff"
/>
<include
path=
"/css/**.css"
/>
<include
path=
"/css/**/*.css"
/>
<include
path=
"/css/fonts/*.eot"
/>
<include
path=
"/css/fonts/*.svg"
/>
<include
path=
"/css/fonts/*.ttf"
/>
<include
path=
"/css/fonts/*.woff"
/>
<include
path=
"/images/**.png"
/>
<include
path=
"/images/**/*.png"
/>
<include
path=
"/images/**.jpg"
/>
<include
path=
"/images/**/*.jpg"
/>
<include
path=
"/images/**.gif"
/>
<include
path=
"/images/**/*.gif"
/>
<include
path=
"/plugins/**.css"
/>
<include
path=
"/plugins/**/*.css"
/>
<include
path=
"/plugins/**.js"
/>
<include
path=
"/plugins/**/*.js"
/>
<include
path=
"/plugins/**.png"
/>
<include
path=
"/plugins/**/*.png"
/>
<include
path=
"/plugins/**.jpg"
/>
<include
path=
"/plugins/**/*.jpg"
/>
<include
path=
"/plugins/**.swf"
/>
<include
path=
"/plugins/**/*.swf"
/>
<include
path=
"/plugins/**.gif"
/>
<include
path=
"/plugins/**/*.gif"
/>
<include
path=
"/plugins/**.html"
/>
<include
path=
"/plugins/**/*.html"
/>
<include
path=
"/plugins/**.htm"
/>
<include
path=
"/plugins/**/*.htm"
/>
<include
path=
"/CHANGE_LOGS.html"
/>
<include
path=
"/README.txt"
/>
<include
path=
"/LICENSE.txt"
/>
</static-files>
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