On 11/09/2011 05:00 PM, [email protected] wrote:
Author: smarru
Date: Thu Nov 10 01:00:07 2011
New Revision: 1200074

URL: http://svn.apache.org/viewvc?rev=1200074&view=rev
Log:
changing package name to please maven javadoc pluggin

Modified:
     
incubator/airavata/trunk/samples/simple-math-service/src/main/java/org/apache/airavata/samples/SimpleMathService.java

Modified: 
incubator/airavata/trunk/samples/simple-math-service/src/main/java/org/apache/airavata/samples/SimpleMathService.java
URL: 
http://svn.apache.org/viewvc/incubator/airavata/trunk/samples/simple-math-service/src/main/java/org/apache/airavata/samples/SimpleMathService.java?rev=1200074&r1=1200073&r2=1200074&view=diff
==============================================================================
--- 
incubator/airavata/trunk/samples/simple-math-service/src/main/java/org/apache/airavata/samples/SimpleMathService.java
 (original)
+++ 
incubator/airavata/trunk/samples/simple-math-service/src/main/java/org/apache/airavata/samples/SimpleMathService.java
 Thu Nov 10 01:00:07 2011
@@ -19,7 +19,7 @@
   *
   */

-package org.apache.airavata.samples;
+package main.java.org.apache.airavata.samples;

This seems weird to me as something needed to please maven javadoc plugin, let alone rather weird packaging at all. It seems to me the maven build configuration might not be setup correctly (or the javadoc plugin as such), but the real package of code *is* (or should be) org.apache.airavata.samples, no?


  public class SimpleMathService {
      /**



Reply via email to