/[schmitzm]/trunk/schmitzm-core/pom.xml
ViewVC logotype

Diff of /trunk/schmitzm-core/pom.xml

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

revision 1586 by alfonx, Tue May 17 19:07:00 2011 UTC revision 1676 by alfonx, Tue Aug 16 11:45:48 2011 UTC
# Line 58  Line 58 
58                          <classifier>swing</classifier>                          <classifier>swing</classifier>
59                          <scope>compile</scope>                          <scope>compile</scope>
60                  </dependency>                  </dependency>
61                    
62                    <dependency>
63                            <groupId>com.toedter</groupId>
64                            <artifactId>jcalendar</artifactId>
65                            <version>1.3.3</version>
66                            <type>jar</type>
67                            <scope>compile</scope>
68                    </dependency>
69    
70                  <dependency>                  <dependency>
71                          <groupId>net.jini</groupId>                          <groupId>net.jini</groupId>
# Line 113  Line 121 
121                          <plugin>                          <plugin>
122                                  <groupId>org.apache.maven.plugins</groupId>                                  <groupId>org.apache.maven.plugins</groupId>
123                                  <artifactId>maven-compiler-plugin</artifactId>                                  <artifactId>maven-compiler-plugin</artifactId>
124                                  <version>2.2</version>                                  <version>2.3.2</version>
125                                  <configuration>                                  <configuration>
126                                          <source>1.6</source>                                          <source>1.6</source>
127                                          <target>1.6</target>                                          <target>1.6</target>
128                                          <excludes>                                          <excludes>
129                                                  <exclude>**/.svn</exclude>  ???                                                  <exclude>**/.svn</exclude>
130                                          </excludes>                                          </excludes>
131                                  </configuration>                                  </configuration>
132                          </plugin>                          </plugin>

Legend:
Removed from v.1586  
changed lines
  Added in v.1676

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26