File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
src/main/java/org/codehaus/plexus/i18n Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 10
10
<artifactId >plexus-i18n</artifactId >
11
11
<version >1.0-beta-5-SNAPSHOT</version >
12
12
<name >Plexus I18N Component</name >
13
+ <build >
14
+ <plugins >
15
+ <plugin >
16
+ <artifactId >maven-plexus-plugin</artifactId >
17
+ <version >1.1-alpha-3-SNAPSHOT</version >
18
+ <goals >
19
+ <goal >
20
+ <id >descriptor</id >
21
+ </goal >
22
+ </goals >
23
+ </plugin >
24
+ </plugins >
25
+ </build >
13
26
</project >
Original file line number Diff line number Diff line change 13
13
import java .util .ResourceBundle ;
14
14
import java .lang .reflect .Field ;
15
15
16
+ /**
17
+ * @plexus.component
18
+ * role="org.codehaus.plexus.i18n.I18N"
19
+ */
16
20
public class DefaultI18N
17
21
extends AbstractLogEnabled
18
22
implements I18N , Initializable
You can’t perform that action at this time.
0 commit comments