ailton 8 年 前
コミット
00e467495c

+ 20 - 20
.classpath

@@ -1,20 +1,20 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<classpath>
3
-	<classpathentry kind="src" output="target/classes" path="src">
4
-		<attributes>
5
-			<attribute name="optional" value="true"/>
6
-			<attribute name="maven.pomderived" value="true"/>
7
-		</attributes>
8
-	</classpathentry>
9
-	<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
10
-		<attributes>
11
-			<attribute name="maven.pomderived" value="true"/>
12
-		</attributes>
13
-	</classpathentry>
14
-	<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
15
-		<attributes>
16
-			<attribute name="maven.pomderived" value="true"/>
17
-		</attributes>
18
-	</classpathentry>
19
-	<classpathentry kind="output" path="target/classes"/>
20
-</classpath>
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<classpath>
3
+	<classpathentry kind="src" output="target/classes" path="src">
4
+		<attributes>
5
+			<attribute name="optional" value="true"/>
6
+			<attribute name="maven.pomderived" value="true"/>
7
+		</attributes>
8
+	</classpathentry>
9
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
10
+		<attributes>
11
+			<attribute name="maven.pomderived" value="true"/>
12
+		</attributes>
13
+	</classpathentry>
14
+	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
15
+		<attributes>
16
+			<attribute name="maven.pomderived" value="true"/>
17
+		</attributes>
18
+	</classpathentry>
19
+	<classpathentry kind="output" path="target/classes"/>
20
+</classpath>

+ 0 - 0
.project


+ 0 - 0
.settings/org.eclipse.jdt.core.prefs


+ 0 - 0
.settings/org.eclipse.m2e.core.prefs


+ 13 - 5
pom.xml

@@ -20,11 +20,6 @@
20 20
   </build>
21 21
   <dependencies>
22 22
   <dependency>
23
-  	<groupId>com.develop</groupId>
24
-  	<artifactId>doDatabase</artifactId>
25
-  	<version>0.0.1-SNAPSHOT</version>
26
-  </dependency>
27
-  <dependency>
28 23
   	<groupId>org.graphstream</groupId>
29 24
   	<artifactId>gs-core</artifactId>
30 25
   	<version>1.2</version>
@@ -39,5 +34,18 @@
39 34
   	<artifactId>jgrapht-ext</artifactId>
40 35
   	<version>0.9.1</version>
41 36
   </dependency>
37
+  <dependency>
38
+  	<groupId>org.develop.officialjournal</groupId>
39
+  	<artifactId>database</artifactId>
40
+  </dependency>
42 41
   </dependencies>
42
+  <dependencyManagement>
43
+  	<dependencies>
44
+  		<dependency>
45
+  			<groupId>org.develop.officialjournal</groupId>
46
+  			<artifactId>database</artifactId>
47
+  			<version>1.0</version>
48
+  		</dependency>
49
+  	</dependencies>
50
+  </dependencyManagement>
43 51
 </project>

+ 0 - 0
src/graph/StartExtractorDO.java


+ 0 - 0
src/graph/extractor/ExtractorGraph.java


+ 0 - 0
src/graph/extractor/graph/builder/BuilderFactory.java


+ 0 - 0
src/graph/extractor/graph/builder/STJBuilder.java


+ 0 - 0
src/graph/graph.properties


+ 0 - 0
src/graph/input/file/InputFactory.java


+ 0 - 0
src/graph/input/file/InputFolder.java


+ 0 - 0
src/graph/input/file/InputSTJ.java


+ 0 - 0
src/graph/output/OutPutFactory.java


+ 0 - 0
src/graph/output/database/DatabaseOutput.java


+ 0 - 0
src/graph/output/graph/JGraphOutput.java


+ 0 - 0
src/graph/output/screen/ScreenOutput.java


+ 0 - 1
src/graph/properties/ExtractorProperties.java

@@ -5,7 +5,6 @@ import java.io.IOException;
5 5
 import java.util.Properties;
6 6
 
7 7
 public class ExtractorProperties extends Properties{
8
-	
9 8
 	 
10 9
 	
11 10
 	/**