Author: hboutemy
Date: Sun Dec 18 22:52:52 2011
New Revision: 1220560

URL: http://svn.apache.org/viewvc?rev=1220560&view=rev
Log:
removed jdoc package

Added:
    
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/Default.java
      - copied, changed from r1215322, 
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/jdoc/Default.java
    
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/Full.java
      - copied, changed from r1215322, 
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/jdoc/Full.java
Removed:
    
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/jdoc/
Modified:
    
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/plugin-expected.xml

Copied: 
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/Default.java
 (from r1215322, 
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/jdoc/Default.java)
URL: 
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/Default.java?p2=maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/Default.java&p1=maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/jdoc/Default.java&r1=1215322&r2=1220560&rev=1220560&view=diff
==============================================================================
--- 
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/jdoc/Default.java
 (original)
+++ 
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/Default.java
 Sun Dec 18 22:52:52 2011
@@ -1,4 +1,4 @@
-package source.jdoc;
+package source;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one

Copied: 
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/Full.java
 (from r1215322, 
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/jdoc/Full.java)
URL: 
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/Full.java?p2=maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/Full.java&p1=maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/jdoc/Full.java&r1=1215322&r2=1220560&rev=1220560&view=diff
==============================================================================
--- 
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/jdoc/Full.java
 (original)
+++ 
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/Full.java
 Sun Dec 18 22:52:52 2011
@@ -1,4 +1,4 @@
-package source.jdoc;
+package source;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one

Modified: 
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/plugin-expected.xml
URL: 
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/plugin-expected.xml?rev=1220560&r1=1220559&r2=1220560&view=diff
==============================================================================
--- 
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/plugin-expected.xml
 (original)
+++ 
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/plugin-expected.xml
 Sun Dec 18 22:52:52 2011
@@ -38,7 +38,7 @@
       <aggregator>false</aggregator>
       <requiresOnline>false</requiresOnline>
       <inheritedByDefault>true</inheritedByDefault>
-      <implementation>source.jdoc.Default</implementation>
+      <implementation>source.Default</implementation>
       <language>java</language>
       <instantiationStrategy>per-lookup</instantiationStrategy>
       <executionStrategy>once-per-session</executionStrategy>
@@ -72,7 +72,7 @@
       <phase>install</phase>
       <executePhase>site-deploy</executePhase>
       <executeLifecycle>site</executeLifecycle>
-      <implementation>source.jdoc.Full</implementation>
+      <implementation>source.Full</implementation>
       <language>java</language>
       <configurator>&quot;role-hint&quot;</configurator>
       <instantiationStrategy>singleton</instantiationStrategy>


Reply via email to