diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/.checkstyle | 7 | ||||
-rw-r--r-- | common/.classpath.old | 21 | ||||
-rw-r--r-- | common/.cvsignore | 2 | ||||
-rw-r--r-- | common/.externalToolBuilders/Ant_Builder.launch | 22 | ||||
-rw-r--r-- | common/.project.old | 17 |
5 files changed, 0 insertions, 69 deletions
diff --git a/common/.checkstyle b/common/.checkstyle deleted file mode 100644 index 4c2833e81..000000000 --- a/common/.checkstyle +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<checkstyle>
- <file-filters>
- <file-filter value="src/test/*"/>
- <file-filter value="tmp/*"/>
- </file-filters>
-</checkstyle>
diff --git a/common/.classpath.old b/common/.classpath.old deleted file mode 100644 index 893b270f1..000000000 --- a/common/.classpath.old +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="res"/> - <classpathentry kind="lib" path="lib/jaxen-1.0/jaxen-core.jar"/> - <classpathentry kind="lib" path="lib/jaxp-1.2_01/dom.jar"/> - <classpathentry kind="lib" path="lib/jaxen-1.0/jaxen-dom.jar"/> - <classpathentry kind="lib" path="lib/jaxp-1.2_01/jaxp-api.jar"/> - <classpathentry kind="lib" path="lib/jaxen-1.0/saxpath.jar"/> - <classpathentry kind="lib" path="lib/junit-3.8.1/junit.jar"/> - <classpathentry kind="lib" path="lib/jsse-1.0.3_03/jcert.jar"/> - <classpathentry kind="lib" path="lib/jsse-1.0.3_03/jnet.jar"/> - <classpathentry kind="lib" path="lib/jsse-1.0.3_03/jsse.jar"/> - <classpathentry kind="lib" path="lib/xalan-j-2.5.1/xalan.jar"/> - <classpathentry kind="lib" path="lib/commons-logging-1.0.4/commons-logging.jar"/> - <classpathentry kind="lib" path="lib/xerces-j-2.4.0/xercesImpl.jar"/> - <classpathentry kind="lib" path="lib/xerces-j-2.4.0/xmlParserAPIs.jar"/> - <classpathentry kind="lib" path="lib/iaik-jce/iaik_jce_full.jar"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="output" path="bin"/> -</classpath> diff --git a/common/.cvsignore b/common/.cvsignore deleted file mode 100644 index 7c18d5ded..000000000 --- a/common/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -bin -tmp diff --git a/common/.externalToolBuilders/Ant_Builder.launch b/common/.externalToolBuilders/Ant_Builder.launch deleted file mode 100644 index 8537b57f3..000000000 --- a/common/.externalToolBuilders/Ant_Builder.launch +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType"> -<stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/> -<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> -<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/> -<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/> -<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.ant.internal.ui.antsupport.InternalAntRunner"/> -<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/> -<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/> -<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/MOA Common}"/> -<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> -<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> -<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/> -<stringAttribute key="org.eclipse.jdt.launching.VM_INSTALL_TYPE_ID" value="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType"/> -<stringAttribute key="org.eclipse.jdt.launching.VM_INSTALL_NAME" value="J2SE 1.4.2_07"/> -<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/MOA Common/build.xml}"/> -<mapAttribute key="org.eclipse.debug.core.environmentVariables"> -<mapEntry key="ANT_HOME" value="c:\Program Files\eclipse\plugins\org.apache.ant_1.6.5"/> -<mapEntry key="MOA_COMMON_TEST_JAR" value="tmp/moa_common_test.jar"/> -<mapEntry key="MOA_COMMON_JAR" value="tmp/moa_common.jar"/> -</mapAttribute> -</launchConfiguration> diff --git a/common/.project.old b/common/.project.old deleted file mode 100644 index e36e03c8d..000000000 --- a/common/.project.old +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>MOA Common</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> |