-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
27 lines (23 loc) · 990 Bytes
/
README
File metadata and controls
27 lines (23 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Eclipse projects
----------------
After you get source from repository, just import 3 projects into workspace:
org.kacprzak.eclipse.django_editor.feature
org.kacprzak.eclipse.django_editor.updates
org.kacprzak.eclipse.django_editor.plugin
Build
-----
1. Open org.kacprzak.eclipse.django_editor.plugin/plugin.xml
- Use Export Wizard
- Destination: specify directory where to put jar file with plugin
hint: Browse to select <project>\org.kacprzak.eclipse.django_editor.updates
2. Open org.kacprzak.eclipse.django_editor.feature/feature.xml
- Use Export Wizard
- Destination: specify directory where to put jar file with plugin
hint: Browse to select <project>\org.kacprzak.eclipse.django_editor.updates
3. Open org.kacprzak.eclipse.django_editor.updates/site.xml
- Build All
Publish
-------
1. Copy content of <project>\org.kacprzak.eclipse.django_editor.updates
to your updates page.
See also: http://eclipse.kacprzak.org/