removed jdoc package
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1220560 13f79535-47bb-0310-9956-ffa450edef68master
parent
da4f1a1bf7
commit
871516003f
|
|
@ -1,4 +1,4 @@
|
|||
package source.jdoc;
|
||||
package source;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package source.jdoc;
|
||||
package source;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
|
|
@ -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>"role-hint"</configurator>
|
||||
<instantiationStrategy>singleton</instantiationStrategy>
|
||||
|
|
|
|||
Loading…
Reference in New Issue