You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/02/01 01:26:17 UTC

svn commit: r617317 - /maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/package-info.java

Author: vsiveton
Date: Thu Jan 31 16:26:15 2008
New Revision: 617317

URL: http://svn.apache.org/viewvc?rev=617317&view=rev
Log:
MPLUGIN-66: Add unit test

o added

Added:
    maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/package-info.java   (with props)

Added: maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/package-info.java
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/package-info.java?rev=617317&view=auto
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/package-info.java (added)
+++ maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/package-info.java Thu Jan 31 16:26:15 2008
@@ -0,0 +1,4 @@
+/**
+ * Regression test for MPLUGIN-39.
+ */
+package source;

Propchange: maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/package-info.java
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"