forked from heartsome/tmxeditor8
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jacky Zeng
committed
Apr 25, 2014
0 parents
commit bcee53a
Showing
6,331 changed files
with
945,394 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.DS_Store | ||
bin/ | ||
__pycache__/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>CAT8NEW</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
</buildSpec> | ||
<natures> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="lib" path="lib/antlr-2.7.4.jar"/> | ||
<classpathentry kind="lib" path="lib/chardet-1.0.jar"/> | ||
<classpathentry kind="lib" path="lib/cpdetector_1.0.10.jar"/> | ||
<classpathentry kind="lib" path="lib/jargs-1.0.jar"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>net.heartsome.cat.common.core</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.ManifestBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.SchemaBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.pde.PluginNature</nature> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
</natures> | ||
</projectDescription> |
8 changes: 8 additions & 0 deletions
8
base_commons/net.heartsome.cat.common.core/.settings/org.eclipse.jdt.core.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#Tue Jun 15 10:26:19 GMT+08:00 2010 | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 | ||
org.eclipse.jdt.core.compiler.compliance=1.5 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.5 |
33 changes: 33 additions & 0 deletions
33
base_commons/net.heartsome.cat.common.core/META-INF/MANIFEST.MF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: Heartsome Common Core | ||
Bundle-SymbolicName: net.heartsome.cat.common.core | ||
Bundle-Version: 8.0.3.R8b_v20140102 | ||
Bundle-ActivationPolicy: lazy | ||
Bundle-RequiredExecutionEnvironment: J2SE-1.5 | ||
Export-Package: net.heartsome.cat.common.bean, | ||
net.heartsome.cat.common.core, | ||
net.heartsome.cat.common.core.exception, | ||
net.heartsome.cat.common.file, | ||
net.heartsome.cat.common.innertag, | ||
net.heartsome.cat.common.innertag.factory, | ||
net.heartsome.cat.common.locale, | ||
net.heartsome.cat.common.operator, | ||
net.heartsome.cat.common.resources, | ||
net.heartsome.cat.common.tm, | ||
net.heartsome.cat.common.util | ||
Bundle-Activator: net.heartsome.cat.common.core.CoreActivator | ||
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0", | ||
net.heartsome.xml;bundle-version="1.0.0", | ||
org.eclipse.core.resources, | ||
org.eclipse.core.filesystem;bundle-version="1.3.100", | ||
org.eclipse.ui;bundle-version="3.7.0" | ||
Import-Package: org.apache.commons.lang.builder, | ||
org.eclipse.ui.part, | ||
org.slf4j | ||
Bundle-Vendor: Heartsome Technologies Ltd. | ||
Bundle-ClassPath: ., | ||
lib/antlr-2.7.4.jar, | ||
lib/chardet-1.0.jar, | ||
lib/cpdetector_1.0.10.jar, | ||
lib/jargs-1.0.jar |
11 changes: 11 additions & 0 deletions
11
base_commons/net.heartsome.cat.common.core/build.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
javacDefaultEncoding.. = UTF-8 | ||
source.. = src/ | ||
output.. = bin/ | ||
bin.includes = META-INF/,\ | ||
.,\ | ||
configuration/,\ | ||
lib/antlr-2.7.4.jar,\ | ||
lib/chardet-1.0.jar,\ | ||
lib/cpdetector_1.0.10.jar,\ | ||
lib/jargs-1.0.jar | ||
source.. = src/ |
Oops, something went wrong.