Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2816 - development/main/depot/station/src/main/net/dpml/depot/station

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2816 - development/main/depot/station/src/main/net/dpml/depot/station
  • Date: Thu, 09 Jun 2005 08:14:43 -0400

Author: mcconnell AT dpml.net
Date: Thu Jun 9 08:14:43 2005
New Revision: 2816

Modified:

development/main/depot/station/src/main/net/dpml/depot/station/ActivationGroupProfile.java
Log:
housekeeping

Modified:
development/main/depot/station/src/main/net/dpml/depot/station/ActivationGroupProfile.java
==============================================================================
---
development/main/depot/station/src/main/net/dpml/depot/station/ActivationGroupProfile.java
(original)
+++
development/main/depot/station/src/main/net/dpml/depot/station/ActivationGroupProfile.java
Thu Jun 9 08:14:43 2005
@@ -39,7 +39,6 @@
public class ActivationGroupProfile extends PluginProfile
{
private String m_classname;
- private ActivationGroupDesc m_descriptor;

public ActivationGroupProfile(
Logger logger, Date creation, Home home, String id, String title,
@@ -47,10 +46,6 @@
throws ProfileException
{
super( logger, creation, home, id, title, properties, false, null,
uri );
-
- String location = uri.toASCIIString();
- Properties props = super.getSystemProperties();
- m_descriptor = new ActivationGroupDesc( classname, location, null,
props, null );
}

public String getClassname()
@@ -63,8 +58,4 @@
m_classname = classname;
}

- public ActivationGroupDesc getActivationGroupDesc()
- {
- return m_descriptor;
- }
}



  • svn commit: r2816 - development/main/depot/station/src/main/net/dpml/depot/station, mcconnell, 06/09/2005

Archive powered by MHonArc 2.6.24.

Top of Page