Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-artifact/src/main/java/net/sf/ts2/pm/artifact/repository/layout
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29222/ts2-pm-artifact/src/main/java/net/sf/ts2/pm/artifact/repository/layout
Modified Files:
ArtifactRepositoryLayout.java
DefaultArtifactRepositoryLayout.java
Log Message:
model general usage
Index: ArtifactRepositoryLayout.java
===================================================================
RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-artifact/src/main/java/net/sf/ts2/pm/artifact/repository/layout/ArtifactRepositoryLayout.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ArtifactRepositoryLayout.java 18 May 2005 17:06:01 -0000 1.2
--- ArtifactRepositoryLayout.java 27 May 2005 16:32:24 -0000 1.3
***************
*** 22,27 ****
import java.util.List;
- import net.sf.ts2.pm.artifact.Artifact;
import net.sf.ts2.pm.artifact.repository.layout.scanner.RepositoryScanner;
/**
--- 22,27 ----
import java.util.List;
import net.sf.ts2.pm.artifact.repository.layout.scanner.RepositoryScanner;
+ import net.sf.ts2.pm.model.Artifact;
/**
Index: DefaultArtifactRepositoryLayout.java
===================================================================
RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-artifact/src/main/java/net/sf/ts2/pm/artifact/repository/layout/DefaultArtifactRepositoryLayout.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** DefaultArtifactRepositoryLayout.java 18 May 2005 17:06:02 -0000 1.2
--- DefaultArtifactRepositoryLayout.java 27 May 2005 16:32:24 -0000 1.3
***************
*** 24,29 ****
import org.apache.commons.lang.StringUtils;
- import net.sf.ts2.pm.artifact.Artifact;
import net.sf.ts2.pm.artifact.repository.layout.scanner.RepositoryScanner;
/**
--- 24,29 ----
import org.apache.commons.lang.StringUtils;
import net.sf.ts2.pm.artifact.repository.layout.scanner.RepositoryScanner;
+ import net.sf.ts2.pm.model.Artifact;
/**
***************
*** 48,52 ****
* @throws ArtifactPathFormatException
*/
! public String pathOf(Artifact artifact) throws ArtifactPathFormatException
{
String type = "";//artifact.getType();
--- 48,52 ----
* @throws ArtifactPathFormatException
*/
! public String pathOf( Artifact artifact ) throws ArtifactPathFormatException
{
String type = "";//artifact.getType();
|