Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ed31aee9 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- Suppressed Java class hierarchy

parent 393b676d
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 52 deletions
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: Apache Maven
Built-By: richardmidwinter
Build-Jdk: 1.6.0_22
Main-Class: com.google.api.translate.TranslatorFrame
Class-Path: json-20090211.jar
#Generated by Maven
#Sun Dec 12 21:31:12 GMT 2010
version=0.93-SNAPSHOT
groupId=com.google.api
artifactId=google-api-translate-java
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api</groupId>
<artifactId>google-api-translate-java</artifactId>
<version>0.93-SNAPSHOT</version>
<name>google-api-translate-java</name>
<description>A Java wrapper for the Google Translate service</description>
<dependencies>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20090211</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<mainClass>com.google.api.translate.TranslatorFrame</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
File deleted
File deleted
File deleted
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment