-
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.
modified package domain to com.usopla.honeyant.*
- Loading branch information
Showing
32 changed files
with
174 additions
and
152 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
*.class | ||
*.class | ||
bin/* |
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,4 +1,4 @@ | ||
#Person.java.cache | ||
#Thu Dec 13 17:09:16 JST 2012 | ||
generated=1355385652777 | ||
digest=1560819305 | ||
#Person.java.cache | ||
#Wed Dec 26 00:57:27 JST 2012 | ||
generated=1356451047085 | ||
digest=788950997 |
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,23 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>honeyant-example</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>monzou.honeyant.builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
<nature>monzou.honeyant.nature</nature> | ||
</natures> | ||
</projectDescription> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>honeyant-example</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>monzou.honeyant.builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>com.usopla.honeyant.builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
<nature>monzou.honeyant.nature</nature> | ||
<nature>com.usopla.honeyant.nature</nature> | ||
</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,8 @@ | ||
com.usopla.honeyant.honeyant-example.buildFileName=honeyant.xml | ||
com.usopla.honeyant.honeyant-example.buildTarget=honeyant | ||
com.usopla.honeyant.honeyant-example.buildTriggerAnnotation=HoneyAnt | ||
com.usopla.honeyant.honeyant-example.cacheEnabled=true | ||
com.usopla.honeyant.honeyant-example.cacheFileDir=.honeyant | ||
com.usopla.honeyant.honeyant-example.incrementalBuildEnabled=true | ||
com.usopla.honeyant.honeyant-example.pluginEnabled=true | ||
eclipse.preferences.version=1 |
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
2 changes: 1 addition & 1 deletion
2
...honeyant/example/annotation/HoneyAnt.java → ...honeyant/example/annotation/HoneyAnt.java
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
17 changes: 17 additions & 0 deletions
17
honeyant-example/src/main/java/com/usopla/honeyant/example/source/Person.java
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,17 @@ | ||
package com.usopla.honeyant.example.source; | ||
|
||
import com.usopla.honeyant.example.annotation.HoneyAnt; | ||
|
||
/** | ||
* Person | ||
* | ||
* @author monzou | ||
*/ | ||
@HoneyAnt | ||
public class Person { | ||
|
||
String name; | ||
|
||
int age; | ||
|
||
} |
2 changes: 1 addition & 1 deletion
2
...onzou/honeyant/example/task/DumpTask.java → ...sopla/honeyant/example/task/DumpTask.java
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
17 changes: 0 additions & 17 deletions
17
honeyant-example/src/main/java/monzou/honeyant/example/source/Person.java
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1014 Bytes
honeyant-feature-updatesite/features/com.usopla.honeyant.feature_1.0.0.201212260053.jar
Binary file not shown.
Binary file removed
BIN
-1013 Bytes
honeyant-feature-updatesite/features/monzou.honeyant.feature_1.0.0.201212131614.jar
Binary file not shown.
Binary file added
BIN
+30.1 KB
honeyant-feature-updatesite/plugins/com.usopla.honeyant_1.0.0.201212260053.jar
Binary file not shown.
Binary file removed
BIN
-29.8 KB
honeyant-feature-updatesite/plugins/monzou.honeyant_1.0.0.201212131614.jar
Binary file not shown.
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,14 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<site> | ||
<description name="HoneyAnt Eclipse Plugin Updatesite" url="https://github.com/monzou/honeyant/tree/master/honeyant-feature-updatesite"> | ||
The updatesite of HoneyAnt Eclipse Plugin. | ||
</description> | ||
<feature url="features/monzou.honeyant.feature_1.0.0.201212131614.jar" id="monzou.honeyant.feature" version="1.0.0.201212131614"> | ||
<category name="honeyant"/> | ||
</feature> | ||
<category-def name="honeyant" label="HoneyAnt"> | ||
<description> | ||
HoneyAnt Eclipse Plugin. | ||
</description> | ||
</category-def> | ||
</site> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<site> | ||
<description name="HoneyAnt Eclipse Plugin Updatesite" url="https://github.com/monzou/honeyant/tree/master/honeyant-feature-updatesite"> | ||
The updatesite of HoneyAnt Eclipse Plugin. | ||
</description> | ||
<feature url="features/com.usopla.honeyant.feature_1.0.0.201212260053.jar" id="com.usopla.honeyant.feature" version="1.0.0.201212260053"> | ||
<category name="honeyant"/> | ||
</feature> | ||
<category-def name="honeyant" label="HoneyAnt"> | ||
<description> | ||
HoneyAnt Eclipse Plugin. | ||
</description> | ||
</category-def> | ||
</site> |
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
2 changes: 1 addition & 1 deletion
2
...c/main/java/monzou/honeyant/HoneyAnt.java → ...in/java/com/usopla/honeyant/HoneyAnt.java
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
11 changes: 6 additions & 5 deletions
11
.../java/monzou/honeyant/HoneyAntNature.java → ...a/com/usopla/honeyant/HoneyAntNature.java
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
2 changes: 1 addition & 1 deletion
2
...references/model/HoneyAntPreferences.java → ...references/model/HoneyAntPreferences.java
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
Oops, something went wrong.