Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
asm
eclipse-plugin
Commits
8dad0180
Commit
8dad0180
authored
May 30, 2010
by
andrei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated BCO to ASM 3.3. Set minimum Eclipse version to 3.5.
parent
1553f9b0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
17 deletions
+24
-17
META-INF/MANIFEST.MF
META-INF/MANIFEST.MF
+9
-8
build.properties
build.properties
+6
-6
site/feature.xml
site/feature.xml
+3
-3
site/site.xml
site/site.xml
+6
-0
No files found.
META-INF/MANIFEST.MF
View file @
8dad0180
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Bytecode Outline
Plug-in
Bundle-Name: Bytecode Outline
Bundle-SymbolicName: de.loskutov.BytecodeOutline;singleton:=true
Bundle-Version: 2.
2.12
Bundle-Version: 2.
3
Bundle-ClassPath: .,
lib/asm-3.
2
.jar,
lib/asm-analysis-3.
2
.jar,
lib/asm-commons-3.
2
.jar,
lib/asm-tree-3.
2
.jar,
lib/asm-util-3.
2
.jar
lib/asm-3.
3
.jar,
lib/asm-analysis-3.
3
.jar,
lib/asm-commons-3.
3
.jar,
lib/asm-tree-3.
3
.jar,
lib/asm-util-3.
3
.jar
Bundle-Activator: de.loskutov.bco.BytecodeOutlinePlugin
Bundle-Vendor: Andrei Loskutov
Require-Bundle: org.eclipse.ui,
org.eclipse.ui.editors,
org.eclipse.core.runtime,
org.eclipse.jface.text,
org.eclipse.jdt.core;bundle-version="3.
4
.0",
org.eclipse.jdt.core;bundle-version="3.
5
.0",
org.eclipse.ui.workbench.texteditor,
org.eclipse.jdt.ui,
org.eclipse.ui.ide,
...
...
@@ -29,3 +29,4 @@ Require-Bundle: org.eclipse.ui,
org.junit;resolution:=optional,
org.eclipse.core.net
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.4
build.properties
View file @
8dad0180
plugin.id
=
de.loskutov.BytecodeOutline
plugin.version
=
2.
2.12
plugin.version
=
2.
3
bin.includes
=
LICENSE.txt,
\
README.txt,
\
...
...
@@ -9,11 +9,11 @@ bin.includes = LICENSE.txt,\
plugin.xml,
\
.,
\
about.html,
\
lib/asm-3.
2
.jar,
\
lib/asm-analysis-3.
2
.jar,
\
lib/asm-commons-3.
2
.jar,
\
lib/asm-tree-3.
2
.jar,
\
lib/asm-util-3.
2
.jar,
\
lib/asm-3.
3
.jar,
\
lib/asm-analysis-3.
3
.jar,
\
lib/asm-commons-3.
3
.jar,
\
lib/asm-tree-3.
3
.jar,
\
lib/asm-util-3.
3
.jar,
\
.project,
\
.settings/
...
...
site/feature.xml
View file @
8dad0180
...
...
@@ -2,7 +2,7 @@
<feature
id=
"de.loskutov.BytecodeOutline.feature"
label=
"Bytecode Outline"
version=
"2.
2.12
"
version=
"2.
3
"
provider-name=
"Andrei Loskutov"
>
<description
url=
"http://asm.objectweb.org/eclipse/bco/index.html"
>
...
...
@@ -48,7 +48,7 @@ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
<import
plugin=
"org.eclipse.jdt.debug.ui"
/>
<import
plugin=
"org.eclipse.debug.ui"
/>
<import
plugin=
"org.eclipse.jdt.debug"
/>
<import
plugin=
"org.eclipse.jdt.core"
version=
"3.
4
.0"
match=
"greaterOrEqual"
/>
<import
plugin=
"org.eclipse.jdt.core"
version=
"3.
5
.0"
match=
"greaterOrEqual"
/>
<import
plugin=
"org.eclipse.core.net"
/>
</requires>
...
...
@@ -56,7 +56,7 @@ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
id=
"de.loskutov.BytecodeOutline"
download-size=
"710"
install-size=
"710"
version=
"2.
2.12
"
version=
"2.
3
"
unpack=
"false"
/>
</feature>
site/site.xml
View file @
8dad0180
...
...
@@ -22,4 +22,10 @@
<archive
path=
"plugins/de.loskutov.BytecodeOutline_2.2.12.jar"
url=
"http://download.forge.objectweb.org/asm/de.loskutov.BytecodeOutline_2.2.12.jar"
/>
<category-def
name=
"Bytecode Outline for Eclipse 3.4"
label=
"Bytecode Outline for Eclipse 3.4"
/>
<feature
url=
"features/de.loskutov.BytecodeOutline.feature_2.3.jar"
id=
"de.loskutov.BytecodeOutline.feature"
version=
"2.3"
>
<category
name=
"Bytecode Outline for Eclipse 3.5"
/>
</feature>
<archive
path=
"plugins/de.loskutov.BytecodeOutline_2.3.jar"
url=
"http://download.forge.objectweb.org/asm/de.loskutov.BytecodeOutline_2.3.jar"
/>
<category-def
name=
"Bytecode Outline for Eclipse 3.5"
label=
"Bytecode Outline for Eclipse 3.5"
/>
</site>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment