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

List:       jboss-cvs-commits
Subject:    [jboss-cvs] jbossbuild/src/main/org/jboss/ant/types/build  ...
From:       Ruel Loehr <ruel.loehr () jboss ! com>
Date:       2005-10-31 20:18:23
Message-ID: E1EWg6p-0000TO-I3 () committer01 ! frg ! pub ! inap ! atl ! jboss ! com
[Download RAW message or body]

  User: rloehr  
  Date: 05/10/31 15:18:23

  Modified:    src/main/org/jboss/ant/types/build  Tag: BRANCH_JBBUILD_DEV
                        Build.java
  Log:
  change naming schema from deploymentProfile to profile
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.15.2.2  +10 -10    jbossbuild/src/main/org/jboss/ant/types/build/Build.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Build.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbossbuild/src/main/org/jboss/ant/types/build/Build.java,v
  retrieving revision 1.15.2.1
  retrieving revision 1.15.2.2
  diff -u -b -r1.15.2.1 -r1.15.2.2
  --- Build.java	26 Oct 2005 21:27:39 -0000	1.15.2.1
  +++ Build.java	31 Oct 2005 20:18:23 -0000	1.15.2.2
  @@ -25,7 +25,7 @@
   import org.jboss.ant.types.DynamicType;
   import org.jboss.ant.types.Includes;
   import org.jboss.ant.types.Source;
  -import org.jboss.ant.types.deployment.DeploymentProfile;
  +import org.jboss.ant.types.deployment.Profile;
   import org.jboss.ant.types.target.TargetDefinition;
   import org.jboss.ant.types.target.TargetDefinitions;
   import org.jboss.ant.util.FileUtil;
  @@ -36,7 +36,7 @@
    * A build.
    * 
    * @author <a href="adrian@jboss.com">Adrian Brock </a>
  - * @version $Revision: 1.15.2.1 $
  + * @version $Revision: 1.15.2.2 $
    */
   public class Build extends Source
   {
  @@ -62,8 +62,8 @@
      /** the component references */
      private Vector componentrefs = new Vector();
      
  -   /** the deploymentProfiles */
  -   private Vector deploymentProfiles = new Vector();
  +   /** the profiles */
  +   private Vector profiles = new Vector();
   
      /** The cvs root */
      private String cvsRoot;
  @@ -213,9 +213,9 @@
       * 
       * @param deploymentProfile the deploymentProfile to add
       */
  -   public void addDeploymentProfile(DeploymentProfile deploymentProfile)
  +   public void addProfile(Profile profile)
      {
  -      deploymentProfiles.add(deploymentProfile);
  +      profiles.add(profile);
      }   
      
      /** Determine if a component already exists
  @@ -835,12 +835,12 @@
   
   
      /**
  -    * Get the deploymentProfiles.
  +    * Get the profiles.
       * 
  -    * @return the deploymentProfiles.
  +    * @return the profiles.
       */
  -   public Vector getDeploymentProfiles()
  +   public Vector getProfiles()
      {
  -      return deploymentProfiles;
  +      return profiles;
      }
   }
  \ No newline at end of file
  
  
  


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
jboss-cvs-commits mailing list
jboss-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

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