Changeset 7a9a29f49f46c7133846190c700d1725ce668a25
- Timestamp:
- 03/16/08 13:21:26
(5 months ago)
- Author:
- Filippo Carone <littlejohn@videolan.org>
- git-committer:
- Filippo Carone <littlejohn@videolan.org> 1205670086 +0100
- git-parent:
[db39ed110ef89bf6dad646b774dfa84c2d028d31]
- git-author:
- Filippo Carone <littlejohn@videolan.org> 1205670086 +0100
- Message:
more info about developers/contributors
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rdb39ed1 |
r7a9a29f |
|
| 33 | 33 | <name>Filippo Carone</name> |
|---|
| 34 | 34 | <id>littlejohn</id> |
|---|
| | 35 | <roles> |
|---|
| | 36 | <role>developer</role> |
|---|
| | 37 | <role>project admin</role> |
|---|
| | 38 | </roles> |
|---|
| | 39 | <timezone>+1</timezone> |
|---|
| | 40 | <email>littlejohn[at]videolan[dot]org</email> |
|---|
| | 41 | </developer> |
|---|
| | 42 | <developer> |
|---|
| | 43 | <name>Philippe Morin</name> |
|---|
| | 44 | <id>phmo95</id> |
|---|
| | 45 | <roles> |
|---|
| | 46 | <role>developer</role> |
|---|
| | 47 | </roles> |
|---|
| | 48 | <email>phmorin[at]free[dot]fr</email> |
|---|
| 35 | 49 | </developer> |
|---|
| 36 | 50 | </developers> |
|---|
| 37 | | |
|---|
| | 51 | <contributors> |
|---|
| | 52 | <contributor> |
|---|
| | 53 | <name>Adrien Grand</name> |
|---|
| | 54 | <email>jpountz[at]jpountz[dot]net</email> |
|---|
| | 55 | </contributor> |
|---|
| | 56 | </contributors> |
|---|
| | 57 | |
|---|
| 38 | 58 | <build> |
|---|
| 39 | 59 | <plugins> |
|---|
| … | … | |
| 61 | 81 | <linkXref>true</linkXref> |
|---|
| 62 | 82 | <sourceEncoding>utf-8</sourceEncoding> |
|---|
| 63 | | <targetJdk>1.6</targetJdk> |
|---|
| | 83 | <targetJdk>1.5</targetJdk> |
|---|
| 64 | 84 | </configuration> |
|---|
| 65 | 85 | </plugin> |
|---|
| … | … | |
| 74 | 94 | <links> |
|---|
| 75 | 95 | <link> |
|---|
| 76 | | http://java.sun.com/javase/6/docs/api/ |
|---|
| | 96 | http://java.sun.com/j2se/1.5.0/docs/api/ |
|---|
| 77 | 97 | </link> |
|---|
| 78 | 98 | </links> |
|---|