Author: adc Date: Mon Mar 28 20:00:19 2005 New Revision: 159345 URL: http://svn.apache.org/viewcvs?view=rev&rev=159345 Log: Removed reliance on tmporb-ssl
Added: geronimo/trunk/specs/corba/src/java/org/ Modified: geronimo/trunk/modules/assembly/project.xml geronimo/trunk/specs/corba/build.xml geronimo/trunk/specs/corba/maven.xml Modified: geronimo/trunk/modules/assembly/project.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/assembly/project.xml?view=diff&r1=159344&r2=159345 ============================================================================== --- geronimo/trunk/modules/assembly/project.xml (original) +++ geronimo/trunk/modules/assembly/project.xml Mon Mar 28 20:00:19 2005 @@ -1156,15 +1156,6 @@ <dependency> <groupId>tmporb</groupId> - <artifactId>tmporb-ssl</artifactId> - <version>${tmporb_version}</version> - <properties> - <repository>true</repository> - </properties> - </dependency> - - <dependency> - <groupId>tmporb</groupId> <artifactId>tmporb-ots</artifactId> <version>${tmporb_version}</version> <properties> Modified: geronimo/trunk/specs/corba/build.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/specs/corba/build.xml?view=diff&r1=159344&r2=159345 ============================================================================== --- geronimo/trunk/specs/corba/build.xml (original) +++ geronimo/trunk/specs/corba/build.xml Mon Mar 28 20:00:19 2005 @@ -46,7 +46,10 @@ <arg value="TimeBase"/> <arg value="${pkg.prefix}"/> <arg value="-pkgPrefix"/> - <arg value="SecurityService"/> + <arg value="Security"/> + <arg value="${pkg.prefix}"/> + <arg value="-pkgPrefix"/> + <arg value="SSLIOP"/> <arg value="${pkg.prefix}"/> <arg value="-pkgPrefix"/> <arg value="CosTransactions"/> Modified: geronimo/trunk/specs/corba/maven.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/specs/corba/maven.xml?view=diff&r1=159344&r2=159345 ============================================================================== --- geronimo/trunk/specs/corba/maven.xml (original) +++ geronimo/trunk/specs/corba/maven.xml Mon Mar 28 20:00:19 2005 @@ -47,8 +47,7 @@ --> <goal name="interop:idlj:iop"> - <ant:echo message="Interop :: idlj :: IOP"> - </ant:echo> + <ant:echo message="Interop :: idlj :: IOP"/> <ant:ant antfile="build.xml"> <ant:property name="maven.build.src" value="${maven.build.src}"/> <ant:property name="maven.src.dir" value="${maven.src.dir}"/>