~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/ikvm/website/src/documentation/content/xdocs/devguide/intro.xml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://apache.org/forrest/dtd/document-v12.dtd">
 
3
<document> 
 
4
  <header> 
 
5
    <title>IKVM.NET Developer's Guide</title> 
 
6
    <authors><person name="Stephen Schaub" email="sschaub@bju.edu"/> 
 
7
    </authors> 
 
8
  </header> 
 
9
  <body> 
 
10
    
 
11
      <p>IKVM.NET makes it possible both to develop .NET applications in Java, and to use existing Java API's and libraries
 
12
      in applications written in any .NET language. This guide includes information of
 
13
      interest to developers who want to use Java as their preferred .NET development language, as well as
 
14
      for those who wish to use Java libraries in their C# or VB.NET applications.</p>
 
15
    
 
16
  </body>
 
17
</document>