donaldp     2002/09/14 19:39:43

  Modified:    src/java/org/apache/avalon/phoenix/components/deployer/installer
                        Installer.java
  Log:
  whitespace
  
  Revision  Changes    Path
  1.15      +1 -7      
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/deployer/installer/Installer.java
  
  Index: Installer.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/deployer/installer/Installer.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Installer.java    15 Sep 2002 02:38:25 -0000      1.14
  +++ Installer.java    15 Sep 2002 02:39:42 -0000      1.15
  @@ -38,20 +38,14 @@
           ResourceManager.getPackageResources( Installer.class );
   
       private static final String META_INF = "META-INF";
  -
       private static final String SAR_INF = "SAR-INF";
  -
       private static final String LIB = "SAR-INF/lib";
  -
       private static final String CLASSES = "SAR-INF/classes/";
   
       //The names on the native filesystem
       private static final String FS_CONFIG_XML = "SAR-INF" + File.separator + 
"config.xml";
  -
       private static final String FS_ASSEMBLY_XML = "SAR-INF" + File.separator 
+ "assembly.xml";
  -
       private static final String FS_ENV_XML = "SAR-INF" + File.separator + 
"environment.xml";
  -
       private static final String FS_CLASSES =
           "SAR-INF" + File.separator + "classes" + File.separator;
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to