Skip to content

Commit 2a3c1e1

Browse files
committed
some formatting
1 parent 17429ad commit 2a3c1e1

File tree

2 files changed

+21
-13
lines changed

2 files changed

+21
-13
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ public class Test {
2727
```
2828
# Versions #
2929

30-
Javac/Netbeans: 0.2
31-
Eclipse: 0.3
32-
IntelliJ IDEA: 0.2.1
30+
Javac/Netbeans: 0.2
31+
Eclipse: 0.3
32+
IntelliJ IDEA: 0.2.1
3333

3434
# News #
3535
8 Sep 2013. Eclipse plugin version 0.3 released.

eclipse-oo-plugin/README.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,32 @@ If something doesn't work:
44

55
1. Ensure `org.eclipse.equinox.weaving.aspectj` bundle is auto-started at level 2. Look at `eclipse/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info`:
66

7-
org.eclipse.equinox.weaving.aspectj,1.0.300.I20130319-1000,plugins/org.eclipse.equinox.weaving.aspectj_1.0.300.I20130319-1000.jar,2,true
7+
```
8+
org.eclipse.equinox.weaving.aspectj,1.0.300.I20130319-1000,plugins/org.eclipse.equinox.weaving.aspectj_1.0.300.I20130319-1000.jar,2,true
9+
```
810

911
2. Ensure the following bundles are installed:
1012

11-
org.aspectj.weaver
12-
org.eclipse.equinox.weaving.aspectj
13-
org.eclipse.equinox.weaving.caching
14-
org.eclipse.equinox.weaving.hook
15-
eclipse-oo-plugin
13+
```
14+
org.aspectj.weaver
15+
org.eclipse.equinox.weaving.aspectj
16+
org.eclipse.equinox.weaving.caching
17+
org.eclipse.equinox.weaving.hook
18+
eclipse-oo-plugin
19+
```
1620

1721
3. Check org.eclipse.equinox.weaving.hook is added to osgi extensions (`eclipse/configuration/config.ini`):
1822

19-
osgi.framework.extensions=reference\:file\:org.eclipse.equinox.weaving.hook_1.0.200.I20130319-1000.jar
23+
```
24+
osgi.framework.extensions=reference\:file\:org.eclipse.equinox.weaving.hook_1.0.200.I20130319-1000.jar
25+
```
2026

2127
4. Add following to JVM argumets (after `-vmargs` in `eclipse/eclipse.ini`) to enable weaving debug info:
2228

23-
-Daj.weaving.verbose=true
24-
-Dorg.aspectj.weaver.showWeaveInfo=true
25-
-Dorg.aspectj.osgi.verbose=true
29+
```
30+
-Daj.weaving.verbose=true
31+
-Dorg.aspectj.weaver.showWeaveInfo=true
32+
-Dorg.aspectj.osgi.verbose=true
33+
```
2634

2735
See also http://wiki.eclipse.org/Equinox_Weaving_QuickStart

0 commit comments

Comments
 (0)