[jboss-cvs] JBossAS SVN: r79967 - trunk/system/src/main/org/jboss/system/server/profileservice/repository.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 23 05:55:33 EDT 2008


Author: emuckenhuber
Date: 2008-10-23 05:55:32 -0400 (Thu, 23 Oct 2008)
New Revision: 79967

Modified:
   trunk/system/src/main/org/jboss/system/server/profileservice/repository/SerializableDeploymentRepository.java
Log:
align attachment path.

Modified: trunk/system/src/main/org/jboss/system/server/profileservice/repository/SerializableDeploymentRepository.java
===================================================================
--- trunk/system/src/main/org/jboss/system/server/profileservice/repository/SerializableDeploymentRepository.java	2008-10-23 09:42:30 UTC (rev 79966)
+++ trunk/system/src/main/org/jboss/system/server/profileservice/repository/SerializableDeploymentRepository.java	2008-10-23 09:55:32 UTC (rev 79967)
@@ -657,7 +657,7 @@
       if( libDir.mkdirs() == false )
          throw new IOException("Failed to create profile lib dir: "+libDir);
 
-      adminEditsRoot = new File(profileRoot, "profile/edits");
+      adminEditsRoot = new File(profileRoot, "attachments");
       if( adminEditsRoot.mkdirs() == false )
          throw new IOException("Failed to create profile adminEdits dir: "+adminEditsRoot);
    }
@@ -697,7 +697,7 @@
             throw new FileNotFoundException("Profile contains no deploy dir: "+applicationDir);
       }
 
-      adminEditsRoot = new File(profileRoot, "profile/edits");
+      adminEditsRoot = new File(profileRoot, "attachments");
 
       // TODO: need to load pre-determined attachments using serializer
       if( bootstrapDir != null )




More information about the jboss-cvs-commits mailing list