Skip to content

Commit

Permalink
INSPECTIT-1944: initial commit for going open source
Browse files Browse the repository at this point in the history
  • Loading branch information
pbouillet committed Jul 17, 2015
0 parents commit f07da71
Show file tree
Hide file tree
Showing 1,423 changed files with 185,259 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*~
*.svn
version.log
.metadata/
14 changes: 14 additions & 0 deletions Agent/.checkstyle
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>

<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
<local-check-config name="inspectIT" location="../Commons/resources/shared/config/checkstyle/inspectit-checkstyle.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="inspectIT" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
<filter name="FilesFromPackage" enabled="true">
<filter-data value="src/com"/>
<filter-data value="test"/>
</filter>
</fileset-config>
14 changes: 14 additions & 0 deletions Agent/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
<accessrules>
<accessrule kind="accessible" pattern="com/sun/management/**"/>
</accessrules>
</classpathentry>
<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=Agent&amp;ivyXmlPath=resources%2Fivy%2Fivy.xml&amp;confs=*&amp;ivySettingsPath=%24%7Bivyproject_loc%7D%2F..%2FCommons%2Fresources%2Fshared%2Fconfig%2Fivy%2Fivysettings.xml&amp;loadSettingsOnDemand=false&amp;ivyUserDir=&amp;propertyFiles="/>
<classpathentry combineaccessrules="false" kind="src" path="/Commons"/>
<classpathentry kind="con" path="org.testng.TESTNG_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
11 changes: 11 additions & 0 deletions Agent/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/bin
/dist
/lib
/build
java-exec.properties
/resources/ivy/install/
/resources/java15runtime/
version.properties
/release
/test-output
/reports
7 changes: 7 additions & 0 deletions Agent/.pmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<pmd>
<useProjectRuleSet>true</useProjectRuleSet>
<ruleSetFile>shared/config/pmd/pmd_rules.xml</ruleSetFile>
<includeDerivedFiles>false</includeDerivedFiles>
<violationsAsErrors>false</violationsAsErrors>
</pmd>
43 changes: 43 additions & 0 deletions Agent/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Agent</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>net.sourceforge.pmd.eclipse.plugin.pmdBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>net.sourceforge.pmd.eclipse.plugin.pmdNature</nature>
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
<nature>org.apache.ivyde.eclipse.ivynature</nature>
</natures>
<linkedResources>
<link>
<name>shared</name>
<type>2</type>
<locationURI>shared</locationURI>
</link>
</linkedResources>
<variableList>
<variable>
<name>shared</name>
<value>$%7BPARENT-1-PROJECT_LOC%7D/Commons/resources/shared</value>
</variable>
</variableList>
</projectDescription>
2 changes: 2 additions & 0 deletions Agent/.settings/org.apache.ivyde.eclipse.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
org.apache.ivyde.eclipse.standaloneretrieve=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><setuplist><setup name\="dependencies" resolveInWorkspace\="false"><ivysettings ivyUserDir\="" loadondemand\="false" path\="${ivyproject_loc}/../Commons/resources/shared/config/ivy/ivysettings.xml"/><ivyxml path\="resources/ivy/ivy.xml"/><retrieve confs\="*" pattern\="lib/[conf]/[artifact].[ext]" sync\="false" types\="*"/></setup></setuplist>
14 changes: 14 additions & 0 deletions Agent/.settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#Mon Jun 20 09:15:30 CEST 2011
eclipse.preferences.version=1
instance/org.eclipse.core.net/org.eclipse.core.net.hasMigrated=true
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.5
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.5
org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=ignore
2 changes: 2 additions & 0 deletions Agent/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Premain-Class: info.novatec.inspectit.agent.javaagent.JavaAgent
Can-Redefine-Classes: true
46 changes: 46 additions & 0 deletions Agent/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
dist.jar.name=inspectit-agent.jar
release.name.sun15=inspectit-agent-sun1.5.zip
module.version.target=0.1

## Ivy
ivy.file = ${basedir}/resources/ivy/ivy.xml

## Settings for TestNG
testng.file=${basedir}/resources/testng/testng.xml

## Some general settings
build.common-targets.file=${commons.basedir}/resources/shared/build/common-targets.xml
src.root=${basedir}/src
test.root=${basedir}/test
config.root=${basedir}/config
ant.lib.dir=${user.home}/.ant/lib

build.root=${basedir}/build
build.classes.root=${build.root}/classes
build.release.root=${build.root}/release
build.qa.root=${build.root}/QA
build.qa.test=${build.qa.root}/functional_tests
build.qa.test.testdata=${build.qa.test}/testdata
build.qa.test.coveragedata=${build.qa.test}/coveragedata
build.qa.analysis=${build.qa.root}/static_analysis
build.qa.analysis.pmd=${build.qa.analysis}/pmd
build.qa.analysis.findbugs=${build.qa.analysis}/findbugs
build.qa.analysis.checkstyle=${build.qa.analysis}/checkstyle
build.qa.analysis.cpd=${build.qa.analysis}/cpd

build.agent.classes=${build.classes.root}/agent
build.instrumented.classes=${build.classes.root}/agentInstrumented
build.test.classes=${build.classes.root}/agenttest

build.release=${build.root}/release
release.root=${basedir}/release

## Setting for Commons
commons.basedir=${basedir}/../Commons
commons.src=${commons.basedir}/src
commons.build.release=${commons.basedir}/build/release
build.commons.classes=${commons.basedir}/build/classes/commons/classes
build.commons.file=${commons.basedir}/resources/build.xml
ivy.file.commons=${commons.basedir}/resources/ivy/ivy.xml

java15runtime.path=${basedir}/resources/java15runtime
Loading

0 comments on commit f07da71

Please sign in to comment.