Commit c02520de7321bb6422eaec934a46dcd99cec61fa

Authored by bernard
1 parent 4fce3eff

Changed focus taglib namespace.

Showing 1 changed file with 64 additions and 42 deletions
1 -<?xml version="1.0"?><project>  
2 - <parent>  
3 - <artifactId>ui</artifactId>  
4 - <groupId>org.richfaces.sandbox</groupId>  
5 - <version>3.3.3.Final</version>  
6 - </parent>  
7 - <modelVersion>4.0.0</modelVersion>  
8 - <groupId>org.richfaces.sandbox.ui</groupId>  
9 - <artifactId>focus</artifactId>  
10 - <name>focus</name>  
11 - <version>3.3.3.Final</version>  
12 - <build>  
13 - <plugins>  
14 - <plugin>  
15 - <groupId>org.richfaces.cdk</groupId>  
16 - <artifactId>maven-cdk-plugin</artifactId> 1 +<?xml version="1.0"?>
  2 +<project>
  3 + <parent>
  4 + <artifactId>ui</artifactId>
  5 + <groupId>org.richfaces.sandbox</groupId>
17 <version>3.3.3.Final</version> 6 <version>3.3.3.Final</version>
18 - <executions>  
19 - <execution>  
20 - <phase>generate-sources</phase>  
21 - <goals>  
22 - <goal>generate</goal>  
23 - </goals>  
24 - </execution>  
25 - </executions>  
26 - <configuration>  
27 - <library>  
28 - <prefix>org.richfaces</prefix>  
29 - <taglib>  
30 - <shortName>focus</shortName>  
31 - </taglib>  
32 - </library>  
33 - </configuration>  
34 - </plugin>  
35 - </plugins>  
36 - </build>  
37 - <dependencies>  
38 - <dependency>  
39 - <groupId>org.richfaces.framework</groupId>  
40 - <artifactId>richfaces-impl</artifactId>  
41 - <version>3.3.3.Final</version>  
42 - </dependency>  
43 - </dependencies> 7 + </parent>
  8 + <modelVersion>4.0.0</modelVersion>
  9 + <groupId>org.richfaces.sandbox.ui</groupId>
  10 + <artifactId>focus</artifactId>
  11 + <name>focus</name>
  12 + <version>3.3.3.Final</version>
  13 + <build>
  14 + <plugins>
  15 + <plugin>
  16 + <groupId>org.richfaces.cdk</groupId>
  17 + <artifactId>maven-cdk-plugin</artifactId>
  18 + <version>3.3.3.Final</version>
  19 + <executions>
  20 + <execution>
  21 + <phase>generate-sources</phase>
  22 + <goals>
  23 + <goal>generate</goal>
  24 + </goals>
  25 + </execution>
  26 + </executions>
  27 + <configuration>
  28 + <library>
  29 + <prefix>org.richfaces</prefix>
  30 + <taglib>
  31 + <shortName>focus</shortName>
  32 + <uri>http://richfaces.org/focus</uri>
  33 + </taglib>
  34 + </library>
  35 + </configuration>
  36 + </plugin>
  37 + <plugin>
  38 + <artifactId>maven-compiler-plugin</artifactId>
  39 + <inherited>true</inherited>
  40 + <configuration>
  41 + <source>1.5</source>
  42 + <target>1.5</target>
  43 + <encoding>${project.build.sourceEncoding}</encoding>
  44 + </configuration>
  45 + </plugin>
  46 + <plugin>
  47 + <groupId>org.apache.maven.plugins</groupId>
  48 + <artifactId>maven-resources-plugin</artifactId>
  49 + <version>2.2</version>
  50 + <configuration>
  51 + <encoding>${project.build.sourceEncoding}</encoding>
  52 + </configuration>
  53 + </plugin>
  54 + </plugins>
  55 + </build>
  56 + <dependencies>
  57 + <dependency>
  58 + <groupId>org.richfaces.framework</groupId>
  59 + <artifactId>richfaces-impl</artifactId>
  60 + <version>3.3.3.Final</version>
  61 + </dependency>
  62 + </dependencies>
  63 + <properties>
  64 + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  65 + </properties>
44 </project> 66 </project>
Please register or login to post a comment