Skip to content

Commit

Permalink
Release 3.5.3.201506180105
Browse files Browse the repository at this point in the history
  • Loading branch information
frankshaka committed Jun 26, 2015
1 parent 88e57a4 commit b176068
Show file tree
Hide file tree
Showing 70 changed files with 2,196 additions and 50 deletions.
2 changes: 1 addition & 1 deletion bundles/net.xmind.share/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: net.xmind.share;singleton:=true
Bundle-Version: 3.5.2.qualifier
Bundle-Version: 3.5.3.qualifier
Bundle-Activator: net.xmind.share.XmindSharePlugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion bundles/net.xmind.signin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: net.xmind.signin;singleton:=true
Bundle-Version: 3.5.2.qualifier
Bundle-Version: 3.5.3.qualifier
Bundle-Activator: net.xmind.signin.internal.Activator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion bundles/net.xmind.workbench/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: net.xmind.workbench;singleton:=true
Bundle-Version: 3.5.2.qualifier
Bundle-Version: 3.5.3.qualifier
Bundle-Activator: net.xmind.workbench.internal.XMindNetWorkbench
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.xmind.cathy.win32/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.xmind.cathy.win32;singleton:=true
Bundle-Version: 3.5.2.qualifier
Bundle-Version: 3.5.3.qualifier
Bundle-Vendor: %providerName
Fragment-Host: org.xmind.cathy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.xmind.cathy/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.xmind.cathy;singleton:=true
Bundle-Version: 3.5.2.qualifier
Bundle-Version: 3.5.3.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
org.xmind.ui;bundle-version="[3.5.0,3.6.0)",
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.xmind.cathy/resource/langs.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ en_US=English
ar=\u0627\u0644\u0639\u0631\u0628\u064a\u0629
da=Dansk
de=Deutsch
es=Eesti
es=Espa\u00F1ol
fr=Fran\u00e7ais
it=Italiano
ja=\u65e5\u672c\u8a9e
Expand Down
Binary file modified bundles/org.xmind.cathy/splash.bmp
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private void initSupportLanguageMap() {
supportLangsMap.put("da", WorkbenchMessages.SupportLanguageName_Danish); //$NON-NLS-1$
supportLangsMap.put("de", WorkbenchMessages.SupportLanguageName_German); //$NON-NLS-1$
supportLangsMap.put(
"es", WorkbenchMessages.SupportLanguageName_Estonian); //$NON-NLS-1$
"es", WorkbenchMessages.SupportLanguageName_Spanish); //$NON-NLS-1$
supportLangsMap.put("fr", WorkbenchMessages.SupportLanguageName_French); //$NON-NLS-1$
supportLangsMap
.put("it", WorkbenchMessages.SupportLanguageName_Italian); //$NON-NLS-1$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public class WorkbenchMessages extends NLS {

public static String SupportLanguageName_English;

public static String SupportLanguageName_Estonian;
public static String SupportLanguageName_Spanish;

