Skip to content

Commit

Permalink
Regression and about.ini fix- bumping up version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rajendarreddy jagapathi committed Feb 19, 2016
1 parent 20b02f0 commit 43a8e9b
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 57 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
bin.includes = feature.xml
bin.includes = feature.xml,\
license.html
64 changes: 32 additions & 32 deletions com.rajendarreddyj.eclipse.plugins.weblogic.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.rajendarreddyj.eclipse.plugins.weblogic.feature"
label="Eclipse Weblogic Plugin"
version="1.0.0"
provider-name="RAJENDARREDDYJ"
plugin="com.rajendarreddyj.eclipse.plugins.weblogic.plugin">

<description url="https://raw.githubusercontent.com/rajendarreddyj/eclipse-weblogic-plugin/master/README.md">
Simple Weblogic Plugin to Start/Stop Weblogic Server.
</description>

<copyright url="https://raw.githubusercontent.com/rajendarreddyj/eclipse-weblogic-plugin/master/LICENSE">
Copyright (C) 2016 rajendarreddyj
</copyright>

<license url="https://raw.githubusercontent.com/rajendarreddyj/eclipse-weblogic-plugin/master/LICENSE">
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.rajendarreddyj.eclipse.plugins.weblogic.feature"
label="Eclipse Weblogic Plugin"
version="1.0.1"
provider-name="rajendarreddyj - Eclipse Weblogic Plugin"
plugin="com.rajendarreddyj.eclipse.plugins.weblogic.plugin">

<description url="https://rajendarreddyj.github.io/eclipse-weblogic-plugin/">
Simple Weblogic Plugin to Start/Stop Weblogic Server.
</description>

<copyright>
Copyright (C) 2016 rajendarreddyj
</copyright>

<license url="license.html">
The MIT License (MIT)

Copyright (c) 2016 Rajendarreddy Jagapathi
Expand All @@ -35,18 +35,18 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</license>

<url>
<update url="http://rajendarreddyj.github.io/eclipse-weblogic-plugin/update-site"/>
</url>

<plugin
id="com.rajendarreddyj.eclipse.plugins.weblogic.plugin"
download-size="0"
install-size="0"
version="1.0.0"
unpack="false"/>

</feature>
SOFTWARE.
</license>

<url>
<update url="http://rajendarreddyj.github.io/eclipse-weblogic-plugin/update-site"/>
</url>

<plugin
id="com.rajendarreddyj.eclipse.plugins.weblogic.plugin"
download-size="0"
install-size="0"
version="1.0.1"
unpack="false"/>

</feature>
34 changes: 34 additions & 0 deletions com.rajendarreddyj.eclipse.plugins.weblogic.feature/license.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<meta name="Author"
content="rajendarreddy jagapathi / rajendarreddyj.github.io">
<title>The MIT License&nbsp; Copyright</title>
</head>
<body>
<div class="text"></div>
The MIT License
<br>
<br> Copyright (c) 2016 Rajendarreddy Jagapathi
<br>
<br> Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
(the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
<br>
<br> The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the Software.
<br>
<br> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</body>
</html>
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse Weblogic Plugin
Bundle-SymbolicName: com.rajendarreddyj.eclipse.plugins.weblogic.plugin;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: com.rajendarreddyj.eclipse.plugins.weblogic.WeblogicPlugin
Bundle-Vendor: RAJENDARREDDYJ
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.jdt.core,
org.eclipse.jdt.launching,
org.eclipse.debug.core,
org.eclipse.debug.ui,
org.eclipse.jdt.debug.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse Weblogic Plugin
Bundle-SymbolicName: com.rajendarreddyj.eclipse.plugins.weblogic.plugin;singleton:=true
Bundle-Version: 1.0.1
Bundle-Activator: com.rajendarreddyj.eclipse.plugins.weblogic.WeblogicPlugin
Bundle-Vendor: rajendarreddyj - Eclipse Weblogic Plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.jdt.core,
org.eclipse.jdt.launching,
org.eclipse.debug.core,
org.eclipse.debug.ui,
org.eclipse.jdt.debug.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
12 changes: 7 additions & 5 deletions com.rajendarreddyj.eclipse.plugins.weblogic.plugin/about.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
aboutText=Eclipse Weblogic Plugin\n\
\n\
Google+ https://www.google.com/+rajendarreddyjagapathi\n\
\n\
Copyright © 2016 rajendarreddy jagapathi
featureImage=icons/raj_logo_32.png
aboutText=Eclipse Weblogic Plugin\n\
\n\
Website https://rajendarreddyj.github.io/eclipse-weblogic-plugin\n\
Google+ https://www.google.com/+rajendarreddyjagapathi\n\
\n\
Copyright (C) 2016 rajendarreddyj
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
id="com.rajendarreddyj.eclipse.plugins.weblogic.preferences.ClasspathPreferencePage"
category="com.rajendarreddyj.eclipse.plugins.weblogic.preferences.WeblogicPreferencePage"/>
<page
name="JVM Options"
name="Java VM Options"
class="com.rajendarreddyj.eclipse.plugins.weblogic.preferences.JVMOptionsPreferencePage"
id="com.rajendarreddyj.eclipse.plugins.weblogic.preferences.ClasspathPreferencePage"
category="com.rajendarreddyj.eclipse.plugins.weblogic.preferences.WeblogicPreferencePage"/>
Expand Down
2 changes: 1 addition & 1 deletion com.rajendarreddyj.eclipse.plugins.weblogic.site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description url="http://rajendarreddyj.github.io/eclipse-weblogic-plugin/update-site">
Eclipse Update Site for Eclipse Weblogic plugin
</description>
<feature url="features/com.rajendarreddyj.eclipse.plugins.weblogic.feature_1.0.0.jar" id="com.rajendarreddyj.eclipse.plugins.weblogic.feature" version="1.0.0">
<feature url="features/com.rajendarreddyj.eclipse.plugins.weblogic.feature_1.0.1.jar" id="com.rajendarreddyj.eclipse.plugins.weblogic.feature" version="1.0.1">
<category name="Eclipse Weblogic Plugin"/>
</feature>
<category-def name="Eclipse Weblogic Plugin" label="Eclipse Weblogic Plugin">
Expand Down

0 comments on commit 43a8e9b

Please sign in to comment.