Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
initial for class preparation
  • Loading branch information
tms08012 committed Jul 3, 2012
0 parents commit cedf2f2
Show file tree
Hide file tree
Showing 2,371 changed files with 410,891 additions and 0 deletions.
24 changes: 24 additions & 0 deletions OmegaT/.classpath
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/activation.jar"/>
<classpathentry kind="lib" path="lib/htmlparser.jar"/>
<classpathentry kind="lib" path="lib/jaxb-api.jar"/>
<classpathentry kind="lib" path="lib/jaxb-impl.jar"/>
<classpathentry kind="lib" path="lib/jmyspell-core-1.0.0-beta-2.jar"/>
<classpathentry kind="lib" path="lib/jna.jar"/>
<classpathentry kind="lib" path="lib/jsr173_1.0_api.jar"/>
<classpathentry kind="lib" path="lib/MRJAdapter.jar"/>
<classpathentry kind="lib" path="lib/sjsxp-1.0.2.jar"/>
<classpathentry kind="lib" path="lib/swing-layout-1.0.jar"/>
<classpathentry kind="lib" path="lib/swing-worker-1.2.jar"/>
<classpathentry kind="lib" path="lib/vldocking_2.1.4.jar"/>
<classpathentry kind="lib" path="gen/lib/jaxb-xjc.jar"/>
<classpathentry kind="lib" path="lib/sources/JAXB/jsr173_1.0_src.jar"/>
<classpathentry kind="lib" path="nbproject/org-netbeans-modules-java-j2seproject-copylibstask.jar"/>
<classpathentry kind="lib" path="test/lib/junit-4.4.jar"/>
<classpathentry kind="lib" path="test/lib/xmlunit-1.1.jar"/>
<classpathentry kind="lib" path="E:/2012Fall/Prjs/ForJarFiles/openide-4.33.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
17 changes: 17 additions & 0 deletions OmegaT/.project
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>OmegaT</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>
11 changes: 11 additions & 0 deletions OmegaT/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,11 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.7
69 changes: 69 additions & 0 deletions OmegaT/addons/javahelp-filters/build.xml
@@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- You may freely edit this file. See commented blocks below for -->
<!-- some examples of how to customize the build. -->
<!-- (If you delete it and reopen the project it will be recreated.) -->
<project name="javahelp-filters" default="default" basedir=".">
<description>Builds, tests, and runs the project javahelp-filters.</description>
<import file="nbproject/build-impl.xml"/>
<!--
There exist several targets which are by default empty and which can be
used for execution of your tasks. These targets are usually executed
before and after some main targets. They are:
-pre-init: called before initialization of project properties
-post-init: called after initialization of project properties
-pre-compile: called before javac compilation
-post-compile: called after javac compilation
-pre-compile-single: called before javac compilation of single file
-post-compile-single: called after javac compilation of single file
-pre-compile-test: called before javac compilation of JUnit tests
-post-compile-test: called after javac compilation of JUnit tests
-pre-compile-test-single: called before javac compilation of single JUnit test
-post-compile-test-single: called after javac compilation of single JUunit test
-pre-jar: called before JAR building
-post-jar: called after JAR building
-post-clean: called after cleaning build products
(Targets beginning with '-' are not intended to be called on their own.)
Example of inserting an obfuscator after compilation could look like this:
<target name="-post-compile">
<obfuscate>
<fileset dir="${build.classes.dir}"/>
</obfuscate>
</target>
For list of available properties check the imported
nbproject/build-impl.xml file.
Another way to customize the build is by overriding existing main targets.
The targets of interest are:
-init-macrodef-javac: defines macro for javac compilation
-init-macrodef-junit: defines macro for junit execution
-init-macrodef-debug: defines macro for class debugging
-init-macrodef-java: defines macro for class execution
-do-jar-with-manifest: JAR building (if you are using a manifest)
-do-jar-without-manifest: JAR building (if you are not using a manifest)
run: execution of project
-javadoc-build: Javadoc generation
test-report: JUnit report generation
An example of overriding the target for project execution could look like this:
<target name="run" depends="javahelp-filters-impl.jar">
<exec dir="bin" executable="launcher.exe">
<arg file="${dist.jar}"/>
</exec>
</target>
Notice that the overridden target depends on the jar target and not only on
the compile target as the regular run target does. Again, for a list of available
properties which you can use, check the target you are overriding in the
nbproject/build-impl.xml file.
-->
</project>
8 changes: 8 additions & 0 deletions OmegaT/addons/javahelp-filters/manifest.mf
@@ -0,0 +1,8 @@
Manifest-Version: 1.0
OmegaT-Plugin: true

Name: org.omegat.filters2.javahelp.helpset.HelpSetFilter
OmegaT-Filter: true

Name: org.omegat.filters2.javahelp.toc.TOCFilter
OmegaT-Filter: true

0 comments on commit cedf2f2

Please sign in to comment.