-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regression and about.ini fix- bumping up version to 1.0.1
- Loading branch information
rajendarreddy jagapathi
committed
Feb 19, 2016
1 parent
20b02f0
commit 43a8e9b
Showing
8 changed files
with
94 additions
and
57 deletions.
There are no files selected for viewing
3 changes: 2 additions & 1 deletion
3
com.rajendarreddyj.eclipse.plugins.weblogic.feature/build.properties
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
bin.includes = feature.xml | ||
bin.includes = feature.xml,\ | ||
license.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
34 changes: 34 additions & 0 deletions
34
com.rajendarreddyj.eclipse.plugins.weblogic.feature/license.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,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 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> |
34 changes: 17 additions & 17 deletions
34
com.rajendarreddyj.eclipse.plugins.weblogic.plugin/META-INF/MANIFEST.MF
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 |
---|---|---|
@@ -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
12
com.rajendarreddyj.eclipse.plugins.weblogic.plugin/about.ini
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 |
---|---|---|
@@ -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 |
Binary file added
BIN
+1.67 KB
com.rajendarreddyj.eclipse.plugins.weblogic.plugin/icons/raj_logo_32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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