Author: gnodet
Date: Sat Dec 29 16:43:06 2007
New Revision: 607497
URL: http://svn.apache.org/viewvc?rev=607497&view=rev
Log:
Small fixes
Modified:
servicemix/smx4/runtime/trunk/README.txt
servicemix/smx4/runtime/trunk/RELEASE-NOTES.txt
servicemix/smx4/runtime/trunk/pom.xml
Modified: servicemix/smx4/runtime/trunk/README.txt
URL:
http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/README.txt?rev=607497&r1=607496&r2=607497&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/README.txt (original)
+++ servicemix/smx4/runtime/trunk/README.txt Sat Dec 29 16:43:06 2007
@@ -15,19 +15,19 @@
* limitations under the License.
*/
-Welcome to Apache ServiceMix Runtime 0.1!
-=========================================
+Welcome to Apache ServiceMix Runtime
+====================================
Apache ServiceMix Runtime is a small OSGi based runtime which provides a
lightweight container onto which various bundles can be deployed.
The following features are included:
-* Hot deployment of OSGi bundles
-* Dynamic reloadable configuration
-* Provisioning through OBR
-* Native OS integration
-* Extensible Shell console
-* Remote access
-* Running multiple instances
+ * Hot deployment of OSGi bundles
+ * Dynamic reloadable configuration
+ * Provisioning through OBR
+ * Native OS integration
+ * Extensible Shell console
+ * Remote access
+ * Running / managing multiple instances
Getting Started
===============
@@ -39,13 +39,13 @@
and unsupported features.
Alternatively, you can also find out how to get started here:
- http://cwiki.apache.org/SMX4/1-quick-start.html
+ http://cwiki.apache.org/confluence/display/SMX4RUN/Home
If you need more help try talking to us on our mailing lists
http://servicemix.apache.org/mailing-lists.html
If you find any issues with CXF, please submit reports with JIRA here:
- http://issues.apache.org/activemq/browse/SM
+ http://issues.apache.org/activemq/browse/SMX4RUN
We welcome contributions, and encourage you to get involved in the CXF
community. If you'd like to learn more about how you can contribute, please
Modified: servicemix/smx4/runtime/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/RELEASE-NOTES.txt?rev=607497&r1=607496&r2=607497&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/RELEASE-NOTES.txt (original)
+++ servicemix/smx4/runtime/trunk/RELEASE-NOTES.txt Sat Dec 29 16:43:06 2007
@@ -15,3 +15,19 @@
* limitations under the License.
*/
+ Apache ServiceMix Runtime 1.0-m1
+ ================================
+
+See the README.txt file for more general informations about ServiceMix Runtime.
+
+This is the first milestone of ServiceMix Runtime. All the features are not
+implemented yet and things may be changed until the final 1.0 release.
+Please refer to the web site for more informations and feel free to ask any
+questions on the ServiceMix mailing lists or simply to provide feedback
+(we appreciate it very much).
+
+Thanks you for downloading ServiceMix Runtime. Enjoy !
+
+The ServiceMix Team
+http://servicemix.apache.org/team.html
+
Modified: servicemix/smx4/runtime/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/pom.xml?rev=607497&r1=607496&r2=607497&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/pom.xml Sat Dec 29 16:43:06 2007
@@ -99,33 +99,9 @@
<name>ServiceMix Repository</name>
<url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
</repository>
- <!-- Apache snapshot -->
- <repository>
- <id>apache-snapshots</id>
- <name>Apache Snapshot repository</name>
- <url>http://people.apache.org/repo/m2-snapshot-repository</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
</repositories>
<pluginRepositories>
- <!-- Apache snapshot -->
- <pluginRepository>
- <id>apache-snapshots</id>
- <name>Apache Snapshot repository</name>
- <url>http://people.apache.org/repo/m2-snapshot-repository</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
<!-- ServiceMix repo -->
<pluginRepository>
<id>servicemix</id>