You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ke...@apache.org on 2007/07/19 12:07:27 UTC

svn commit: r557548 - in /incubator/tuscany/branches/sdo-1.0-incubating: distribution/src/main/release/RELEASE_NOTES lib/pom.xml lib/src/main/java/org/apache/tuscany/sdo/api/SDOUtil.java lib/src/main/java/org/apache/tuscany/sdo/api/overview.html

Author: kelvingoodson
Date: Thu Jul 19 03:07:23 2007
New Revision: 557548

URL: http://svn.apache.org/viewvc?view=rev&rev=557548
Log:
Add commentary on new lib project/jar.

Added:
    incubator/tuscany/branches/sdo-1.0-incubating/lib/src/main/java/org/apache/tuscany/sdo/api/overview.html
Modified:
    incubator/tuscany/branches/sdo-1.0-incubating/distribution/src/main/release/RELEASE_NOTES
    incubator/tuscany/branches/sdo-1.0-incubating/lib/pom.xml
    incubator/tuscany/branches/sdo-1.0-incubating/lib/src/main/java/org/apache/tuscany/sdo/api/SDOUtil.java

Modified: incubator/tuscany/branches/sdo-1.0-incubating/distribution/src/main/release/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sdo-1.0-incubating/distribution/src/main/release/RELEASE_NOTES?view=diff&rev=557548&r1=557547&r2=557548
==============================================================================
--- incubator/tuscany/branches/sdo-1.0-incubating/distribution/src/main/release/RELEASE_NOTES (original)
+++ incubator/tuscany/branches/sdo-1.0-incubating/distribution/src/main/release/RELEASE_NOTES Thu Jul 19 03:07:23 2007
@@ -34,6 +34,17 @@
 sdo-api-r2.1-1.0-incubating-beta1.jar in the beta1 release becomes
 tuscany-sdo-api-r2.1-1.0-incubating.jar in this release.
 
+In addition a new maven artifact and jar has appeared.
+
+maven groupId=org.apache.tuscany.sdo
+maven artifactId=tuscany-sdo-lib
+jar archive=tuscany-sdo-lib-${sdo.version}
+
+This artifact provides a cleear distinction between Tuscany SDO implementation,  and the Tuscany
+API which extends the SDO API.  See the javadoc contained in the binary release for details of
+the function provded by this artifact.
+
+
 New Features and Fixes
 ======================
 

Modified: incubator/tuscany/branches/sdo-1.0-incubating/lib/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sdo-1.0-incubating/lib/pom.xml?view=diff&rev=557548&r1=557547&r2=557548
==============================================================================
--- incubator/tuscany/branches/sdo-1.0-incubating/lib/pom.xml (original)
+++ incubator/tuscany/branches/sdo-1.0-incubating/lib/pom.xml Thu Jul 19 03:07:23 2007
@@ -74,7 +74,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <configuration>
-<!-- KG TODO                    <overview>${basedir}/src/main/java/org/apache/tuscany/sdo/overview.html</overview> -->
+                    <overview>${basedir}/src/main/java/org/apache/tuscany/sdo/api/overview.html</overview>
                     <version>2.0</version>
                     <source>1.4</source>
                     <excludePackageNames>org.apache.tuscany.sdo.lib:org.apache.tuscany.sdo.spi</excludePackageNames>

Modified: incubator/tuscany/branches/sdo-1.0-incubating/lib/src/main/java/org/apache/tuscany/sdo/api/SDOUtil.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sdo-1.0-incubating/lib/src/main/java/org/apache/tuscany/sdo/api/SDOUtil.java?view=diff&rev=557548&r1=557547&r2=557548
==============================================================================
--- incubator/tuscany/branches/sdo-1.0-incubating/lib/src/main/java/org/apache/tuscany/sdo/api/SDOUtil.java (original)
+++ incubator/tuscany/branches/sdo-1.0-incubating/lib/src/main/java/org/apache/tuscany/sdo/api/SDOUtil.java Thu Jul 19 03:07:23 2007
@@ -37,7 +37,6 @@
 import commonj.sdo.helper.CopyHelper;
 import commonj.sdo.helper.HelperContext;
 import commonj.sdo.helper.TypeHelper;
-import commonj.sdo.helper.XMLHelper;
 import commonj.sdo.impl.HelperProvider;
 
 /**

Added: incubator/tuscany/branches/sdo-1.0-incubating/lib/src/main/java/org/apache/tuscany/sdo/api/overview.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sdo-1.0-incubating/lib/src/main/java/org/apache/tuscany/sdo/api/overview.html?view=auto&rev=557548
==============================================================================
--- incubator/tuscany/branches/sdo-1.0-incubating/lib/src/main/java/org/apache/tuscany/sdo/api/overview.html (added)
+++ incubator/tuscany/branches/sdo-1.0-incubating/lib/src/main/java/org/apache/tuscany/sdo/api/overview.html Thu Jul 19 03:07:23 2007
@@ -0,0 +1,38 @@
+<html>
+<!--
+ *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ * -->
+<head>
+    <title>Tuscany API extensions to Service Data Objects (SDO)</title>
+</head>
+<BODY>
+<h1>Tuscany API extensions to Service Data Objects (SDO)</h1> 
+    <h2>Overview</h2>
+<p>
+The "org.apache.tuscany.sdo.api" package represents Tuscany API for SDO Java 
+above and beyond what is offered by the SDO API itself. The contents of this 
+project provide a means to achieve operations that are not currently addressed 
+by the SDO API.
+</p>
+<p>
+The SDOUtil class simply provides a set of static convenince methods for 
+exercising the methods of a default instance of the SDOHelper interface.
+</p>
+</BODY>
+</html>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org