From aceccb21f2c0d535215363ba7240e247f03b7f8f Mon Sep 17 00:00:00 2001 From: Jozef Hartinger Date: Thu, 10 Apr 2014 14:32:25 +0200 Subject: [PATCH] Switch to MarkDown --- dist/README.md | 67 +++++++++++++++++++++++++++++++++++++++++++++++++ dist/readme.txt | 62 --------------------------------------------- 2 files changed, 67 insertions(+), 62 deletions(-) create mode 100644 dist/README.md delete mode 100644 dist/readme.txt diff --git a/dist/README.md b/dist/README.md new file mode 100644 index 0000000..5e543a9 --- /dev/null +++ b/dist/README.md @@ -0,0 +1,67 @@ + +Weld +==== + +What is it? +------------ + +Weld is the reference implementation of CDI: Contexts and Dependency Injection +for the Java EE Platform which is the Java standard for dependency injection and +contextual lifecycle management and one of the most important and popular parts +of the Java EE platform. + +Weld is integrated into many Java EE application servers such as WildFly, +JBoss Enterprise Application Platform, GlassFish, Oracle WebLogic and others. +Weld can also be used in a Servlet-only environment (Tomcat, Jetty) or plain +Java SE environment. + +See http://weld.cdi-spec.org for more details. + +Contents of distribution +------------------------ + +doc/ + + API Docs and reference guide. Open doc/en-US/html/index.html in your + browser for instructions on how to get started using Weld and the + facilities offered by CDI. + +examples/ + + The Weld examples. See examples/README.md for more details. In addition, + the examples are described in more detail in the reference guide + +artifacts/weld + + Weld binary, source and javadoc jars + +artifacts/cdi + + CDI API binary, source and javadoc jars + +Licensing +--------- + +This distribution, as a whole, is licensed under the terms of the ASL 2.0, Version 2.0 (see LICENSE.txt). + +The various components in this JAR are each licensed under an open source +license that permits you to copy, modify, and distribute the code in both +binary and source code form. In some cases those licenses impose +requirements on you when you redistribute the code. Please refer to the +license information contained in the source code of each of the components +for the specific license applicable to that component. + +Weld URLs +--------- + +Home Page: http://weld.cdi-spec.org + +Downloads: http://weld.cdi-spec.org/download/ + +Mailing Lists: https://lists.jboss.org/mailman/listinfo/weld-dev + +Forums: https://community.jboss.org/en/weld + +Source Code: http://github.com/weld + +Issue Tracking: https://jira.jboss.org/jira/browse/WELD (core) diff --git a/dist/readme.txt b/dist/readme.txt deleted file mode 100644 index 48ce60f..0000000 --- a/dist/readme.txt +++ /dev/null @@ -1,62 +0,0 @@ - - Weld - - What is it? - ============ - - Weld is the reference implementation of CDI: Contexts and Dependency Injection - for the Java EE Platform which is the Java standard for dependency injection and - contextual lifecycle management and one of the most important and popular parts - of the Java EE platform. - - Weld is integrated into many Java EE application servers such as WildFly, - JBoss Enterprise Application Platform, GlassFish, Oracle WebLogic and others. - Weld can also be used in a Servlet-only environment (Tomcat, Jetty) or plain - Java SE environment. - - See http://weld.cdi-spec.org for more details. - - Contents of distribution - ======================== - - doc/ - - API Docs and reference guide. Open doc/en-US/html/index.html in your - browser for instructions on how to get started using Weld and the - facilities offered by CDI. - - examples/ - - The Weld examples. See examples/README.md for more details. In addition, - the examples are described in more detail in the reference guide - - artifacts/weld - - Weld binary, source and javadoc jars - - artifacts/cdi - - CDI API binary, source and javadoc jars - - Licensing - ========= - - This distribution, as a whole, is licensed under the terms of the ASL 2.0, Version 2.0 (see LICENSE.txt). - - The various components in this JAR are each licensed under an open source - license that permits you to copy, modify, and distribute the code in both - binary and source code form. In some cases those licenses impose - requirements on you when you redistribute the code. Please refer to the - license information contained in the source code of each of the components - for the specific license applicable to that component. - - Weld URLs - ========= - - Home Page: http://weld.cdi-spec.org - Downloads: http://weld.cdi-spec.org/download/ - Mailing Lists: https://lists.jboss.org/mailman/listinfo/weld-dev - Forums: https://community.jboss.org/en/weld - Source Code: http://github.com/weld - Issue Tracking: https://jira.jboss.org/jira/browse/WELD (core) -