Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[vtp-dev] Patch to fix the OpenVXML projects

Hi all,

you'll find in attachment a multi-project patch file that covers all the
changes I had to apply to the OpenVXML Eclipse projects. 

Now a few observations:

- some projects have names beginning with 'org.eclipse', some don't.
Morever, two projects have names starting with 'nprompt2'. 
- All the empty directories created by the patch should contain an empty
file (that could be named '.empty') to make sure that CVS always creates
them when checking out the projects from scratch. 
- When I start a runtime Eclipse to test the plugins and switch to the
openVXML perspective, I see 'nPrompt2 Business Analyst Perspective' in the
window title... I guess the projects under CVS are not in sync with what was
used to create the demo CD I got at SpeechTEK. 

Hope this helps,

Dominique

--
Dominique Boucher, Ph.D.
Lead Software Developer
NĂ¼ Echo Inc.
www.nuecho.com
514-861-3246 x 231
 
 "A programming language is low level when its programs require attention to
the irrelevant." -- Alan J. Perlis 
### Eclipse Workspace Patch 1.0
#P org.eclipse.vtp.framework.platforms.genesys
Index: .classpath
===================================================================
RCS file: /home/technology/org.eclipse.vtp/framework/plugins/org.eclipse.vtp.framework.platforms.genesys/.classpath,v
retrieving revision 1.1
diff -u -r1.1 .classpath
--- .classpath	3 Aug 2006 00:02:38 -0000	1.1
+++ .classpath	23 Aug 2006 18:20:06 -0000
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry exported="true" kind="var" path="CLOVER_RUNTIME"/>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="src" path="src/test/resources"/>
+	<classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
#P org.eclipse.vtp.desktop.ui.app
Index: META-INF/MANIFEST.MF
===================================================================
RCS file: /home/technology/org.eclipse.vtp/desktop/plugins/org.eclipse.vtp.desktop.ui.app/META-INF/MANIFEST.MF,v
retrieving revision 1.1
diff -u -r1.1 MANIFEST.MF
--- META-INF/MANIFEST.MF	3 Aug 2006 00:06:41 -0000	1.1
+++ META-INF/MANIFEST.MF	23 Aug 2006 18:20:07 -0000
@@ -71,9 +71,7 @@
   org.eclipse.swt.events,
   org.eclipse.swt.graphics,
   org.eclipse.swt.widgets,
-  org.w3c.dom",
- org.eclipse.vtp.desktop.ui.app.editor.model.builtins; version="1.0.0",
- org.eclipse.vtp.desktop.ui.app.editor.model.builtins.attacheddata; version="1.0.0"; uses:="
+  org.w3c.dom,
   org.eclipse.vtp.desktop.ui.app.editor.model.event,
   org.eclipse.vtp.desktop.ui.app.editor.model,
   org.eclipse.vtp.desktop.ui.app.editor,
Index: .classpath
===================================================================
RCS file: /home/technology/org.eclipse.vtp/desktop/plugins/org.eclipse.vtp.desktop.ui.app/.classpath,v
retrieving revision 1.1
diff -u -r1.1 .classpath
--- .classpath	3 Aug 2006 00:06:40 -0000	1.1
+++ .classpath	23 Aug 2006 18:20:07 -0000
@@ -1,11 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry exported="true" kind="var" path="CLOVER_RUNTIME"/>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="src" path="src/test/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/vtp.framework.media"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/nprompt2.framework.util"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/nprompt2.framework.widgets"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
#P vtp.framework.languages.es
Index: .classpath
===================================================================
RCS file: /home/technology/org.eclipse.vtp/framework/plugins/org.eclipse.vtp.framework.languages.es/.classpath,v
retrieving revision 1.1
diff -u -r1.1 .classpath
--- .classpath	3 Aug 2006 00:00:04 -0000	1.1
+++ .classpath	23 Aug 2006 18:20:07 -0000
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry exported="true" kind="var" path="CLOVER_RUNTIME"/>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="src" path="src/test/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
#P vtp.framework.api
Index: .classpath
===================================================================
RCS file: /home/technology/org.eclipse.vtp/framework/plugins/org.eclipse.vtp.framework.api/.classpath,v
retrieving revision 1.1
diff -u -r1.1 .classpath
--- .classpath	2 Aug 2006 23:54:54 -0000	1.1
+++ .classpath	23 Aug 2006 18:20:08 -0000
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry exported="true" kind="var" path="CLOVER_RUNTIME"/>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="src" path="src/test/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
#P org.eclipse.vtp.desktop.ui.shared
Index: .classpath
===================================================================
RCS file: /home/technology/org.eclipse.vtp/desktop/plugins/org.eclipse.vtp.desktop.ui.shared/.classpath,v
retrieving revision 1.1
diff -u -r1.1 .classpath
--- .classpath	3 Aug 2006 00:09:26 -0000	1.1
+++ .classpath	23 Aug 2006 18:20:09 -0000
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry exported="true" kind="var" path="CLOVER_RUNTIME"/>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="src" path="src/test/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
#P org.eclipse.vtp.framework.infoserv.api
Index: .classpath
===================================================================
RCS file: /home/technology/org.eclipse.vtp/framework/plugins/org.eclipse.vtp.framework.infoserv.api/.classpath,v
retrieving revision 1.1
diff -u -r1.1 .classpath
--- .classpath	2 Aug 2006 23:56:13 -0000	1.1
+++ .classpath	23 Aug 2006 18:20:10 -0000
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry exported="true" kind="var" path="CLOVER_RUNTIME"/>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="src" path="src/test/resources"/>
+	<classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
#P vtp.framework.languages.en
Index: .classpath
===================================================================
RCS file: /home/technology/org.eclipse.vtp/framework/plugins/org.eclipse.vtp.framework.languages.en/.classpath,v
retrieving revision 1.1
diff -u -r1.1 .classpath
--- .classpath	2 Aug 2006 23:59:23 -0000	1.1
+++ .classpath	23 Aug 2006 18:20:11 -0000
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry exported="true" kind="var" path="CLOVER_RUNTIME"/>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="src" path="src/test/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
#P org.eclipse.vtp.desktop.core
Index: META-INF/MANIFEST.MF
===================================================================
RCS file: /home/technology/org.eclipse.vtp/desktop/plugins/org.eclipse.vtp.desktop.core/META-INF/MANIFEST.MF,v
retrieving revision 1.1
diff -u -r1.1 MANIFEST.MF
--- META-INF/MANIFEST.MF	3 Aug 2006 00:05:29 -0000	1.1
+++ META-INF/MANIFEST.MF	23 Aug 2006 18:20:11 -0000
@@ -9,7 +9,9 @@
 Bundle-Activator: org.eclipse.vtp.desktop.core.DesktopCorePlugin
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.core.resources,
- org.eclipse.ui
+ org.eclipse.ui,
+ org.apache.axis,
+ org.eclipse.jdt.core
 Import-Package: org.eclipse.vtp.framework.util; version="1.0.0",
  org.eclipse.vtp.framework.media.binding; version="1.0.0",
  org.eclipse.vtp.framework.media.files; version="1.0.0",
Index: .classpath
===================================================================
RCS file: /home/technology/org.eclipse.vtp/desktop/plugins/org.eclipse.vtp.desktop.core/.classpath,v
retrieving revision 1.1
diff -u -r1.1 .classpath
--- .classpath	3 Aug 2006 00:05:30 -0000	1.1
+++ .classpath	23 Aug 2006 18:20:11 -0000
@@ -1,11 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry exported="true" kind="var" path="CLOVER_RUNTIME"/>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="src" path="src/test/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/nprompt2.framework.util"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/vtp.framework.media"/>
+	<classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
#P org.eclipse.vtp.framework.infoserv.core
Index: .classpath
===================================================================
RCS file: /home/technology/org.eclipse.vtp/framework/plugins/org.eclipse.vtp.framework.infoserv.core/.classpath,v
retrieving revision 1.1
diff -u -r1.1 .classpath
--- .classpath	2 Aug 2006 23:56:46 -0000	1.1
+++ .classpath	23 Aug 2006 18:20:13 -0000
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry exported="true" kind="var" path="CLOVER_RUNTIME"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="src" path="src/test/resources"/>
+	<classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
#P nprompt2.framework.util
Index: .classpath
===================================================================
RCS file: /home/technology/org.eclipse.vtp/framework/plugins/org.eclipse.vtp.framework.util/.classpath,v
retrieving revision 1.1
diff -u -r1.1 .classpath
--- .classpath	3 Aug 2006 00:03:29 -0000	1.1
+++ .classpath	23 Aug 2006 18:20:14 -0000
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry exported="true" kind="var" path="CLOVER_RUNTIME"/>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="src" path="src/test/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
#P vtp.framework.media
Index: .classpath
===================================================================
RCS file: /home/technology/org.eclipse.vtp/framework/plugins/org.eclipse.vtp.framework.media/.classpath,v
retrieving revision 1.1
diff -u -r1.1 .classpath
--- .classpath	3 Aug 2006 00:00:55 -0000	1.1
+++ .classpath	23 Aug 2006 18:20:15 -0000
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry exported="true" kind="var" path="CLOVER_RUNTIME"/>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="src" path="src/test/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
#P nprompt2.framework.widgets
Index: .classpath
===================================================================
RCS file: /home/technology/org.eclipse.vtp/framework/plugins/org.eclipse.vtp.framework.widgets/.classpath,v
retrieving revision 1.1
diff -u -r1.1 .classpath
--- .classpath	3 Aug 2006 00:04:12 -0000	1.1
+++ .classpath	23 Aug 2006 18:20:15 -0000
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry exported="true" kind="var" path="CLOVER_RUNTIME"/>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="src" path="src/test/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
#P org.eclipse.vtp.framework.infoserv.spi
Index: .classpath
===================================================================
RCS file: /home/technology/org.eclipse.vtp/framework/plugins/org.eclipse.vtp.framework.infoserv.spi/.classpath,v
retrieving revision 1.1
diff -u -r1.1 .classpath
--- .classpath	2 Aug 2006 23:57:36 -0000	1.1
+++ .classpath	23 Aug 2006 18:20:16 -0000
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry exported="true" kind="var" path="CLOVER_RUNTIME"/>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="src" path="src/test/resources"/>
+	<classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Back to the top