removed jdoc package

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1220560 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2011-12-18 22:52:52 +00:00
parent da4f1a1bf7
commit 871516003f
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
package source.jdoc; package source;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package source.jdoc; package source;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -38,7 +38,7 @@
<aggregator>false</aggregator> <aggregator>false</aggregator>
<requiresOnline>false</requiresOnline> <requiresOnline>false</requiresOnline>
<inheritedByDefault>true</inheritedByDefault> <inheritedByDefault>true</inheritedByDefault>
<implementation>source.jdoc.Default</implementation> <implementation>source.Default</implementation>
<language>java</language> <language>java</language>
<instantiationStrategy>per-lookup</instantiationStrategy> <instantiationStrategy>per-lookup</instantiationStrategy>
<executionStrategy>once-per-session</executionStrategy> <executionStrategy>once-per-session</executionStrategy>
@ -72,7 +72,7 @@
<phase>install</phase> <phase>install</phase>
<executePhase>site-deploy</executePhase> <executePhase>site-deploy</executePhase>
<executeLifecycle>site</executeLifecycle> <executeLifecycle>site</executeLifecycle>
<implementation>source.jdoc.Full</implementation> <implementation>source.Full</implementation>
<language>java</language> <language>java</language>
<configurator>&quot;role-hint&quot;</configurator> <configurator>&quot;role-hint&quot;</configurator>
<instantiationStrategy>singleton</instantiationStrategy> <instantiationStrategy>singleton</instantiationStrategy>