[jboss-osgi-commits] JBoss-OSGI SVN: r89181 - in projects/jboss-osgi: trunk/build/distribution/src/main/resources/installer and 1 other directory.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Wed May 20 09:25:48 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-05-20 09:25:47 -0400 (Wed, 20 May 2009)
New Revision: 89181

Modified:
   projects/jboss-osgi/projects/husky/trunk/.classpath
   projects/jboss-osgi/trunk/build/distribution/src/main/resources/installer/install-definition.xml
Log:
Fix installer artefats

Modified: projects/jboss-osgi/projects/husky/trunk/.classpath
===================================================================
--- projects/jboss-osgi/projects/husky/trunk/.classpath	2009-05-20 13:23:07 UTC (rev 89180)
+++ projects/jboss-osgi/projects/husky/trunk/.classpath	2009-05-20 13:25:47 UTC (rev 89181)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
+	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>

Modified: projects/jboss-osgi/trunk/build/distribution/src/main/resources/installer/install-definition.xml
===================================================================
--- projects/jboss-osgi/trunk/build/distribution/src/main/resources/installer/install-definition.xml	2009-05-20 13:23:07 UTC (rev 89180)
+++ projects/jboss-osgi/trunk/build/distribution/src/main/resources/installer/install-definition.xml	2009-05-20 13:25:47 UTC (rev 89181)
@@ -111,7 +111,7 @@
       
       <!-- JBossOSGi Lib -->
       <fileset dir="@{deploy.artifacts.dir}/lib" targetdir="$INSTALL_PATH/lib" override="true">
-        <include name="jboss-osgi-runtime-deployer.jar" />
+        <include name="jboss-osgi-deployers.jar" />
         <include name="jboss-osgi-runtime-felix.jar" />
         <include name="jboss-osgi-spi.jar" />
         <include name="jboss-osgi-common.jar" />
@@ -128,7 +128,7 @@
       
       <!-- JBossOSGi Source -->
       <fileset dir="@{deploy.artifacts.dir}/source" targetdir="$INSTALL_PATH/source" override="true">
-        <include name="jboss-osgi-runtime-deployer-sources.jar" />
+        <include name="jboss-osgi-deployers-sources.jar" />
         <include name="jboss-osgi-runtime-felix-sources.jar" />
         <include name="jboss-osgi-spi-sources.jar" />
         <include name="jboss-osgi-common-sources.jar" />
@@ -245,8 +245,8 @@
       
       <!-- deployers/osgi.deployer -->
       <fileset dir="@{deploy.artifacts.dir}/lib" targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deployers/osgi.deployer" override="true">
-        <include name="jboss-osgi-runtime-deployer.jar" />
-        <include name="jboss-osgi-runtime-jbossas.jar" />
+        <include name="jboss-osgi-deployers.jar" />
+        <include name="jboss-osgi-integration-jbossas.jar" />
         <include name="jboss-osgi-spi.jar" />
       </fileset>
       




More information about the jboss-osgi-commits mailing list