summaryrefslogtreecommitdiff
path: root/odk/examples/java
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 12:40:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 12:40:54 +0000
commit62c63d34028234e3296081e49493f0eba92fc74b (patch)
tree59d0c33c863444664ea0b19626d6b5e4dfc9f2fe /odk/examples/java
parent72ef55fe37b026d9f89cea441737d4c20fd35c73 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'odk/examples/java')
-rw-r--r--odk/examples/java/ConverterServlet/Makefile4
-rw-r--r--odk/examples/java/MinimalComponent/MinimalComponent.java6
-rw-r--r--odk/examples/java/NotesAccess/Makefile2
-rw-r--r--odk/examples/java/PropertySet/Makefile4
-rw-r--r--odk/examples/java/ToDo/Makefile2
5 files changed, 9 insertions, 9 deletions
diff --git a/odk/examples/java/ConverterServlet/Makefile b/odk/examples/java/ConverterServlet/Makefile
index c8ffa667d59c..0c0cf4cf4fc7 100644
--- a/odk/examples/java/ConverterServlet/Makefile
+++ b/odk/examples/java/ConverterServlet/Makefile
@@ -37,14 +37,14 @@ $(OUT_COMP_CLASS) : $(OUT)
$(OFFICE_CLASSES_DIR)/cos.jar :
@echo --------------------------------------------------------------------------------
- @echo You need the servlet support Java archive "$(QM)cos.jar$(QM)" for this example.
+ @echo You need the servlet support Java archive 'cos.jar' for this example.
@echo You can download it from http://www.servlets.com/cos/index.html
@echo and then please copy it into your $(OFFICE_CLASSES_DIR) directory.
@echo --------------------------------------------------------------------------------
$(OFFICE_CLASSES_DIR)/servlet.jar :
@echo --------------------------------------------------------------------------------
- @echo You need the servlet API "$(QM)servlet.jar$(QM)" for this example.
+ @echo You need the servlet API 'servlet.jar' for this example.
@echo You can download it from http://java.sun.com/products/servlet/index.html
@echo and then please copy it into your $(OFFICE_CLASSES_DIR) directory.
@echo --------------------------------------------------------------------------------
diff --git a/odk/examples/java/MinimalComponent/MinimalComponent.java b/odk/examples/java/MinimalComponent/MinimalComponent.java
index 4f6637b77196..45f0de9f8fd7 100644
--- a/odk/examples/java/MinimalComponent/MinimalComponent.java
+++ b/odk/examples/java/MinimalComponent/MinimalComponent.java
@@ -2,9 +2,9 @@
*
* $RCSfile: MinimalComponent.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jsc $ $Date: 2003-02-28 17:39:28 $
+ * last change: $Author: hr $ $Date: 2003-03-26 13:39:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@ import com.sun.star.uno.Type;
* factory for creating the service (<CODE>__getServiceFactory</CODE>) and a
* method, that writes the information into the given registry key
* (<CODE>__writeRegistryServiceInfo</CODE>).
- * @version $Date: 2003-02-28 17:39:28 $
+ * @version $Date: 2003-03-26 13:39:12 $
* @author Bertram Nolte
*/
public class MinimalComponent {
diff --git a/odk/examples/java/NotesAccess/Makefile b/odk/examples/java/NotesAccess/Makefile
index 0eea41d1cc47..214427e08848 100644
--- a/odk/examples/java/NotesAccess/Makefile
+++ b/odk/examples/java/NotesAccess/Makefile
@@ -37,7 +37,7 @@ $(OUT_COMP_CLASS) : $(OUT)
$(OFFICE_CLASSES_DIR)/Notes.jar :
@echo --------------------------------------------------------------------------------
- @echo You need the "$(QM)'Notes.jar$(QM)" from Notes/Domino for this example.
+ @echo You need the 'Notes.jar' from Notes/Domino for this example.
@echo You can download it from http://www.servlets.com/cos/index.html
@echo and then please copy it into your $(OFFICE_CLASSES_DIR) directory.
@echo --------------------------------------------------------------------------------
diff --git a/odk/examples/java/PropertySet/Makefile b/odk/examples/java/PropertySet/Makefile
index 303d890af6cd..3918d44e4e25 100644
--- a/odk/examples/java/PropertySet/Makefile
+++ b/odk/examples/java/PropertySet/Makefile
@@ -71,8 +71,8 @@ endif
JavaPropertySetExample : $(REGISTERFLAG)
@echo --------------------------------------------------------------------------------
@echo The PropTest was installed if SDK_AUTO_DEPLOYMENT = YES.
- @echo Load the "$(QM)PropertySet.sxw$(QM)" document to see how this component works. You
- @echo can use this component inside your office installation, see the example description.
+ @echo Load the PropertySet.sxw document to see how this component works. You can use
+ @echo this component inside your office installation, see the example description.
@echo --------------------------------------------------------------------------------
.PHONY: clean
diff --git a/odk/examples/java/ToDo/Makefile b/odk/examples/java/ToDo/Makefile
index a90a131b7e3a..1c17a896d136 100644
--- a/odk/examples/java/ToDo/Makefile
+++ b/odk/examples/java/ToDo/Makefile
@@ -98,7 +98,7 @@ endif
JavaToDoExample : $(REGISTERFLAG)
@echo --------------------------------------------------------------------------------
@echo The ToDo Java component was installed if SDK_AUTO_DEPLOYMENT = YES.
- @echo Please load the "$(QM)ToDo.sxc$(QM)" document to see how this component works, see
+ @echo Please load the ToDo.sxc document to see how this component works, see
@echo the example description.
@echo --------------------------------------------------------------------------------