dion 2002/07/14 08:59:32
Modified: src/java/org/apache/maven/build Repository.java
ProjectDescriptor.java
Log:
Style violations
Revision Changes Path
1.10 +3 -3
jakarta-turbine-maven/src/java/org/apache/maven/build/Repository.java
Index: Repository.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/build/Repository.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Repository.java 27 Jun 2002 23:58:34 -0000 1.9
+++ Repository.java 14 Jul 2002 15:59:32 -0000 1.10
@@ -266,8 +266,8 @@
line = line.trim();
// Allow comments to be placed in the payload
// descriptor.
- if (line.startsWith("#") || line.startsWith("--") ||
- line.length() < 1)
+ if (line.startsWith("#") || line.startsWith("--")
+ || line.length() < 1)
{
continue;
}
1.6 +4 -4
jakarta-turbine-maven/src/java/org/apache/maven/build/ProjectDescriptor.java
Index: ProjectDescriptor.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/build/ProjectDescriptor.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ProjectDescriptor.java 25 Jun 2002 03:07:10 -0000 1.5
+++ ProjectDescriptor.java 14 Jul 2002 15:59:32 -0000 1.6
@@ -228,9 +228,9 @@
FileUtils.fileCopy(currentFile, oldFile);
// do translation -> project.xml.toVersion
- String dvslTranslationFile = mavenHome + "/update/v" +
- project.getPomVersion() + "-v" + MavenConstants.POM_VERSION +
- "/update-descriptor.dvsl";
+ String dvslTranslationFile = mavenHome + "/update/v"
+ + project.getPomVersion() + "-v" + MavenConstants.POM_VERSION
+ + "/update-descriptor.dvsl";
DVSL dvsl = new DVSL();
dvsl.setStylesheet(dvslTranslationFile);
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>