/[schmitzm]/trunk/schmitzm-jfree-gt/pom.xml
ViewVC logotype

Diff of /trunk/schmitzm-jfree-gt/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1392 by alfonx, Wed Jan 26 15:27:58 2011 UTC revision 1448 by alfonx, Thu Jan 27 13:45:02 2011 UTC
# Line 4  Line 4 
4    
5          <groupId>de.schmitzm</groupId>          <groupId>de.schmitzm</groupId>
6          <artifactId>schmitzm-jfree-gt</artifactId>          <artifactId>schmitzm-jfree-gt</artifactId>
7          <version>1.0-SNAPSHOT</version>          <version>2.5-SNAPSHOT</version>
8          <packaging>jar</packaging>          <packaging>jar</packaging>
9    
10          <parent>          <parent>
11                  <groupId>de.schmitzm</groupId>                  <groupId>de.schmitzm</groupId>
12                  <artifactId>schmitzm-parent</artifactId>                  <artifactId>schmitzm-parent</artifactId>
13                  <version>1.0-SNAPSHOT</version>                  <version>2.5-SNAPSHOT</version>
14                  <relativePath>../schmitzm-parent/pom.xml</relativePath>                  <relativePath>../schmitzm-parent/pom.xml</relativePath>
15          </parent>          </parent>
16    
# Line 22  Line 22 
22                  <dependency>                  <dependency>
23                          <groupId>de.schmitzm</groupId>                          <groupId>de.schmitzm</groupId>
24                          <artifactId>schmitzm-jfree</artifactId>                          <artifactId>schmitzm-jfree</artifactId>
25                          <version>1.0-SNAPSHOT</version>                          <version>${project.version}</version>
26                          <type>test-jar</type>                          <type>jar</type>
27                          <scope>test</scope>                          <scope>compile</scope>
28                  </dependency>                  </dependency>
29    
30                  <dependency>                  <dependency>
31                          <groupId>de.schmitzm</groupId>                          <groupId>de.schmitzm</groupId>
32                          <artifactId>schmitzm-jfree</artifactId>                          <artifactId>schmitzm-core</artifactId>
33                          <version>1.0-SNAPSHOT</version>                          <version>${project.version}</version>
34                          <type>jar</type>                          <type>test-jar</type>
35                          <scope>compile</scope>                          <scope>test</scope>
36                  </dependency>                  </dependency>
37                    
38                  <dependency>                  <dependency>
39                          <groupId>de.schmitzm</groupId>                          <groupId>de.schmitzm</groupId>
40                          <artifactId>schmitzm-gt</artifactId>                          <artifactId>schmitzm-jfree</artifactId>
41                          <version>1.0-SNAPSHOT</version>                          <version>${project.version}</version>
42                          <type>test-jar</type>                          <type>test-jar</type>
43                          <scope>test</scope>                          <scope>test</scope>
44                  </dependency>                  </dependency>
# Line 46  Line 46 
46                  <dependency>                  <dependency>
47                          <groupId>de.schmitzm</groupId>                          <groupId>de.schmitzm</groupId>
48                          <artifactId>schmitzm-gt</artifactId>                          <artifactId>schmitzm-gt</artifactId>
49                          <version>1.0-SNAPSHOT</version>                          <version>${project.version}</version>
50                          <type>jar</type>                          <type>jar</type>
51                          <scope>compile</scope>                          <scope>compile</scope>
52                  </dependency>                  </dependency>
53                    
54                    <dependency>
55                            <groupId>de.schmitzm</groupId>
56                            <artifactId>schmitzm-gt</artifactId>
57                            <version>${project.version}</version>
58                            <type>test-jar</type>
59                            <scope>test</scope>
60                    </dependency>
61          </dependencies>          </dependencies>
62            
63            
64    <!--    <profiles>-->
65    <!--            <profile>-->
66    <!--                    <id>resourceOperationRemove</id>-->
67    <!--                     When this profile is activated (e.g with "mavn install -P resourceOperationRemove" -->
68    <!--                            the build will remove any lines in the resource bundes that are tagged with -->
69    <!--                            REMOVEME_ -->
70    <!--                    <build>-->
71    <!--                            <plugins>-->
72    <!--                                    <plugin>-->
73    <!--                                            <groupId>org.codehaus.mojo</groupId>-->
74    <!--                                            <artifactId>exec-maven-plugin</artifactId>-->
75    <!--                                            <version>1.2</version>-->
76    <!--                                            <executions>-->
77    <!--                                                    <execution>-->
78    <!--                                                            <phase>generate-sources</phase>-->
79    <!--                                                            <goals>-->
80    <!--                                                                    <goal>java</goal>-->
81    <!--                                                            </goals>-->
82    <!--                                                            <configuration>-->
83    <!--                                                                    <mainClass>de.schmitzm.lang.ResourceProviderOperator</mainClass>-->
84    <!--                                                                    <arguments>-->
85    <!--                                                                            <argument>-s</argument>-->
86    <!--                                                                            <argument>${project.build.directory}/../src</argument>-->
87    <!--                                                                            <argument>-b</argument>-->
88    <!--                                                                            <argument>de.schmitzm.geotools.feature.resource.locales.FeatureResourceBundle</argument>-->
89    <!--                                                                    </arguments>-->
90    <!--                                                            </configuration>-->
91    <!--                                                    </execution>-->
92    <!--                                            </executions>-->
93    <!--                                    </plugin>-->
94    <!--                            </plugins>-->
95    <!--                    </build>-->
96    <!--            </profile>-->
97    <!--    </profiles>-->
98            
99  </project>  </project>

Legend:
Removed from v.1392  
changed lines
  Added in v.1448

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26