Ignore:
Timestamp:
Feb 26, 2011, 5:26:27 PM (13 years ago)
Author:
mlg
Message:

All services have been removed from this project to be integrated in a new project : jiwigo-ws-api (not yet on the svn).
The current project now uses jiwigo-ws-api as a maven dependency (explanations can be found here : http://www.jiwigo.com/api.html )

Location:
extensions/jiwigo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/jiwigo/trunk

    • Property svn:ignore set to
      bin
      target
  • extensions/jiwigo/trunk/pom.xml

    r8833 r9385  
    44  <artifactId>Jiwigo</artifactId>
    55  <version>0.13</version>
    6  
    76
    8  
     7        <repositories>
     8                <repository>
     9                        <id>mael-repos</id>
     10                        <name>Mael Repository</name>
     11                        <url>http://maven.le-guevel.com/artifactory/libs-release-local/</url>
     12                </repository>
     13        </repositories>
     14
    915  <dependencies>
    1016
    11                
     17
    1218        <dependency>
    1319            <groupId>org.jdom</groupId>
     
    4955            <artifactId>filedrop</artifactId>
    5056            <version>1.0</version>
    51         </dependency>   
     57        </dependency>
    5258        <dependency>
    5359            <groupId>junit</groupId>
     
    6066            <version>1.6.1</version>
    6167        </dependency>
    62        
     68        <dependency>
     69            <groupId>fr.mael.jiwigo</groupId>
     70            <artifactId>jiwigo-ws-api</artifactId>
     71            <version>0.13</version>
     72        </dependency>
     73
    6374  </dependencies>
    64  
     75
    6576  <build>
    66 <!--    <plugins>-->
    67 <!--      <plugin>-->
    68 <!--        <groupId>org.apache.maven.plugins</groupId>-->
    69 <!--        <artifactId>maven-jar-plugin</artifactId>-->
    70 <!--        <configuration>-->
    71 <!--          <archive>-->
    72 <!--            <manifest>-->
    73 <!--              <addClasspath>true</addClasspath>-->
    74 <!--              <mainClass>fr.mael.jiwigo.Main</mainClass>-->
    75 <!--            </manifest>-->
    76 <!--          </archive>-->
    77 <!--        </configuration>-->
    78 <!--      </plugin>-->
    79 <!--    </plugins>-->
    8077    <plugins>
    8178      <plugin>
Note: See TracChangeset for help on using the changeset viewer.