Author: lresende
Date: Sun Nov 15 20:47:04 2009
New Revision: 836414
URL: http://svn.apache.org/viewvc?rev=836414&view=rev
Log:
Porting implementation.widget javascript extensibility from 1.x
Added:
tuscany/java/sca/modules/implementation-widget-runtime-dojo/META-INF/
tuscany/java/sca/modules/implementation-widget-runtime-dojo/META-INF/MANIFEST.MF
Modified:
tuscany/java/sca/modules/implementation-widget-runtime-dojo/pom.xml
Added:
tuscany/java/sca/modules/implementation-widget-runtime-dojo/META-INF/MANIFEST.MF
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-widget-runtime-dojo/META-INF/MANIFEST.MF?rev=836414&view=auto
==============================================================================
---
tuscany/java/sca/modules/implementation-widget-runtime-dojo/META-INF/MANIFEST.MF
(added)
+++
tuscany/java/sca/modules/implementation-widget-runtime-dojo/META-INF/MANIFEST.MF
Sun Nov 15 20:47:04 2009
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Tool: Bnd-0.0.357
+Bundle-Name: Apache Tuscany SCA Widget Implementation Runtime (Dojo)
+Created-By: 1.6.0_15 (Apple Inc.)
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Version: 2.0.0
+Bnd-LastModified: 1258090277695
+Bundle-ManifestVersion: 2
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-Description: Apache Tuscany SCA Widget Implementation Model
+Import-Package: javax.xml.namespace,
+ javax.xml.stream;version="1.0",
+ org.apache.tuscany.sca.assembly;version="2.0.0",
+ org.apache.tuscany.sca.monitor;version="2.0.0"
+Bundle-SymbolicName: org.apache.tuscany.sca.implementation.widget.runtime.dojo
+Bundle-DocURL: http://www.apache.org/
+
Modified: tuscany/java/sca/modules/implementation-widget-runtime-dojo/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-widget-runtime-dojo/pom.xml?rev=836414&r1=836413&r2=836414&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-widget-runtime-dojo/pom.xml
(original)
+++ tuscany/java/sca/modules/implementation-widget-runtime-dojo/pom.xml Sun Nov
15 20:47:04 2009
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-widget-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
@@ -43,25 +43,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
-
- <configuration>
- <instructions>
- <Bundle-Version>${tuscany.version}</Bundle-Version>
-
<Bundle-SymbolicName>org.apache.tuscany.sca.binding.atom-js</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
-
<Export-Package>org.apache.tuscany.sca.binding.atom.js*</Export-Package>
-
<Import-Package>org.apache.tuscany.sca.assembly.xml;version="1.4",
*</Import-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>