Commit a773633a by Ildar Safiullin

newtheme

parent f6c7dfeb
...@@ -7,6 +7,7 @@ buildscript { ...@@ -7,6 +7,7 @@ buildscript {
repositories { repositories {
maven { maven {
url "https://cdn.lfrs.sl/repository.liferay.com/nexus/content/groups/public" url "https://cdn.lfrs.sl/repository.liferay.com/nexus/content/groups/public"
//url "http://145.255.27.86:8081/nexus/content/repositories/sildar"
} }
} }
} }
......
.gradle/
.sass-cache/
build/
target/
\ No newline at end of file
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"
}
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
<?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
/* 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment