Skip to content

Commit 43a8e9b

Browse files
author
rajendarreddy jagapathi
committed
Regression and about.ini fix- bumping up version to 1.0.1
1 parent 20b02f0 commit 43a8e9b

File tree

8 files changed

+94
-57
lines changed

8 files changed

+94
-57
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
bin.includes = feature.xml
1+
bin.includes = feature.xml,\
2+
license.html
Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<feature
3-
id="com.rajendarreddyj.eclipse.plugins.weblogic.feature"
4-
label="Eclipse Weblogic Plugin"
5-
version="1.0.0"
6-
provider-name="RAJENDARREDDYJ"
7-
plugin="com.rajendarreddyj.eclipse.plugins.weblogic.plugin">
8-
9-
<description url="https://raw.githubusercontent.com/rajendarreddyj/eclipse-weblogic-plugin/master/README.md">
10-
Simple Weblogic Plugin to Start/Stop Weblogic Server.
11-
</description>
12-
13-
<copyright url="https://raw.githubusercontent.com/rajendarreddyj/eclipse-weblogic-plugin/master/LICENSE">
14-
Copyright (C) 2016 rajendarreddyj
15-
</copyright>
16-
17-
<license url="https://raw.githubusercontent.com/rajendarreddyj/eclipse-weblogic-plugin/master/LICENSE">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<feature
3+
id="com.rajendarreddyj.eclipse.plugins.weblogic.feature"
4+
label="Eclipse Weblogic Plugin"
5+
version="1.0.1"
6+
provider-name="rajendarreddyj - Eclipse Weblogic Plugin"
7+
plugin="com.rajendarreddyj.eclipse.plugins.weblogic.plugin">
8+
9+
<description url="https://rajendarreddyj.github.io/eclipse-weblogic-plugin/">
10+
Simple Weblogic Plugin to Start/Stop Weblogic Server.
11+
</description>
12+
13+
<copyright>
14+
Copyright (C) 2016 rajendarreddyj
15+
</copyright>
16+
17+
<license url="license.html">
1818
The MIT License (MIT)
1919

2020
Copyright (c) 2016 Rajendarreddy Jagapathi
@@ -35,18 +35,18 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3535
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3636
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3737
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38-
SOFTWARE.
39-
</license>
40-
41-
<url>
42-
<update url="http://rajendarreddyj.github.io/eclipse-weblogic-plugin/update-site"/>
43-
</url>
44-
45-
<plugin
46-
id="com.rajendarreddyj.eclipse.plugins.weblogic.plugin"
47-
download-size="0"
48-
install-size="0"
49-
version="1.0.0"
50-
unpack="false"/>
51-
52-
</feature>
38+
SOFTWARE.
39+
</license>
40+
41+
<url>
42+
<update url="http://rajendarreddyj.github.io/eclipse-weblogic-plugin/update-site"/>
43+
</url>
44+
45+
<plugin
46+
id="com.rajendarreddyj.eclipse.plugins.weblogic.plugin"
47+
download-size="0"
48+
install-size="0"
49+
version="1.0.1"
50+
unpack="false"/>
51+
52+
</feature>
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<html>
2+
<head>
3+
<meta http-equiv="Content-Type"
4+
content="text/html; charset=utf-8">
5+
<meta name="Author"
6+
content="rajendarreddy jagapathi / rajendarreddyj.github.io">
7+
<title>The MIT License&nbsp; Copyright</title>
8+
</head>
9+
<body>
10+
<div class="text"></div>
11+
The MIT License
12+
<br>
13+
<br> Copyright (c) 2016 Rajendarreddy Jagapathi
14+
<br>
15+
<br> Permission is hereby granted, free of charge, to any person
16+
obtaining a copy of this software and associated documentation files
17+
(the "Software"), to deal in the Software without restriction,
18+
including without limitation the rights to use, copy, modify, merge,
19+
publish, distribute, sublicense, and/or sell copies of the Software,
20+
and to permit persons to whom the Software is furnished to do so,
21+
subject to the following conditions:
22+
<br>
23+
<br> The above copyright notice and this permission notice shall
24+
be included in all copies or substantial portions of the Software.
25+
<br>
26+
<br> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
27+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
28+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
29+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
30+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
31+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
32+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
33+
</body>
34+
</html>
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
Manifest-Version: 1.0
2-
Bundle-ManifestVersion: 2
3-
Bundle-Name: Eclipse Weblogic Plugin
4-
Bundle-SymbolicName: com.rajendarreddyj.eclipse.plugins.weblogic.plugin;singleton:=true
5-
Bundle-Version: 1.0.0
6-
Bundle-Activator: com.rajendarreddyj.eclipse.plugins.weblogic.WeblogicPlugin
7-
Bundle-Vendor: RAJENDARREDDYJ
8-
Require-Bundle: org.eclipse.ui,
9-
org.eclipse.core.runtime,
10-
org.eclipse.core.resources,
11-
org.eclipse.jdt.core,
12-
org.eclipse.jdt.launching,
13-
org.eclipse.debug.core,
14-
org.eclipse.debug.ui,
15-
org.eclipse.jdt.debug.ui
16-
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
17-
Bundle-ActivationPolicy: lazy
1+
Manifest-Version: 1.0
2+
Bundle-ManifestVersion: 2
3+
Bundle-Name: Eclipse Weblogic Plugin
4+
Bundle-SymbolicName: com.rajendarreddyj.eclipse.plugins.weblogic.plugin;singleton:=true
5+
Bundle-Version: 1.0.1
6+
Bundle-Activator: com.rajendarreddyj.eclipse.plugins.weblogic.WeblogicPlugin
7+
Bundle-Vendor: rajendarreddyj - Eclipse Weblogic Plugin
8+
Require-Bundle: org.eclipse.ui,
9+
org.eclipse.core.runtime,
10+
org.eclipse.core.resources,
11+
org.eclipse.jdt.core,
12+
org.eclipse.jdt.launching,
13+
org.eclipse.debug.core,
14+
org.eclipse.debug.ui,
15+
org.eclipse.jdt.debug.ui
16+
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
17+
Bundle-ActivationPolicy: lazy
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
aboutText=Eclipse Weblogic Plugin\n\
2-
\n\
3-
Google+ https://www.google.com/+rajendarreddyjagapathi\n\
4-
\n\
5-
Copyright © 2016 rajendarreddy jagapathi
1+
featureImage=icons/raj_logo_32.png
2+
aboutText=Eclipse Weblogic Plugin\n\
3+
\n\
4+
Website https://rajendarreddyj.github.io/eclipse-weblogic-plugin\n\
5+
Google+ https://www.google.com/+rajendarreddyjagapathi\n\
6+
\n\
7+
Copyright (C) 2016 rajendarreddyj
Loading

com.rajendarreddyj.eclipse.plugins.weblogic.plugin/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
id="com.rajendarreddyj.eclipse.plugins.weblogic.preferences.ClasspathPreferencePage"
4848
category="com.rajendarreddyj.eclipse.plugins.weblogic.preferences.WeblogicPreferencePage"/>
4949
<page
50-
name="JVM Options"
50+
name="Java VM Options"
5151
class="com.rajendarreddyj.eclipse.plugins.weblogic.preferences.JVMOptionsPreferencePage"
5252
id="com.rajendarreddyj.eclipse.plugins.weblogic.preferences.ClasspathPreferencePage"
5353
category="com.rajendarreddyj.eclipse.plugins.weblogic.preferences.WeblogicPreferencePage"/>

com.rajendarreddyj.eclipse.plugins.weblogic.site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<description url="http://rajendarreddyj.github.io/eclipse-weblogic-plugin/update-site">
44
Eclipse Update Site for Eclipse Weblogic plugin
55
</description>
6-
<feature url="features/com.rajendarreddyj.eclipse.plugins.weblogic.feature_1.0.0.jar" id="com.rajendarreddyj.eclipse.plugins.weblogic.feature" version="1.0.0">
6+
<feature url="features/com.rajendarreddyj.eclipse.plugins.weblogic.feature_1.0.1.jar" id="com.rajendarreddyj.eclipse.plugins.weblogic.feature" version="1.0.1">
77
<category name="Eclipse Weblogic Plugin"/>
88
</feature>
99
<category-def name="Eclipse Weblogic Plugin" label="Eclipse Weblogic Plugin">

0 commit comments

Comments
 (0)