Move appjar contents up one level to normalize our structure
In general we map one Maven project description to one Git repository, as each Maven project has its own unique version number for its artifact. This change pulls everything up one level so its a much more typical directory layout, where the pom.xml is at the root of the directory structure. Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/target
|
||||
/.classpath
|
||||
/.project
|
||||
/.settings/org.maven.ide.eclipse.prefs
|
||||
/src/main/java/GerritServer.properties
|
||||
/src/main/java/com/google/gerrit/client/GerritVersion.properties
|
||||
/src/main/java/com/google/gerrit/client/GerritVersion_*.properties
|
||||
/gwt_www
|
||||
/tomcat
|
||||
/hs_err_pid*.log
|
||||
Reference in New Issue
Block a user