-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Uploading the baseline version of the plugin
- Loading branch information
unknown
authored and
unknown
committed
May 3, 2016
1 parent
8ebb9ed
commit 299eedc
Showing
152 changed files
with
30,004 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>liferay-springmvc-eclipse-wb</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.ManifestBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.SchemaBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.pde.PluginNature</nature> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: Liferay-spring-plugin | ||
Bundle-SymbolicName: liferay-eclipse-wb;singleton:=true | ||
Bundle-Version: 1.0.0.qualifier | ||
Bundle-Vendor: Accenture | ||
Require-Bundle: org.eclipse.core.resources, | ||
org.eclipse.ui, | ||
org.eclipse.ui.ide, | ||
org.eclipse.core.runtime | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 | ||
Bundle-ClassPath: lib/freemarker.jar, | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
source.. = src/ | ||
output.. = bin/ | ||
bin.includes = plugin.xml,\ | ||
META-INF/,\ | ||
icons/,\ | ||
.,\ | ||
lib/freemarker.jar | ||
jars.extra.classpath = lib/freemarker.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
<!-- NewPage --> | ||
<html lang="en"> | ||
<head> | ||
<!-- Generated by javadoc (1.8.0_77) on Fri Apr 01 10:45:15 IST 2016 --> | ||
<title>All Classes</title> | ||
<meta name="date" content="2016-04-01"> | ||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> | ||
<script type="text/javascript" src="script.js"></script> | ||
</head> | ||
<body> | ||
<h1 class="bar">All Classes</h1> | ||
<div class="indexContainer"> | ||
<ul> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/Constants.html" title="class in com.accenture.liferayspringplugin.wizards" target="classFrame">Constants</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/plugin/FinishWizardPage.html" title="class in com.accenture.liferayspringplugin.wizards.plugin" target="classFrame">FinishWizardPage</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/portlet/FinishWizardPage.html" title="class in com.accenture.liferayspringplugin.wizards.portlet" target="classFrame">FinishWizardPage</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/plugin/LiferaySpringAntWizardPage.html" title="class in com.accenture.liferayspringplugin.wizards.plugin" target="classFrame">LiferaySpringAntWizardPage</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/plugin/LiferaySpringMavenWizardPage.html" title="class in com.accenture.liferayspringplugin.wizards.plugin" target="classFrame">LiferaySpringMavenWizardPage</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/LiferaySpringWizard.html" title="class in com.accenture.liferayspringplugin.wizards" target="classFrame">LiferaySpringWizard</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/plugin/LoggerWizardPage.html" title="class in com.accenture.liferayspringplugin.wizards.plugin" target="classFrame">LoggerWizardPage</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/plugin/PluginTypeWizardPage.html" title="class in com.accenture.liferayspringplugin.wizards.plugin" target="classFrame">PluginTypeWizardPage</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/portlet/PluginTypeWizardPage.html" title="class in com.accenture.liferayspringplugin.wizards.portlet" target="classFrame">PluginTypeWizardPage</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/portlet/SpringPortletAntWizardPage.html" title="class in com.accenture.liferayspringplugin.wizards.portlet" target="classFrame">SpringPortletAntWizardPage</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/portlet/SpringPortletMavenWizardPage.html" title="class in com.accenture.liferayspringplugin.wizards.portlet" target="classFrame">SpringPortletMavenWizardPage</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/SpringPortletWizard.html" title="class in com.accenture.liferayspringplugin.wizards" target="classFrame">SpringPortletWizard</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/WizardUtil.html" title="class in com.accenture.liferayspringplugin.wizards" target="classFrame">WizardUtil</a></li> | ||
</ul> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
<!-- NewPage --> | ||
<html lang="en"> | ||
<head> | ||
<!-- Generated by javadoc (1.8.0_77) on Fri Apr 01 10:45:15 IST 2016 --> | ||
<title>All Classes</title> | ||
<meta name="date" content="2016-04-01"> | ||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> | ||
<script type="text/javascript" src="script.js"></script> | ||
</head> | ||
<body> | ||
<h1 class="bar">All Classes</h1> | ||
<div class="indexContainer"> | ||
<ul> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/Constants.html" title="class in com.accenture.liferayspringplugin.wizards">Constants</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/plugin/FinishWizardPage.html" title="class in com.accenture.liferayspringplugin.wizards.plugin">FinishWizardPage</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/portlet/FinishWizardPage.html" title="class in com.accenture.liferayspringplugin.wizards.portlet">FinishWizardPage</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/plugin/LiferaySpringAntWizardPage.html" title="class in com.accenture.liferayspringplugin.wizards.plugin">LiferaySpringAntWizardPage</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/plugin/LiferaySpringMavenWizardPage.html" title="class in com.accenture.liferayspringplugin.wizards.plugin">LiferaySpringMavenWizardPage</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/LiferaySpringWizard.html" title="class in com.accenture.liferayspringplugin.wizards">LiferaySpringWizard</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/plugin/LoggerWizardPage.html" title="class in com.accenture.liferayspringplugin.wizards.plugin">LoggerWizardPage</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/plugin/PluginTypeWizardPage.html" title="class in com.accenture.liferayspringplugin.wizards.plugin">PluginTypeWizardPage</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/portlet/PluginTypeWizardPage.html" title="class in com.accenture.liferayspringplugin.wizards.portlet">PluginTypeWizardPage</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/portlet/SpringPortletAntWizardPage.html" title="class in com.accenture.liferayspringplugin.wizards.portlet">SpringPortletAntWizardPage</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/portlet/SpringPortletMavenWizardPage.html" title="class in com.accenture.liferayspringplugin.wizards.portlet">SpringPortletMavenWizardPage</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/SpringPortletWizard.html" title="class in com.accenture.liferayspringplugin.wizards">SpringPortletWizard</a></li> | ||
<li><a href="com/accenture/liferayspringplugin/wizards/WizardUtil.html" title="class in com.accenture.liferayspringplugin.wizards">WizardUtil</a></li> | ||
</ul> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.