forked from hyperic/hq
-
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.
Added Groovy builder support to Eclipse project, replaced lib paths w…
…ith variable, added unit test profile, removed Example test, added code formatter and other Eclipse projecct settings
- Loading branch information
jhickey
committed
Jul 6, 2009
1 parent
b1a5c86
commit 880fdf2
Showing
11 changed files
with
569 additions
and
278 deletions.
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
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
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,5 @@ | ||
#Thu Jun 18 14:21:38 PDT 2009 | ||
eclipse.preferences.version=1 | ||
groovy.compiler.output.path=bin-groovy | ||
groovy.dont.check.package.vs.src.path=true | ||
support.groovy=true |
Large diffs are not rendered by default.
Oops, something went wrong.
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 @@ | ||
#Mon Jul 06 15:30:52 PDT 2009 | ||
eclipse.preferences.version=1 | ||
formatter_settings_version=11 |
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
Large diffs are not rendered by default.
Oops, something went wrong.
13 changes: 6 additions & 7 deletions
13
...nchers/ExampleInContainer_test.ORG.launch → unittest/launchers/HQTests.launch
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 |
---|---|---|
@@ -1,17 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<launchConfiguration type="org.eclipse.jdt.junit.launchconfig"> | ||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> | ||
<listEntry value="/hq_ee/hq/src/org/hyperic/util/unittest/server/ExampleInContainer_test.java"/> | ||
<listEntry value="/HQ"/> | ||
</listAttribute> | ||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> | ||
<listEntry value="1"/> | ||
<listEntry value="4"/> | ||
</listAttribute> | ||
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> | ||
<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value=""/> | ||
<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value="=HQ"/> | ||
<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/> | ||
<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/> | ||
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit3"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.hyperic.util.unittest.server.ExampleInContainer_test"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="hq_ee"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx512m -Xms512m -XX:MaxPermSize=192m -Djava.system.class.loader=org.hyperic.util.unittest.server.IsolatingDefaultSystemClassLoader -Dhq.unittest.run=true -Dhq.unittest.jboss.home=${JBOSS_HOME} -Dhq.unittest.hq.home=${HQ_HOME} -Dhq.unittest.working.dir=${HQ_HOME}/unittest/data"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value=""/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="HQ"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx1024m -Xms1024m -XX:MaxPermSize=300m -Djava.system.class.loader=org.hyperic.util.unittest.server.IsolatingDefaultSystemClassLoader -Dhq.unittest.run=true -Dhq.unittest.jboss.home=${jboss_home} -Dhq.unittest.hq.home=${workspace_loc:HQ} -Dhq.unittest.working.dir=${workspace_loc:HQ}/unittest/data -Dhq.example.plugins=${workspace_loc:HQ}/plugins/examples -Dhq.server.ds-mapping=${hq_server_ds_mapping} -Dhq.jdbc.url=${hq_jdbc_url} -Dhq.jdbc.name=${hq_jdbc_dbname} -Dhq.jdbc.user=${hq_jdbc_user} -Dhq.jdbc.password=${hq_jdbc_password} -Dhq.jdbc.server=${hq_jdbc_server}"/> | ||
</launchConfiguration> |
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
159 changes: 0 additions & 159 deletions
159
unittest/src/org/hyperic/util/unittest/server/ExampleInContainer_test.java
This file was deleted.
Oops, something went wrong.
94 changes: 0 additions & 94 deletions
94
unittest/src/org/hyperic/util/unittest/server/ExampleInContainer_testEJBImpl.java
This file was deleted.
Oops, something went wrong.