You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2006/08/31 04:49:26 UTC

svn commit: r438752 - in /incubator/tuscany/java/spec/sdo: NOTICE.txt pom.xml src/main/resources/META-INF/

Author: jboynes
Date: Wed Aug 30 19:49:26 2006
New Revision: 438752

URL: http://svn.apache.org/viewvc?rev=438752&view=rev
Log:
finish switch to using osgi plugin to generate manifest for sdo spec jar

Added:
    incubator/tuscany/java/spec/sdo/NOTICE.txt   (with props)
Removed:
    incubator/tuscany/java/spec/sdo/src/main/resources/META-INF/
Modified:
    incubator/tuscany/java/spec/sdo/pom.xml

Added: incubator/tuscany/java/spec/sdo/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sdo/NOTICE.txt?rev=438752&view=auto
==============================================================================
--- incubator/tuscany/java/spec/sdo/NOTICE.txt (added)
+++ incubator/tuscany/java/spec/sdo/NOTICE.txt Wed Aug 30 19:49:26 2006
@@ -0,0 +1,14 @@
+${pom.name}
+Copyright (c) 2005 - 2006 The Apache Software Foundation
+
+Apache Tuscany is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Web Services PMC. Incubation is
+required of all newly accepted projects until a further review indicates that
+the infrastructure, communications, and decision making process have stabilized
+in a manner consistent with other successful ASF projects. While incubation
+status is not necessarily a reflection of the completeness or stability of the
+code, it does indicate that the project has yet to be fully endorsed by the ASF.
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/tuscany/java/spec/sdo/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/tuscany/java/spec/sdo/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sdo/pom.xml?rev=438752&r1=438751&r2=438752&view=diff
==============================================================================
--- incubator/tuscany/java/spec/sdo/pom.xml (original)
+++ incubator/tuscany/java/spec/sdo/pom.xml Wed Aug 30 19:49:26 2006
@@ -26,8 +26,10 @@
     </parent>
     <groupId>commonj</groupId>
     <artifactId>sdo-api</artifactId>
-    <name>SDO API</name>
+    <packaging>osgi-bundle</packaging>
     <version>1.0-SNAPSHOT</version>
+    <name>SDO API</name>
+    <description>API classes for Service Data Objects</description>
 
     <properties>
         <specVersion>2.01</specVersion>



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