home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Musique / JSound / JSound.exe / lib\sanselan-0.97-incubator.jar / META-INF / README.txt < prev   
Text File  |  2009-01-18  |  3KB  |  92 lines

  1. =============================================================
  2. Welcome to Apache Sanselan  <http://sanselan.apache.org/>
  3. =============================================================
  4.  
  5. Apache Sanselan is an effort undergoing incubation at the Apache Software
  6. Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required
  7. of all newly accepted projects until a further review indicates that the
  8. infrastructure, communications, and decision making process have stabilized in a
  9. manner consistent with other successful ASF projects. While incubation status is
  10. not necessarily a reflection of the completeness or stability of the code, it
  11. does indicate that the project has yet to be fully endorsed by the ASF.
  12.  
  13.  
  14. License (see also LICENSE)
  15. ==============================
  16.  
  17. Collective work: Copyright 2007-2009 The Apache Software Foundation.
  18.  
  19. Licensed to the Apache Software Foundation (ASF) under one or more
  20. contributor license agreements.  See the NOTICE file distributed with
  21. this work for additional information regarding copyright ownership.
  22. The ASF licenses this file to You under the Apache License, Version 2.0
  23. (the "License"); you may not use this file except in compliance with
  24. the License.  You may obtain a copy of the License at
  25.  
  26.      http://www.apache.org/licenses/LICENSE-2.0
  27.  
  28. Unless required by applicable law or agreed to in writing, software
  29. distributed under the License is distributed on an "AS IS" BASIS,
  30. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  31. See the License for the specific language governing permissions and
  32. limitations under the License.
  33.  
  34.  
  35. Getting Started
  36. ===============
  37.  
  38. Mailing Lists
  39. -------------
  40.  
  41. To get involved with the Apache Sanselan project, start by having a
  42. look at our website (link at top of page) and join our mailing
  43. lists by sending an empty message to
  44.  
  45.    sanselan-dev-subscribe     :at: incubator.apache.org
  46. and
  47.    sanselan-commits-subscribe :at: incubator.apache.org
  48.  
  49. and the dev mailing list archives can be found at
  50.  
  51.    http://incubator.apache.org/mail/sanselan-dev/
  52.  
  53.  
  54. Downloading
  55. -----------
  56.  
  57. The Sanselan source code is available via Subversion at
  58.  
  59.    https://svn.apache.org/repos/asf/incubator/sanselan/trunk
  60.  
  61. and anonymous access is available at
  62.  
  63.    http://svn.apache.org/repos/asf/incubator/sanselan/trunk
  64.  
  65. or with ViewVC at
  66.  
  67.    http://svn.apache.org/viewvc/incubator/sanselan/trunk/
  68.  
  69. To checkout the main Sanselan source tree, run
  70.  
  71.    svn checkout http://svn.apache.org/repos/asf/incubator/sanselan/trunk/sanselan
  72.  
  73. Once you have a copy of the source code tree, you can use Apache Maven
  74.  
  75.    http://maven.apache.org/
  76.  
  77. to build the project. You should use Maven 2 to build Sanselan.
  78. The minimal command to build, test, and package all the main Sanselan
  79. components is:
  80.  
  81.    mvn install
  82.  
  83. For more instructions, please see the documentation at:
  84.  
  85.    http://sanselan.apache.org/doc/building.html
  86.  
  87. Credits
  88. =======
  89.  
  90. See http://sanselan.apache.org/team-list.html for the list of 
  91. Sanselan committers and main contributors.
  92.