Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sbsoft
Overview
Overview
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
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ildar Safiullin
sbsoft
Commits
a773633a
Commit
a773633a
authored
Mar 28, 2018
by
Ildar Safiullin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
newtheme
parent
f6c7dfeb
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
58 additions
and
0 deletions
+58
-0
settings.gradle
+1
-0
wars/cisnew-theme/.gitignore
+5
-0
wars/cisnew-theme/build.gradle
+22
-0
wars/cisnew-theme/src/main/resources/resources-importer/sitemap.json
+3
-0
wars/cisnew-theme/src/main/webapp/WEB-INF/liferay-plugin-package.properties
+15
-0
wars/cisnew-theme/src/main/webapp/WEB-INF/web.xml
+5
-0
wars/cisnew-theme/src/main/webapp/css/_custom.scss
+7
-0
No files found.
settings.gradle
View file @
a773633a
...
...
@@ -7,6 +7,7 @@ buildscript {
repositories
{
maven
{
url
"https://cdn.lfrs.sl/repository.liferay.com/nexus/content/groups/public"
//url "http://145.255.27.86:8081/nexus/content/repositories/sildar"
}
}
}
...
...
wars/cisnew-theme/.gitignore
0 → 100644
View file @
a773633a
.gradle/
.sass-cache/
build/
target/
\ No newline at end of file
wars/cisnew-theme/build.gradle
0 → 100644
View file @
a773633a
buildscript
{
dependencies
{
classpath
group:
"com.liferay"
,
name:
"com.liferay.gradle.plugins.theme.builder"
,
version:
"2.0.3"
}
repositories
{
maven
{
url
"https://cdn.lfrs.sl/repository.liferay.com/nexus/content/groups/public"
}
}
}
apply
plugin:
"com.liferay.portal.tools.theme.builder"
dependencies
{
parentThemes
group:
"com.liferay"
,
name:
"com.liferay.frontend.theme.styled"
,
version:
"2.1.3"
parentThemes
group:
"com.liferay"
,
name:
"com.liferay.frontend.theme.unstyled"
,
version:
"2.2.10"
portalCommonCSS
group:
"com.liferay"
,
name:
"com.liferay.frontend.css.common"
,
version:
"2.0.4"
themeBuilder
group:
"com.liferay"
,
name:
"com.liferay.portal.tools.theme.builder"
,
version:
"1.1.4"
}
wars/cisnew-theme/src/main/resources/resources-importer/sitemap.json
0 → 100644
View file @
a773633a
{
}
\ No newline at end of file
wars/cisnew-theme/src/main/webapp/WEB-INF/liferay-plugin-package.properties
0 → 100644
View file @
a773633a
author
=
safiu
change-log
=
licenses=LGPL
liferay-versions
=
7.0.0+,7.1.0+
long-description
=
module-group-id=liferay
module-incremental-version
=
1
name
=
cisnew-theme
page-url
=
http://www.liferay.com
#required-deployment-contexts=\
# resources-importer-web
resources-importer-developer-mode-enabled
=
true
short-description
=
tags=
\ No newline at end of file
wars/cisnew-theme/src/main/webapp/WEB-INF/web.xml
0 → 100644
View file @
a773633a
<?xml version="1.0"?>
<web-app
version=
"3.0"
xmlns=
"http://java.sun.com/xml/ns/javaee"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
>
</web-app>
\ No newline at end of file
wars/cisnew-theme/src/main/webapp/css/_custom.scss
0 → 100644
View file @
a773633a
/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
\ No newline at end of file
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