Author: vmassol Date: Mon Apr 25 15:14:47 2005 New Revision: 164670 URL: http://svn.apache.org/viewcvs?rev=164670&view=rev Log: fixed paths which were probably only working on windows...
Modified: maven/maven-1/plugins/trunk/aspectj/src/plugin-test/argfile.lst Modified: maven/maven-1/plugins/trunk/aspectj/src/plugin-test/argfile.lst URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/aspectj/src/plugin-test/argfile.lst?rev=164670&r1=164669&r2=164670&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/aspectj/src/plugin-test/argfile.lst (original) +++ maven/maven-1/plugins/trunk/aspectj/src/plugin-test/argfile.lst Mon Apr 25 15:14:47 2005 @@ -1,2 +1,2 @@ -src\aspect\org\apache\maven\aspectj\Sample.aj -src\aspect\org\apache\maven\aspectj\TestA.aj \ No newline at end of file +src/aspect/org/apache/maven/aspectj/Sample.aj +src/aspect/org/apache/maven/aspectj/TestA.aj \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]