public static String SupportLanguageName_French;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ StartupJob_OpenLastSession=Open maps unclosed last time
SupportLanguageName_Arabic=Arabic
SupportLanguageName_Danish=Danish
SupportLanguageName_English=English
SupportLanguageName_Estonian=Estonian
SupportLanguageName_Spanish=Spanish
SupportLanguageName_French=French
SupportLanguageName_German=German
SupportLanguageName_Italian=Italian
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.xmind.core.command.remote.lan;singleton:=true
Bundle-Version: 3.5.2.qualifier
Bundle-Version: 3.5.3.qualifier
Bundle-Activator: org.xmind.core.internal.command.remote.lan.LANRemoteCommandPlugin
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime,
Expand Down
1 change: 1 addition & 0 deletions bundles/org.xmind.core.command.remote.lan/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ bin.includes = META-INF/,\
plugin.xml,\
plugin.properties,\
.
jars.extra.classpath = platform:/plugin/com.apple.dnssd.macosx/dns_sd.jar
2 changes: 1 addition & 1 deletion bundles/org.xmind.core.command.remote/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: XMind Remote Command Service Plug-in
Bundle-SymbolicName: org.xmind.core.command.remote;singleton:=true
Bundle-Version: 3.5.2.qualifier
Bundle-Version: 3.5.3.qualifier
Bundle-Activator: org.xmind.core.internal.command.remote.RemoteCommandPlugin
Bundle-Vendor: XMind Ltd.
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.xmind.core.command/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: XMind Command
Bundle-SymbolicName: org.xmind.core.command;singleton:=true
Bundle-Version: 3.5.2.qualifier
Bundle-Version: 3.5.3.qualifier
Bundle-Activator: org.xmind.core.internal.command.XMindCommandPlugin
Bundle-Vendor: XMind Ltd.
Require-Bundle: org.eclipse.core.runtime
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.xmind.core.io/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.xmind.core.io;singleton:=true
Bundle-Version: 3.5.2.qualifier
Bundle-Version: 3.5.3.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.xmind.core.runtime/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.xmind.core.runtime;singleton:=true
Bundle-Version: 3.5.2.qualifier
Bundle-Version: 3.5.3.qualifier
Bundle-Activator: org.xmind.core.internal.XmindCore
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.xmind.core.sharing.localnetwork;singleton:=true
Bundle-Version: 3.5.2.qualifier
Bundle-Version: 3.5.3.qualifier
Bundle-Activator: org.xmind.core.internal.sharing.LocalNetworkSharing
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.xmind.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.xmind.core
Bundle-Version: 3.5.2.qualifier
Bundle-Version: 3.5.3.qualifier
Export-Package: org.xmind.core,
org.xmind.core.event,
org.xmind.core.internal;x-internal:=true,
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.xmind.gef.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.xmind.gef.ui
Bundle-Version: 3.5.2.qualifier
Bundle-Version: 3.5.3.qualifier
Bundle-Activator: org.xmind.gef.ui.internal.GEFPlugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.xmind.gef/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.xmind.gef;singleton:=true
Bundle-Version: 3.5.2.qualifier
Bundle-Version: 3.5.3.qualifier
Bundle-Vendor: %providerName
Eclipse-LazyStart: true
Require-Bundle: org.eclipse.core.runtime,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,11 @@ protected PrecisionRectangle getTextArea(int wHint) {
if (textArea == null) {
PrecisionDimension size = calculateTextSize(wHint);
textArea = new PrecisionRectangle();
textArea.width = size.width + PADDING * 2 + RIGHT_MARGIN;
float rightMargin = RIGHT_MARGIN;
int height = getFont().getFontData()[0].getHeight();
if (height > 30)
rightMargin = rightMargin + 5;
textArea.width = size.width + PADDING * 2 + rightMargin;
textArea.height = size.height + PADDING * 2;
textArea.x = -(textArea.width / 2);
textArea.y = -(textArea.height / 2);
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.xmind.hebe/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.xmind.hebe;singleton:=true
Bundle-Version: 3.5.2.qualifier
Bundle-Version: 3.5.3.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.ui
Expand Down
7 changes: 7 additions & 0 deletions bundles/org.xmind.ui.biggerplate/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
12 changes: 12 additions & 0 deletions bundles/org.xmind.ui.biggerplate/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.metadata
bin
tmp
*.tmp
*.bak
*.swp
*~.nib
local.properties
.loadpath

# External tool builders
.externalToolBuilders/
28 changes: 28 additions & 0 deletions bundles/org.xmind.ui.biggerplate/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.xmind.ui.biggerplate</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding//src/org/xmind/ui/internal/biggerplate/BiggerplateUploader.java=UTF-8
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault
org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
org.eclipse.jdt.core.compiler.problem.deadCode=warning
org.eclipse.jdt.core.compiler.problem.deprecation=warning
org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore
org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning
org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore
org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled
org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=warning
org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error
org.eclipse.jdt.core.compiler.problem.nullReference=warning
org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error
org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning
org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore
org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore
org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning
org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore
org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled
org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning
org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore
org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
org.eclipse.jdt.core.compiler.problem.unusedImport=warning
org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
org.eclipse.jdt.core.compiler.source=1.5
13 changes: 13 additions & 0 deletions bundles/org.xmind.ui.biggerplate/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.xmind.ui.biggerplate;singleton:=true
Bundle-Version: 3.5.3.qualifier
Bundle-Activator: org.xmind.ui.biggerplate.BiggerplatePlugin
Require-Bundle: org.eclipse.core.runtime,
net.xmind.signin;bundle-version="[3.5.0,3.6.0)",
org.xmind.ui;bundle-version="[3.5.0,3.6.0)",
org.xmind.ui.toolkit;bundle-version="[3.5.0,3.6.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#Properties file for org.xmind.ui.biggerplate
command.UploadToBiggerplate.description = Upload map to biggerplate
command.UploadToBiggerplate.name = Upload to Biggerplate
command.UploadToBiggerplate.label = Share on Biggerplate.com
page.Biggerplate.name = Biggerplate
providerName = XMind Ltd.
pluginName = Biggerplate
13 changes: 13 additions & 0 deletions bundles/org.xmind.ui.biggerplate/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.,\
icons/,\
pages/,\
OSGI-INF/l10n/bundle.properties
src.includes = src/,\
plugin.xml,\
pages/,\
META-INF/,\
OSGI-INF/l10n/bundle.properties
Loading

0 comments on commit b176068

Please sign in to comment.