Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacky Zeng committed Apr 25, 2014
0 parents commit bcee53a
Show file tree
Hide file tree
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.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.DS_Store
bin/
__pycache__/
11 changes: 11 additions & 0 deletions .project
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>
11 changes: 11 additions & 0 deletions base_commons/net.heartsome.cat.common.core/.classpath
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>
28 changes: 28 additions & 0 deletions base_commons/net.heartsome.cat.common.core/.project
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>
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 base_commons/net.heartsome.cat.common.core/META-INF/MANIFEST.MF
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 base_commons/net.heartsome.cat.common.core/build.properties
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/
Loading

0 comments on commit bcee53a

Please sign in to comment.