Author: bpetri
Date: Sun Jul 27 19:43:33 2014
New Revision: 1613832
URL: http://svn.apache.org/r1613832
Log:
CELIX-134
updated references to reflect TLP status
Removed:
celix/trunk/DISCLAIMER
Modified:
celix/trunk/BUILDING
celix/trunk/CMakeLists.txt
celix/trunk/cmake/cmake_celix/CPackConfig-Installation.in
celix/trunk/doap/doap_Celix.rdf
Modified: celix/trunk/BUILDING
URL:
http://svn.apache.org/viewvc/celix/trunk/BUILDING?rev=1613832&r1=1613831&r2=1613832&view=diff
==============================================================================
--- celix/trunk/BUILDING (original)
+++ celix/trunk/BUILDING Sun Jul 27 19:43:33 2014
@@ -1,4 +1,4 @@
-APACHE CELIX INCUBATION - BUILDING AND INSTALLATION OVERVIEW
+APACHE CELIX - BUILDING AND INSTALLATION OVERVIEW
Notes
-----
@@ -6,9 +6,9 @@ Notes
* Currently Apache Celix only builds and works on Unix/Linux like systems
(including MacOSX).
* Apache Celix requires CMake for building, other requirements/dependencies
are
- listed per subproject on http://incubator.apache.org/celix/subprojects.html
+ listed per subproject on http://celix.apache.org/subprojects.html
* More information about the build system, and how to extend it, can be found
at
- the website: http://incubator.apache.org/celix/documentation.html
+ the website: http://celix.apache.org/documentation.html
Quick Start
@@ -71,7 +71,7 @@ deployment and installation.
Since Apache Celix provides a modular framework, it makes sense to provide
the
available components as modules as well. To enable/disable these modules
cmake
is used. In the GUI or console there are settings named BUILD_{NAME} which
can
- be switched on or off. On http://incubator.apache.org/celix/subprojects.html
a
+ be switched on or off. On http://celix.apache.org/subprojects.html a
list of all subprojects is given.
* Apache Celix deployment/installation
With a modular system it doesn't make sense to simply install everything to
@@ -82,4 +82,4 @@ deployment and installation.
created as well.
Installing the framework (and its dependencies) might make sense, every
target
needs the framework. To install only the framework a dedicated target is
- available: make install-release.
\ No newline at end of file
+ available: make install-release.
Modified: celix/trunk/CMakeLists.txt
URL:
http://svn.apache.org/viewvc/celix/trunk/CMakeLists.txt?rev=1613832&r1=1613831&r2=1613832&view=diff
==============================================================================
--- celix/trunk/CMakeLists.txt (original)
+++ celix/trunk/CMakeLists.txt Sun Jul 27 19:43:33 2014
@@ -39,7 +39,7 @@ ENDIF()
SET(CELIX_MAJOR "1")
SET(CELIX_MINOR "0")
SET(CELIX_MICRO "0")
-SET(CELIX_QUALIFIER "incubating")
+SET(CELIX_QUALIFIER "")
enable_testing()
@@ -48,7 +48,7 @@ include(cmake_celix/installation)
include(UseDoxygen)
# Default bundle version
-set(DEFAULT_VERSION 0.0.1.incubating)
+set(DEFAULT_VERSION 1.0.0)
## New sub project must use a buildoption to be able to enable/disable the
project using the CMake Editor
## Sub projects depending on another sub project automatically enable these
dependencies
Modified: celix/trunk/cmake/cmake_celix/CPackConfig-Installation.in
URL:
http://svn.apache.org/viewvc/celix/trunk/cmake/cmake_celix/CPackConfig-Installation.in?rev=1613832&r1=1613831&r2=1613832&view=diff
==============================================================================
--- celix/trunk/cmake/cmake_celix/CPackConfig-Installation.in (original)
+++ celix/trunk/cmake/cmake_celix/CPackConfig-Installation.in Sun Jul 27
19:43:33 2014
@@ -21,7 +21,7 @@ SET(CPACK_INSTALL_CMAKE_PROJECTS "@PROJE
set(CPACK_PACKAGE_NAME "Apache Celix")
SET(CPACK_PACKAGE_DESCRIPTION "Package containing a release for Apache Celix")
SET(CPACK_PACKAGE_FILE_NAME
"apache.celix-@CELIX_MAJOR@.@CELIX_MINOR@.@CELIX_MICRO@.@CELIX_QUALIFIER@")
-set(CPACK_PACKAGE_VENDOR "incubator.apache.org/celix")
+set(CPACK_PACKAGE_VENDOR "celix.apache.org")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Framework")
set(CPACK_PACKAGE_VERSION_MAJOR "@CELIX_MAJOR@")
set(CPACK_PACKAGE_VERSION_MINOR "@CELIX_MINOR@")
Modified: celix/trunk/doap/doap_Celix.rdf
URL:
http://svn.apache.org/viewvc/celix/trunk/doap/doap_Celix.rdf?rev=1613832&r1=1613831&r2=1613832&view=diff
==============================================================================
--- celix/trunk/doap/doap_Celix.rdf (original)
+++ celix/trunk/doap/doap_Celix.rdf Sun Jul 27 19:43:33 2014
@@ -31,12 +31,12 @@
=======================================================================
-->
- <Project rdf:about="http://incubator.apache.org/celix">
+ <Project rdf:about="http://celix.apache.org">
<created>2010-11-17</created>
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
<name>Apache Celix</name>
- <homepage rdf:resource="http://incubator.apache.org/celix" />
- <asfext:pmc rdf:resource="http://incubator.apache.org" />
+ <homepage rdf:resource="http://celix.apache.org" />
+ <asfext:pmc rdf:resource="http://celix.apache.org" />
<shortdesc>OSGi framework implementation in C.</shortdesc>
<description>
Celix is an implementation of the OSGi specification adapted to C.
@@ -44,14 +44,14 @@
An important aspect of the implementation is interoperability between
Java and C. This interoperability is achieved by porting and implementing the
Remote Services specification in Celix.
</description>
<bug-database rdf:resource="https://issues.apache.org/jira/browse/celix" />
- <download-page
rdf:resource="http://incubator.apache.org/celix/download.html" />
- <mailing-list
rdf:resource="http://incubator.apache.org/celix/support/mailinglist.html" />
+ <download-page rdf:resource="http://celix.apache.org/download.html" />
+ <mailing-list
rdf:resource="http://celix.apache.org/support/mailinglist.html" />
<programming-language>C</programming-language>
<category
rdf:resource="http://projects.apache.org/category/network-server" />
<repository>
<SVNRepository>
- <location
rdf:resource="https://svn.apache.org/repos/asf/incubator/celix"/>
- <browse rdf:resource="http://svn.apache.org/viewvc/incubator/celix/"/>
+ <location rdf:resource="https://svn.apache.org/repos/asf/celix"/>
+ <browse rdf:resource="http://svn.apache.org/viewvc/celix"/>
</SVNRepository>
</repository>
</Project>