[prev in list] [next in list] [prev in thread] [next in thread] 

List:       rhq-commits
Subject:    [rhq] Branch 'release-3.0.0' - modules/common
From:       ips () fedoraproject ! org (ips)
Date:       2010-06-30 15:03:05
Message-ID: 20100630150305.39D7D12027B () lists ! fedorahosted ! org
[Download RAW message or body]

 modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/task/BundleTask.java |    \
6 +-----  1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 4698a79902c681798b33c18c991f6c5ef6674e25
Author: Ian Springer <ian.springer at redhat.com>
Date:   Wed Jun 30 11:02:47 2010 -0400

    get rid of inputProperties field, which was no longer needed

diff --git a/modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/task/BundleTask.java \
b/modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/task/BundleTask.java \
                index c67cdc8..db684e8 100644
--- a/modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/task/BundleTask.java
+++ b/modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/task/BundleTask.java
@@ -28,11 +28,9 @@ import org.rhq.bundle.ant.type.InputPropertyType;
 import java.io.File;
 import java.util.ArrayList;
 import java.util.HashMap;
-import java.util.HashSet;
 import java.util.Hashtable;
 import java.util.List;
 import java.util.Map;
-import java.util.Set;
 
 /**
  * The rhq:bundle task defines the metadata needed to deploy, redeploy, or undeploy \
an RHQ bundle. @@ -44,7 +42,6 @@ public class BundleTask extends AbstractBundleTask {
     private String version;
     private String description;
     private Map<String, DeploymentUnitType> deploymentUnits = new HashMap<String, \
                DeploymentUnitType>();
-    private Set<InputPropertyType> inputProperties = new \
HashSet<InputPropertyType>();  
     @Override
     public void maybeConfigure() throws BuildException {
@@ -190,7 +187,6 @@ public class BundleTask extends AbstractBundleTask {
     }
 
     public void addConfigured(InputPropertyType inputProperty) {
-        this.inputProperties.add(inputProperty);
         inputProperty.init();        
     }
 
@@ -225,7 +221,7 @@ public class BundleTask extends AbstractBundleTask {
     }
 
     /**
-     * Ensure we have a legal set of types.
+     * Ensure we have a legal set of child types.
      *
      * @throws BuildException if an error occurs
      */


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic