Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2007-12-12 14:24:59 +0000
committerdavid_williams2007-12-12 14:24:59 +0000
commitb54f50f5a14a4a149b69d364b3798753c90ea9b1 (patch)
treebd219c29a5fbbe6e66efd5582811502db599e3fb
parentc231497f9a5dc54fdf072c737e8f5916176fa803 (diff)
downloadwebtools.sourceediting.tests-b54f50f5a14a4a149b69d364b3798753c90ea9b1.tar.gz
webtools.sourceediting.tests-b54f50f5a14a4a149b69d364b3798753c90ea9b1.tar.xz
webtools.sourceediting.tests-b54f50f5a14a4a149b69d364b3798753c90ea9b1.zip
ignore PDE build artifacts
-rw-r--r--tests/org.eclipse.wst.css.core.tests/.cvsignore1
-rw-r--r--tests/org.eclipse.wst.css.tests.encoding/.cvsignore1
-rw-r--r--tests/org.eclipse.wst.html.core.tests/.cvsignore1
-rw-r--r--tests/org.eclipse.wst.html.tests.encoding/.cvsignore1
-rw-r--r--tests/org.eclipse.wst.html.ui.tests/.cvsignore1
5 files changed, 5 insertions, 0 deletions
diff --git a/tests/org.eclipse.wst.css.core.tests/.cvsignore b/tests/org.eclipse.wst.css.core.tests/.cvsignore
index 28e041b54..9e9eed998 100644
--- a/tests/org.eclipse.wst.css.core.tests/.cvsignore
+++ b/tests/org.eclipse.wst.css.core.tests/.cvsignore
@@ -3,3 +3,4 @@ build.xml
dev.properties
temp.folder
csscoretests.jar
+javaCompiler.csscoretests.jar.args
diff --git a/tests/org.eclipse.wst.css.tests.encoding/.cvsignore b/tests/org.eclipse.wst.css.tests.encoding/.cvsignore
index 06101b98d..f8471d82a 100644
--- a/tests/org.eclipse.wst.css.tests.encoding/.cvsignore
+++ b/tests/org.eclipse.wst.css.tests.encoding/.cvsignore
@@ -2,3 +2,4 @@ bin
build.xml
temp.folder
cssencodingtests.jar
+javaCompiler.cssencodingtests.jar.args
diff --git a/tests/org.eclipse.wst.html.core.tests/.cvsignore b/tests/org.eclipse.wst.html.core.tests/.cvsignore
index f90a72f76..8fde2345d 100644
--- a/tests/org.eclipse.wst.html.core.tests/.cvsignore
+++ b/tests/org.eclipse.wst.html.core.tests/.cvsignore
@@ -4,3 +4,4 @@ build.xml
dev.properties
htmlcoretests.jar
temp.folder
+javaCompiler.htmlcoretests.jar.args
diff --git a/tests/org.eclipse.wst.html.tests.encoding/.cvsignore b/tests/org.eclipse.wst.html.tests.encoding/.cvsignore
index 2048e2a1c..399dfb788 100644
--- a/tests/org.eclipse.wst.html.tests.encoding/.cvsignore
+++ b/tests/org.eclipse.wst.html.tests.encoding/.cvsignore
@@ -2,3 +2,4 @@ bin
build.xml
temp.folder
htmlencodingtests.jar
+javaCompiler.htmlencodingtests.jar.args
diff --git a/tests/org.eclipse.wst.html.ui.tests/.cvsignore b/tests/org.eclipse.wst.html.ui.tests/.cvsignore
index ec1ea6044..aaa8372ec 100644
--- a/tests/org.eclipse.wst.html.ui.tests/.cvsignore
+++ b/tests/org.eclipse.wst.html.ui.tests/.cvsignore
@@ -3,3 +3,4 @@ bin.project
build.xml
htmluitests.jar
temp.folder
+javaCompiler.htmluitests.jar.args

Back to the top