[Ts2-pm-cvs-commit] ts2-pm/ts2-pm-core/src/main/resources applicationContext.xml,1.4,1.5
Status: Pre-Alpha
Brought to you by:
nchalumeau
From: Nicolas C. <nch...@us...> - 2005-05-27 16:38:08
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-core/src/main/resources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30613 Modified Files: applicationContext.xml Log Message: adaptation of the ArtifactFactory remove Index: applicationContext.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-core/src/main/resources/applicationContext.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** applicationContext.xml 18 May 2005 17:14:09 -0000 1.4 --- applicationContext.xml 27 May 2005 16:38:00 -0000 1.5 *************** *** 16,24 **** <bean - id="artifactFactory" - class="net.sf.ts2.pm.artifact.DefaultArtifactFactory"> - </bean> - - <bean id="artifactDeployer" class="net.sf.ts2.pm.artifact.deployer.DefaultArtifactDeployer"> --- 16,19 ---- *************** *** 54,63 **** <property name="artifactDeployer"><ref bean="artifactDeployer"/></property> <property name="artifactInstaller"><ref bean="artifactInstaller"/></property> - <property name="artifactFactory"><ref bean="artifactFactory"/></property> - </bean> - - <bean - id="artifactRepositoryFactory" - class="net.sf.ts2.pm.artifact.repository.DefaultArtifactRepositoryFactory"> </bean> --- 49,52 ---- |