commit | 4c357890b5f1f2a5b74c01f5cf5b0fdb66149e89 | [log] [tgz] |
---|---|---|
author | David Morgan Spenser Savage <dsavage@apache.org> | Sat Oct 03 13:46:21 2009 +0000 |
committer | David Morgan Spenser Savage <dsavage@apache.org> | Sat Oct 03 13:46:21 2009 +0000 |
tree | 4c2f694675f3d07290a341ae53b9c74b3e27a054 | |
parent | cf9ce14bd2528bc319c73a6d6b253a82302a436e [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();