summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/host-corba-jse/pom.xml
diff options
context:
space:
mode:
authorwjaniszewski <wjaniszewski@13f79535-47bb-0310-9956-ffa450edef68>2008-08-06 16:38:22 +0000
committerwjaniszewski <wjaniszewski@13f79535-47bb-0310-9956-ffa450edef68>2008-08-06 16:38:22 +0000
commit7bab9ed0b8e12bb0262f7f64967530bc84124a86 (patch)
tree6a73fab2dc8aa5861f1761a02e6732929309df7a /java/sca/modules/host-corba-jse/pom.xml
parent9437a5e897404743bd05438357b175626425f850 (diff)
renamed host-corba-jee to host-corba-jse due to JIRA TUSCANY-2468
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683320 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/host-corba-jse/pom.xml (renamed from java/sca/modules/host-corba-jdk/pom.xml)8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/sca/modules/host-corba-jdk/pom.xml b/java/sca/modules/host-corba-jse/pom.xml
index 771d22877e..d0c4c53900 100644
--- a/java/sca/modules/host-corba-jdk/pom.xml
+++ b/java/sca/modules/host-corba-jse/pom.xml
@@ -24,8 +24,8 @@
<artifactId>tuscany-modules</artifactId>
<version>1.4-SNAPSHOT</version>
</parent>
- <artifactId>tuscany-host-corba-jdk</artifactId>
- <name>Apache Tuscany SCA JDK built-in CORBA Host</name>
+ <artifactId>tuscany-host-corba-jse</artifactId>
+ <name>Apache Tuscany SCA JSE built-in CORBA Host</name>
<dependencies>
<dependency>
@@ -45,9 +45,9 @@
<configuration>
<instructions>
<Bundle-Version>${tuscany.version}</Bundle-Version>
- <Bundle-SymbolicName>org.apache.tuscany.sca.host.corba.jdk</Bundle-SymbolicName>
+ <Bundle-SymbolicName>org.apache.tuscany.sca.host.corba.jse</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.host.corba.jdk*</Export-Package>
+ <Export-Package>org.apache.tuscany.sca.host.corba.jse*</Export-Package>
</instructions>
</configuration>
</plugin>