Skip to content

Commit

Permalink
Uploading the baseline version of the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed May 3, 2016
1 parent 8ebb9ed commit 299eedc
Show file tree
Hide file tree
Showing 152 changed files with 30,004 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .project
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>
13 changes: 13 additions & 0 deletions META-INF/MANIFEST.MF
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,
.
8 changes: 8 additions & 0 deletions build.properties
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
31 changes: 31 additions & 0 deletions doc/allclasses-frame.html
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&nbsp;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>
31 changes: 31 additions & 0 deletions doc/allclasses-noframe.html
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&nbsp;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>
Loading

0 comments on commit 299eedc

Please sign in to comment.