commit | 376f1c3c6b8251b93fa2dadbe67f6930fec1efaa | [log] [tgz] |
---|---|---|
author | David Morgan Spencer Savage <dsavage@apache.org> | Sat Oct 03 13:46:21 2009 +0000 |
committer | David Morgan Spencer Savage <dsavage@apache.org> | Sat Oct 03 13:46:21 2009 +0000 |
tree | 4c2f694675f3d07290a341ae53b9c74b3e27a054 | |
parent | 7edef20c937fa51d1eeae1ce89162b303019deaf [diff] |
remove unused property method git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@821320 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/common/core/src/org/apache/felix/sigil/core/internal/model/eclipse/SigilBundle.java b/sigil/common/core/src/org/apache/felix/sigil/core/internal/model/eclipse/SigilBundle.java index 81f3f6a..6915a88 100644 --- a/sigil/common/core/src/org/apache/felix/sigil/core/internal/model/eclipse/SigilBundle.java +++ b/sigil/common/core/src/org/apache/felix/sigil/core/internal/model/eclipse/SigilBundle.java
@@ -63,8 +63,6 @@ private IPath sourcePathLocation; private IPath licencePathLocation; private IPath sourceRootPath; - private String bundleHost; - public SigilBundle() { @@ -334,19 +332,6 @@ this.licencePathLocation = licencePathLocation; } - - public String getFragmentHost() - { - return bundleHost; - } - - - public void setFragmentHost( String symbolicName ) - { - this.bundleHost = symbolicName; - } - - public String getElementName() { return bundle.getSymbolicName();