[jboss-cvs] jboss-seam-ide ...
Thomas Heute
theute at jboss.com
Mon Sep 4 03:33:56 EDT 2006
User: theute
Date: 06/09/04 03:33:56
Modified: jboss-seam-ide build.properties plugin.xml
Log:
Fixed packaging
Revision Changes Path
1.2 +6 -3 jboss-seam-ide/build.properties
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.properties
===================================================================
RCS file: /cvsroot/jboss/jboss-seam-ide/build.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- build.properties 15 Aug 2006 10:14:37 -0000 1.1
+++ build.properties 4 Sep 2006 07:33:56 -0000 1.2
@@ -1,4 +1,3 @@
-output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
lib/freemarker.jar,\
@@ -7,5 +6,9 @@
lib/hibernate3.jar,\
lib/hibernate-tools.jar,\
lib/jtidy-r8-21122004.jar,\
- .
-source.. = src/
+ ,\
+ org.jboss.seam.ide.jar,\
+ icons/
+jars.compile.order = org.jboss.seam.ide.jar
+source.org.jboss.seam.ide.jar = src/
+output.org.jboss.seam.ide.jar = bin/
1.2 +2 -2 jboss-seam-ide/plugin.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: plugin.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam-ide/plugin.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- plugin.xml 15 Aug 2006 10:14:37 -0000 1.1
+++ plugin.xml 4 Sep 2006 07:33:56 -0000 1.2
@@ -5,10 +5,10 @@
point="org.eclipse.ui.newWizards">
<category
name="Seam Wizards"
- id="jboss_seam_ide">
+ id="org.jboss.seam.ide.wizards">
</category>
<wizard
- category="jboss_seam_ide"
+ category="org.jboss.seam.ide.wizards"
class="org.jboss.seam.ide.wizard.NewSeamProjectWizard"
icon="icons/sample.gif"
id="org.jboss.seam.ide.wizard.NewSeamProjectWizard"
More information about the jboss-cvs-commits
mailing list