Révision 3674
| TXM/trunk/bundles/org.txm.groovy.rcp/src/org/txm/groovy/rcp/GroovyPreferencePage.java (revision 3674) | ||
|---|---|---|
| 1 | 1 |
package org.txm.groovy.rcp; |
| 2 | 2 |
|
| 3 | 3 |
import org.eclipse.jface.preference.BooleanFieldEditor; |
| 4 |
import org.eclipse.jface.preference.StringFieldEditor; |
|
| 5 | 4 |
import org.eclipse.ui.IWorkbench; |
| 6 | 5 |
import org.txm.groovy.core.GroovyPreferences; |
| 6 |
import org.txm.rcp.IImageKeys; |
|
| 7 | 7 |
import org.txm.rcp.preferences.TXMPreferencePage; |
| 8 | 8 |
import org.txm.rcp.preferences.TXMPreferenceStore; |
| 9 | 9 |
|
| ... | ... | |
| 23 | 23 |
@Override |
| 24 | 24 |
public void init(IWorkbench workbench) {
|
| 25 | 25 |
this.setPreferenceStore(new TXMPreferenceStore(GroovyPreferences.getInstance().getPreferencesNodeQualifier())); |
| 26 |
this.setTitle("Groovy"); //$NON-NLS-1$
|
|
| 27 |
this.setImageDescriptor(IImageKeys.getImageDescriptor("org.txm.groovy.rcp", "icon/groovy.png")); //$NON-NLS-1$ //$NON-NLS-2$
|
|
| 26 | 28 |
} |
| 27 | 29 |
} |
| TXM/trunk/bundles/org.txm.groovy.rcp/build.properties (revision 3674) | ||
|---|---|---|
| 2 | 2 |
output.. = bin/ |
| 3 | 3 |
bin.includes = META-INF/,\ |
| 4 | 4 |
.,\ |
| 5 |
plugin.xml |
|
| 5 |
plugin.xml,\ |
|
| 6 |
icon/ |
|
| TXM/trunk/bundles/org.txm.groovy.rcp/META-INF/MANIFEST.MF (revision 3674) | ||
|---|---|---|
| 6 | 6 |
Export-Package: org.txm.groovy.rcp |
| 7 | 7 |
Bundle-Vendor: textometrie.org |
| 8 | 8 |
Automatic-Module-Name: org.txm.groovy.rcp |
| 9 |
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
| 10 |
Require-Bundle: org.txm.groovy.core;bundle-version="1.0.0", |
|
| 9 |
Bundle-RequiredExecutionEnvironment: JavaSE-16
|
|
| 10 |
Require-Bundle: org.txm.groovy.core;bundle-version="1.0.0";visibility:=reexport,
|
|
| 11 | 11 |
org.txm.rcp;bundle-version="0.8.2";visibility:=reexport |
| TXM/trunk/features/org.txm.groovy.feature/feature.xml (revision 3674) | ||
|---|---|---|
| 47 | 47 |
version="0.0.0" |
| 48 | 48 |
unpack="false"/> |
| 49 | 49 |
|
| 50 |
<plugin |
|
| 51 |
id="org.txm.groovy.rcp" |
|
| 52 |
download-size="0" |
|
| 53 |
install-size="0" |
|
| 54 |
version="0.0.0" |
|
| 55 |
unpack="false"/> |
|
| 56 |
|
|
| 50 | 57 |
</feature> |
Formats disponibles : Unified diff